Searched refs:dwork (Results 1 – 8 of 8) sorted by relevance
| /net/netfilter/ |
| A D | nf_conntrack_ecache.c | 108 struct nf_conntrack_net *cnet = container_of(work, struct nf_conntrack_net, ecache.dwork.work); in ecache_work() 124 schedule_delayed_work(&cnet->ecache.dwork, delay); in ecache_work() 299 !delayed_work_pending(&cnet->ecache.dwork)) { in nf_conntrack_ecache_work() 300 schedule_delayed_work(&cnet->ecache.dwork, HZ); in nf_conntrack_ecache_work() 304 mod_delayed_work(system_wq, &cnet->ecache.dwork, 0); in nf_conntrack_ecache_work() 369 INIT_DELAYED_WORK(&cnet->ecache.dwork, ecache_work); in nf_conntrack_ecache_pernet_init() 380 cancel_delayed_work_sync(&cnet->ecache.dwork); in nf_conntrack_ecache_pernet_fini()
|
| A D | nf_conntrack_core.c | 67 struct delayed_work dwork; member 1523 gc_work = container_of(work, struct conntrack_gc_work, dwork.work); in gc_worker() 1648 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker() 1653 INIT_DELAYED_WORK(&gc_work->dwork, gc_worker); in conntrack_gc_work_init() 2465 cancel_delayed_work_sync(&conntrack_gc_work.dwork); in nf_conntrack_cleanup_end() 2688 queue_delayed_work(system_power_efficient_wq, &conntrack_gc_work.dwork, HZ); in nf_conntrack_init_start() 2697 cancel_delayed_work_sync(&conntrack_gc_work.dwork); in nf_conntrack_init_start()
|
| /net/wireless/ |
| A D | core.c | 1731 struct wiphy_delayed_work *dwork = timer_container_of(dwork, t, timer); in wiphy_delayed_work_timer() local 1733 wiphy_work_queue(dwork->wiphy, &dwork->work); in wiphy_delayed_work_timer() 1744 timer_delete(&dwork->timer); in wiphy_delayed_work_queue() 1745 wiphy_work_queue(wiphy, &dwork->work); in wiphy_delayed_work_queue() 1749 dwork->wiphy = wiphy; in wiphy_delayed_work_queue() 1759 timer_delete_sync(&dwork->timer); in wiphy_delayed_work_cancel() 1760 wiphy_work_cancel(wiphy, &dwork->work); in wiphy_delayed_work_cancel() 1769 timer_delete_sync(&dwork->timer); in wiphy_delayed_work_flush() 1770 wiphy_work_flush(wiphy, &dwork->work); in wiphy_delayed_work_flush() 1775 struct wiphy_delayed_work *dwork) in wiphy_delayed_work_pending() argument [all …]
|
| /net/sunrpc/ |
| A D | sched.c | 102 cancel_delayed_work(&queue->timer_list.dwork); in __rpc_disable_timer() 114 mod_delayed_work(rpciod_workqueue, &queue->timer_list.dwork, expires); in rpc_set_queue_timer() 254 INIT_DELAYED_WORK(&queue->timer_list.dwork, __rpc_queue_timer_fn); in __rpc_init_priority_wait_queue() 273 cancel_delayed_work_sync(&queue->timer_list.dwork); in rpc_destroy_wait_queue() 773 timer_list.dwork.work); in __rpc_queue_timer_fn()
|
| /net/netfilter/ipset/ |
| A D | ip_set_hash_gen.h | 76 struct delayed_work dwork; member 566 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc() 590 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc() 597 INIT_DEFERRABLE_WORK(&gc->dwork, mtype_gc); in mtype_gc_init() 598 queue_delayed_work(system_power_efficient_wq, &gc->dwork, HZ); in mtype_gc_init() 607 cancel_delayed_work_sync(&h->gc.dwork); in mtype_cancel_gc()
|
| /net/tipc/ |
| A D | crypto.c | 2357 struct delayed_work *dwork = to_delayed_work(work); in tipc_crypto_work_rx() local 2358 struct tipc_crypto *rx = container_of(dwork, struct tipc_crypto, work); in tipc_crypto_work_rx() 2446 struct delayed_work *dwork = to_delayed_work(work); in tipc_crypto_work_tx() local 2447 struct tipc_crypto *tx = container_of(dwork, struct tipc_crypto, work); in tipc_crypto_work_tx()
|
| /net/core/ |
| A D | skmsg.c | 651 struct delayed_work *dwork = to_delayed_work(work); in sk_psock_backlog() local 652 struct sk_psock *psock = container_of(dwork, struct sk_psock, work); in sk_psock_backlog()
|
| /net/mac80211/ |
| A D | util.c | 911 struct delayed_work *dwork, in ieee80211_queue_delayed_work() argument 919 queue_delayed_work(local->workqueue, dwork, delay); in ieee80211_queue_delayed_work()
|
Completed in 637 milliseconds