Home
last modified time | relevance | path

Searched refs:hitlist (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/unix/
A Dgarbage.c92 struct sk_buff_head *hitlist) in scan_inflight() argument
124 if (hit && hitlist != NULL) { in scan_inflight()
126 __skb_queue_tail(hitlist, skb); in scan_inflight()
134 struct sk_buff_head *hitlist) in scan_children() argument
137 scan_inflight(x, func, hitlist); in scan_children()
161 scan_inflight(&u->sk, func, hitlist); in scan_children()
210 struct sk_buff_head hitlist; in unix_gc() local
286 skb_queue_head_init(&hitlist); in unix_gc()
307 skb_queue_walk_safe(&hitlist, skb, next_skb) { in unix_gc()
309 __skb_unlink(skb, &hitlist); in unix_gc()
[all …]
/linux-6.3-rc2/drivers/usb/core/
A Ddevio.c677 struct list_head *p, *q, hitlist; in destroy_async_on_interface() local
680 INIT_LIST_HEAD(&hitlist); in destroy_async_on_interface()
684 list_move_tail(p, &hitlist); in destroy_async_on_interface()
686 destroy_async(ps, &hitlist); in destroy_async_on_interface()

Completed in 8 milliseconds