Home
last modified time | relevance | path

Searched refs:hitlist (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/unix/
H A Dgarbage.c92 struct sk_buff_head *hitlist) in scan_inflight()
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()
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
302 skb_queue_head_init(&hitlist); in unix_gc()
304 scan_children(&u->sk, inc_inflight, &hitlist); in unix_gc()
323 skb_queue_walk_safe(&hitlist, sk in unix_gc()
91 scan_inflight(struct sock *x, void (*func)(struct unix_sock *), struct sk_buff_head *hitlist) scan_inflight() argument
133 scan_children(struct sock *x, void (*func)(struct unix_sock *), struct sk_buff_head *hitlist) scan_children() argument
[all...]
/kernel/linux/linux-6.6/net/unix/
H A Dgarbage.c92 struct sk_buff_head *hitlist) in scan_inflight()
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()
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()
288 scan_children(&u->sk, inc_inflight, &hitlist); in unix_gc()
315 skb_queue_walk_safe(&hitlist, sk in unix_gc()
91 scan_inflight(struct sock *x, void (*func)(struct unix_sock *), struct sk_buff_head *hitlist) scan_inflight() argument
133 scan_children(struct sock *x, void (*func)(struct unix_sock *), struct sk_buff_head *hitlist) scan_children() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevio.c674 struct list_head *p, *q, hitlist; in destroy_async_on_interface() local
677 INIT_LIST_HEAD(&hitlist); in destroy_async_on_interface()
681 list_move_tail(p, &hitlist); in destroy_async_on_interface()
683 destroy_async(ps, &hitlist); in destroy_async_on_interface()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevio.c685 struct list_head *p, *q, hitlist; in destroy_async_on_interface() local
688 INIT_LIST_HEAD(&hitlist); in destroy_async_on_interface()
692 list_move_tail(p, &hitlist); in destroy_async_on_interface()
694 destroy_async(ps, &hitlist); in destroy_async_on_interface()

Completed in 8 milliseconds