Lines Matching defs:amt_wq
33 static struct workqueue_struct *amt_wq;
111 mod_delayed_work(amt_wq, &source_gc_wq,
322 mod_delayed_work(amt_wq, &snode->source_timer,
329 mod_delayed_work(amt_wq, &snode->source_timer,
909 queue_work(amt_wq, &amt->event_wq);
924 mod_delayed_work(amt_wq, &amt->secret_wq,
936 mod_delayed_work(amt_wq, &amt->discovery_wq,
947 mod_delayed_work(amt_wq, &amt->discovery_wq,
982 mod_delayed_work(amt_wq, &amt->req_wq, msecs_to_jiffies(exp * 1000));
992 mod_delayed_work(amt_wq, &amt->req_wq,
1673 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
1702 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
1799 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
1829 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
1955 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
2114 if (!mod_delayed_work(amt_wq, &gnode->group_timer,
2272 mod_delayed_work(amt_wq, &amt->req_wq, 0);
2473 mod_delayed_work(amt_wq, &tunnel->gc_wq,
2712 mod_delayed_work(amt_wq, &tunnel->gc_wq,
2928 mod_delayed_work(amt_wq, &amt->req_wq, 0);
3004 mod_delayed_work(amt_wq, &amt->discovery_wq, 0);
3005 mod_delayed_work(amt_wq, &amt->req_wq, 0);
3007 mod_delayed_work(amt_wq, &amt->secret_wq,
3416 amt_wq = alloc_workqueue("amt", WQ_UNBOUND, 0);
3417 if (!amt_wq) {
3425 mod_delayed_work(amt_wq, &source_gc_wq,
3447 destroy_workqueue(amt_wq);