Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnetpoll.h42 struct work_struct refill_wq; member
/linux-6.15/net/core/
H A Dnetpoll.c292 schedule_work(&np->refill_wq); in find_skb()
544 cancel_work_sync(&np->refill_wq); in skb_pool_flush()
641 container_of(work, struct netpoll, refill_wq); in refill_skbs_work_handler()
691 INIT_WORK(&np->refill_wq, refill_skbs_work_handler); in __netpoll_setup()