Home
last modified time | relevance | path

Searched refs:wakeupq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dlink.c118 * @wakeupq: linked list of wakeup msgs waiting for link congestion to abate
176 struct sk_buff_head wakeupq; member
526 skb_queue_head_init(&l->wakeupq); in tipc_link_create()
884 skb_queue_tail(&l->wakeupq, skb); in link_schedule_user()
898 struct sk_buff_head *wakeupq = &l->wakeupq; in link_prepare_wakeup() local
910 skb_queue_walk_safe(wakeupq, skb, tmp) { in link_prepare_wakeup()
915 __skb_unlink(skb, wakeupq); in link_prepare_wakeup()
953 spin_lock_bh(&l->wakeupq.lock); in tipc_link_reset()
954 skb_queue_splice_init(&l->wakeupq, in tipc_link_reset()
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dlink.c118 * @wakeupq: linked list of wakeup msgs waiting for link congestion to abate
204 struct sk_buff_head wakeupq; member
555 skb_queue_head_init(&l->wakeupq); in tipc_link_create()
919 skb_queue_tail(&l->wakeupq, skb); in link_schedule_user()
933 struct sk_buff_head *wakeupq = &l->wakeupq; in link_prepare_wakeup() local
945 skb_queue_walk_safe(wakeupq, skb, tmp) { in link_prepare_wakeup()
950 __skb_unlink(skb, wakeupq); in link_prepare_wakeup()
988 spin_lock_bh(&l->wakeupq.lock); in tipc_link_reset()
989 skb_queue_splice_init(&l->wakeupq, in tipc_link_reset()
[all...]

Completed in 6 milliseconds