Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.12.1/lib/kunit/
Dattributes.c39 const char *(*to_string)(void *attr, bool *to_free);
51 static const char *attr_enum_to_string(void *attr, const char * const str_list[], bool *to_free) in attr_enum_to_string() argument
55 *to_free = false; in attr_enum_to_string()
61 static const char *attr_bool_to_string(void *attr, bool *to_free) in attr_bool_to_string() argument
65 *to_free = false; in attr_bool_to_string()
71 static const char *attr_speed_to_string(void *attr, bool *to_free) in attr_speed_to_string() argument
73 return attr_enum_to_string(attr, speed_str_list, to_free); in attr_speed_to_string()
76 static const char *attr_string_to_string(void *attr, bool *to_free) in attr_string_to_string() argument
78 *to_free = false; in attr_string_to_string()
288 bool to_free = false; in kunit_print_attr() local
[all …]
Dexecutor_test.c12 static void free_suite_set_at_end(struct kunit *test, const void *to_free);
268 static void free_suite_set_at_end(struct kunit *test, const void *to_free) in free_suite_set_at_end() argument
272 if (!((struct kunit_suite_set *)to_free)->start) in free_suite_set_at_end()
276 *free = *(struct kunit_suite_set *)to_free; in free_suite_set_at_end()
/linux-6.12.1/mm/kasan/
Dquarantine.c244 struct qlist_head to_free = QLIST_INIT; in kasan_quarantine_reduce() local
277 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in kasan_quarantine_reduce()
278 WRITE_ONCE(quarantine_size, quarantine_size - to_free.bytes); in kasan_quarantine_reduce()
286 qlist_free_all(&to_free, NULL); in kasan_quarantine_reduce()
345 struct qlist_head to_free = QLIST_INIT; in kasan_quarantine_remove_cache() local
361 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache()
364 qlist_free_all(&to_free, cache); in kasan_quarantine_remove_cache()
370 qlist_move_cache(&global_quarantine[i], &to_free, cache); in kasan_quarantine_remove_cache()
378 qlist_free_all(&to_free, cache); in kasan_quarantine_remove_cache()
/linux-6.12.1/net/sched/
Dsch_fifo.c20 struct sk_buff **to_free) in bfifo_enqueue() argument
26 return qdisc_drop(skb, sch, to_free); in bfifo_enqueue()
30 struct sk_buff **to_free) in pfifo_enqueue() argument
35 return qdisc_drop(skb, sch, to_free); in pfifo_enqueue()
39 struct sk_buff **to_free) in pfifo_tail_enqueue() argument
48 __qdisc_queue_drop_head(sch, &sch->q, to_free); in pfifo_tail_enqueue()
Dsch_cbs.c82 struct sk_buff **to_free);
90 struct sk_buff **to_free) in cbs_child_enqueue() argument
95 err = child->ops->enqueue(skb, child, to_free); in cbs_child_enqueue()
106 struct sk_buff **to_free) in cbs_enqueue_offload() argument
111 return cbs_child_enqueue(skb, sch, qdisc, to_free); in cbs_enqueue_offload()
115 struct sk_buff **to_free) in cbs_enqueue_soft() argument
128 return cbs_child_enqueue(skb, sch, qdisc, to_free); in cbs_enqueue_soft()
132 struct sk_buff **to_free) in cbs_enqueue() argument
136 return q->enqueue(skb, sch, to_free); in cbs_enqueue()
Dsch_blackhole.c17 struct sk_buff **to_free) in blackhole_enqueue() argument
19 qdisc_drop(skb, sch, to_free); in blackhole_enqueue()
Dsch_sfq.c293 static unsigned int sfq_drop(struct Qdisc *sch, struct sk_buff **to_free) in sfq_drop() argument
312 qdisc_drop(skb, sch, to_free); in sfq_drop()
346 sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch, struct sk_buff **to_free) in sfq_enqueue() argument
360 __qdisc_drop(skb, to_free); in sfq_enqueue()
370 return qdisc_drop(skb, sch, to_free); in sfq_enqueue()
427 return qdisc_drop(skb, sch, to_free); in sfq_enqueue()
434 qdisc_drop(head, sch, to_free); in sfq_enqueue()
465 dropped = sfq_drop(sch, to_free); in sfq_enqueue()
638 struct sk_buff *to_free = NULL; in sfq_change() local
699 dropped += sfq_drop(sch, &to_free); in sfq_change()
[all …]
Dsch_netem.c422 struct sk_buff **to_free) in netem_segment() argument
430 qdisc_drop(skb, sch, to_free); in netem_segment()
444 struct sk_buff **to_free) in netem_enqueue() argument
470 __qdisc_drop(skb, to_free); in netem_enqueue()
495 skb = netem_segment(skb, sch, to_free); in netem_enqueue()
511 qdisc_drop(skb, sch, to_free); in netem_enqueue()
523 qdisc_drop_all(skb, sch, to_free); in netem_enqueue()
525 __qdisc_drop(skb2, to_free); in netem_enqueue()
539 rootq->enqueue(skb2, rootq, to_free); in netem_enqueue()
613 __qdisc_drop(skb2, to_free); in netem_enqueue()
[all …]
Dsch_tbf.c206 struct sk_buff **to_free) in tbf_segment() argument
217 return qdisc_drop(skb, sch, to_free); in tbf_segment()
224 ret = qdisc_enqueue(segs, q->qdisc, to_free); in tbf_segment()
240 struct sk_buff **to_free) in tbf_enqueue() argument
249 return tbf_segment(skb, sch, to_free); in tbf_enqueue()
250 return qdisc_drop(skb, sch, to_free); in tbf_enqueue()
252 ret = qdisc_enqueue(skb, q->qdisc, to_free); in tbf_enqueue()
Dsch_choke.c114 struct sk_buff **to_free) in choke_drop_by_idx() argument
128 qdisc_drop(skb, sch, to_free); in choke_drop_by_idx()
213 struct sk_buff **to_free) in choke_enqueue() argument
233 choke_drop_by_idx(sch, idx, to_free); in choke_enqueue()
276 return qdisc_drop(skb, sch, to_free); in choke_enqueue()
279 qdisc_drop(skb, sch, to_free); in choke_enqueue()
Dsch_etf.c163 struct sk_buff **to_free) in etf_enqueue_timesortedlist() argument
173 return qdisc_drop(nskb, sch, to_free); in etf_enqueue_timesortedlist()
204 struct sk_buff *to_free = NULL; in timesortedlist_drop() local
223 qdisc_drop(skb, sch, &to_free); in timesortedlist_drop()
228 kfree_skb_list(to_free); in timesortedlist_drop()
Dsch_red.c71 struct sk_buff **to_free) in red_enqueue() argument
98 skb = tcf_qevent_handle(&q->qe_mark, sch, skb, to_free, &ret); in red_enqueue()
118 skb = tcf_qevent_handle(&q->qe_mark, sch, skb, to_free, &ret); in red_enqueue()
131 ret = qdisc_enqueue(skb, child, to_free); in red_enqueue()
142 skb = tcf_qevent_handle(&q->qe_early_drop, sch, skb, to_free, &ret); in red_enqueue()
146 qdisc_drop(skb, sch, to_free); in red_enqueue()
Dsch_plug.c88 struct sk_buff **to_free) in plug_enqueue() argument
98 return qdisc_drop(skb, sch, to_free); in plug_enqueue()
Dsch_skbprio.c69 struct sk_buff **to_free) in skbprio_enqueue() argument
105 return qdisc_drop(skb, sch, to_free); in skbprio_enqueue()
117 qdisc_drop(to_drop, sch, to_free); in skbprio_enqueue()
Dsch_multiq.c61 struct sk_buff **to_free) in multiq_enqueue() argument
72 __qdisc_drop(skb, to_free); in multiq_enqueue()
77 ret = qdisc_enqueue(skb, qdisc, to_free); in multiq_enqueue()
/linux-6.12.1/include/net/
Dsch_generic.h76 struct sk_buff **to_free);
296 struct sk_buff **to_free);
849 struct sk_buff **to_free) in qdisc_enqueue() argument
851 return sch->enqueue(skb, sch, to_free); in qdisc_enqueue()
1081 static inline void __qdisc_drop(struct sk_buff *skb, struct sk_buff **to_free) in __qdisc_drop() argument
1083 skb->next = *to_free; in __qdisc_drop()
1084 *to_free = skb; in __qdisc_drop()
1088 struct sk_buff **to_free) in __qdisc_drop_all() argument
1091 skb->prev->next = *to_free; in __qdisc_drop_all()
1093 skb->next = *to_free; in __qdisc_drop_all()
[all …]
/linux-6.12.1/kernel/
Dregset.c11 void *p = *data, *to_free = NULL; in __regset_get() local
19 to_free = p = kvzalloc(size, GFP_KERNEL); in __regset_get()
26 kvfree(to_free); in __regset_get()
/linux-6.12.1/arch/um/kernel/
Dirq.c260 static void free_irq_entry(struct irq_entry *to_free, bool remove) in free_irq_entry() argument
262 if (!to_free) in free_irq_entry()
266 os_del_epoll_fd(to_free->fd); in free_irq_entry()
267 list_del(&to_free->list); in free_irq_entry()
268 kfree(to_free); in free_irq_entry()
358 struct irq_entry *to_free; in free_irq_by_fd() local
362 to_free = get_irq_entry_by_fd(fd); in free_irq_by_fd()
363 free_irq_entry(to_free, true); in free_irq_by_fd()
/linux-6.12.1/drivers/tty/serial/8250/
D8250_hp300.c304 struct hp300_port *port, *to_free; in hp300_8250_exit() local
308 to_free = port; in hp300_8250_exit()
310 kfree(to_free); in hp300_8250_exit()
/linux-6.12.1/tools/perf/util/
Dordered-events.c158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
366 INIT_LIST_HEAD(&oe->to_free); in ordered_events__init()
391 if (list_empty(&oe->to_free)) in ordered_events__free()
404 list_for_each_entry_safe(buffer, tmp, &oe->to_free, list) { in ordered_events__free()
/linux-6.12.1/drivers/scsi/cxlflash/
Dvlun.c257 static int ba_free(struct ba_lun *ba_lun, u64 to_free) in ba_free() argument
264 if (validate_alloc(bali, to_free)) { in ba_free()
266 __func__, to_free, ba_lun->lun_id); in ba_free()
271 "free_aun_cnt=%llx\n", __func__, to_free, ba_lun->lun_id, in ba_free()
274 if (bali->aun_clone_map[to_free] > 0) { in ba_free()
276 __func__, to_free, ba_lun->lun_id, in ba_free()
277 bali->aun_clone_map[to_free]); in ba_free()
278 bali->aun_clone_map[to_free]--; in ba_free()
282 idx = to_free / BITS_PER_LONG; in ba_free()
283 bit_pos = to_free % BITS_PER_LONG; in ba_free()
/linux-6.12.1/net/mac80211/
Dlink.c195 struct link_container **to_free, in ieee80211_vif_update_links() argument
211 memset(to_free, 0, sizeof(links)); in ieee80211_vif_update_links()
244 to_free[link_id] = container_of(rcu_access_pointer(sdata->link[link_id]), in ieee80211_vif_update_links()
273 ieee80211_tear_down_links(sdata, to_free, rem); in ieee80211_vif_update_links()
292 memset(to_free, 0, sizeof(links)); in ieee80211_vif_update_links()
/linux-6.12.1/io_uring/
Dmemmap.c99 struct page **to_free = *pages; in io_pages_unmap() local
106 if (PageCompound(to_free[0])) in io_pages_unmap()
111 put_page(to_free[i]); in io_pages_unmap()
/linux-6.12.1/fs/
Deventpoll.c301 struct epitems_head *to_free = head; in unlist_file() local
307 to_free = NULL; in unlist_file()
311 free_ephead(to_free); in unlist_file()
806 struct epitems_head *to_free; in __ep_remove() local
823 to_free = NULL; in __ep_remove()
831 to_free = v; in __ep_remove()
836 free_ephead(to_free); in __ep_remove()
1584 struct epitems_head *to_free = NULL; in attach_epitem() local
1595 to_free = kmem_cache_zalloc(ephead_cache, GFP_KERNEL); in attach_epitem()
1596 if (!to_free) in attach_epitem()
[all …]
/linux-6.12.1/fs/ceph/
Dsnap.c1292 LIST_HEAD(to_free); in ceph_trim_snapid_map()
1304 list_move(&sm->lru, &to_free); in ceph_trim_snapid_map()
1308 while (!list_empty(&to_free)) { in ceph_trim_snapid_map()
1309 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_trim_snapid_map()
1322 LIST_HEAD(to_free); in ceph_cleanup_snapid_map()
1329 list_move(&sm->lru, &to_free); in ceph_cleanup_snapid_map()
1333 while (!list_empty(&to_free)) { in ceph_cleanup_snapid_map()
1334 sm = list_first_entry(&to_free, struct ceph_snapid_map, lru); in ceph_cleanup_snapid_map()

123