Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()