Searched refs:hitlist (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/unix/ |
D | garbage.c | 161 struct sk_buff_head *hitlist) in scan_inflight() argument 193 if (hit && hitlist != NULL) { in scan_inflight() 195 __skb_queue_tail(hitlist, skb); in scan_inflight() 203 struct sk_buff_head *hitlist) in scan_children() argument 206 scan_inflight(x, func, hitlist); in scan_children() 230 scan_inflight(&u->sk, func, hitlist); in scan_children() 275 struct sk_buff_head hitlist; in unix_gc() local 349 skb_queue_head_init(&hitlist); in unix_gc() 351 scan_children(&u->sk, inc_inflight, &hitlist); in unix_gc() 365 __skb_queue_purge(&hitlist); in unix_gc()
|
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 649 struct list_head *p, *q, hitlist; in destroy_async_on_interface() local 652 INIT_LIST_HEAD(&hitlist); in destroy_async_on_interface() 656 list_move_tail(p, &hitlist); in destroy_async_on_interface() 658 destroy_async(ps, &hitlist); in destroy_async_on_interface()
|