Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_api.c178 static struct workqueue_struct *tc_filter_wq; variable
189 flush_workqueue(tc_filter_wq); in unregister_tcf_proto_ops()
207 return queue_rcu_work(tc_filter_wq, rwork); in tcf_queue_work()
3907 tc_filter_wq = alloc_ordered_workqueue("tc_filter_workqueue", 0); in tc_filter_init()
3908 if (!tc_filter_wq) in tc_filter_init()
3929 destroy_workqueue(tc_filter_wq); in tc_filter_init()