Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H 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()
211 struct sk_buff_head hitlist; in unix_gc() local
301 skb_queue_head_init(&hitlist); in unix_gc()
330 skb_queue_walk_safe(&hitlist, skb, next_skb) { in unix_gc()
332 __skb_unlink(skb, &hitlist); in unix_gc()
[all …]
/openbmc/linux/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()