Searched refs:hitlist (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/unix/ |
D | garbage.c | 160 struct sk_buff_head *hitlist) in scan_inflight() argument 192 if (hit && hitlist != NULL) { in scan_inflight() 194 __skb_queue_tail(hitlist, skb); in scan_inflight() 202 struct sk_buff_head *hitlist) in scan_children() argument 205 scan_inflight(x, func, hitlist); in scan_children() 229 scan_inflight(&u->sk, func, hitlist); in scan_children() 274 struct sk_buff_head hitlist; in unix_gc() local 357 skb_queue_head_init(&hitlist); in unix_gc() 359 scan_children(&u->sk, inc_inflight, &hitlist); in unix_gc() 364 __skb_queue_purge(&hitlist); in unix_gc()
|
/linux-4.4.14/drivers/usb/core/ |
D | devio.c | 558 struct list_head *p, *q, hitlist; in destroy_async_on_interface() local 561 INIT_LIST_HEAD(&hitlist); in destroy_async_on_interface() 565 list_move_tail(p, &hitlist); in destroy_async_on_interface() 567 destroy_async(ps, &hitlist); in destroy_async_on_interface()
|