Searched refs:dwork (Results 1 – 5 of 5) sorted by relevance
/net/sunrpc/ |
D | sched.c | 87 cancel_delayed_work(&queue->timer_list.dwork); in __rpc_disable_timer() 99 mod_delayed_work(rpciod_workqueue, &queue->timer_list.dwork, expires); in rpc_set_queue_timer() 239 INIT_DELAYED_WORK(&queue->timer_list.dwork, __rpc_queue_timer_fn); in __rpc_init_priority_wait_queue() 258 cancel_delayed_work_sync(&queue->timer_list.dwork); in rpc_destroy_wait_queue() 748 timer_list.dwork.work); in __rpc_queue_timer_fn()
|
/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 75 struct delayed_work dwork; member 553 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc() 577 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc() 584 INIT_DEFERRABLE_WORK(&gc->dwork, mtype_gc); in mtype_gc_init() 585 queue_delayed_work(system_power_efficient_wq, &gc->dwork, HZ); in mtype_gc_init() 594 cancel_delayed_work_sync(&h->gc.dwork); in mtype_cancel_gc()
|
/net/netfilter/ |
D | nf_conntrack_core.c | 68 struct delayed_work dwork; member 1448 gc_work = container_of(work, struct conntrack_gc_work, dwork.work); in gc_worker() 1575 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker() 1580 INIT_DELAYED_WORK(&gc_work->dwork, gc_worker); in conntrack_gc_work_init() 2531 cancel_delayed_work_sync(&conntrack_gc_work.dwork); in nf_conntrack_cleanup_end() 2814 queue_delayed_work(system_power_efficient_wq, &conntrack_gc_work.dwork, HZ); in nf_conntrack_init_start()
|
/net/tipc/ |
D | crypto.c | 2359 struct delayed_work *dwork = to_delayed_work(work); in tipc_crypto_work_rx() local 2360 struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work); in tipc_crypto_work_rx() 2448 struct delayed_work *dwork = to_delayed_work(work); in tipc_crypto_work_tx() local 2449 struct tipc_crypto *tx = container_of(dwork, struct tipc_crypto, work); in tipc_crypto_work_tx()
|
/net/mac80211/ |
D | util.c | 929 struct delayed_work *dwork, in ieee80211_queue_delayed_work() argument 937 queue_delayed_work(local->workqueue, dwork, delay); in ieee80211_queue_delayed_work()
|