Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dact_ct.c37 static struct workqueue_struct *act_ct_wq; variable
351 queue_rcu_work(act_ct_wq, &ct_ft->rwork); in tcf_ct_flow_table_put()
1545 act_ct_wq = alloc_ordered_workqueue("act_ct_workqueue", 0); in ct_init_module()
1546 if (!act_ct_wq) in ct_init_module()
1562 destroy_workqueue(act_ct_wq); in ct_init_module()
1570 destroy_workqueue(act_ct_wq); in ct_cleanup_module()
/kernel/linux/linux-6.6/net/sched/
H A Dact_ct.c40 static struct workqueue_struct *act_ct_wq; variable
390 queue_rcu_work(act_ct_wq, &ct_ft->rwork); in tcf_ct_flow_table_put()
1632 act_ct_wq = alloc_ordered_workqueue("act_ct_workqueue", 0); in ct_init_module()
1633 if (!act_ct_wq) in ct_init_module()
1651 destroy_workqueue(act_ct_wq); in ct_init_module()
1660 destroy_workqueue(act_ct_wq); in ct_cleanup_module()

Completed in 5 milliseconds