| /linux/drivers/net/wireguard/ |
| H A D | ratelimiter.c | 20 static DECLARE_DEFERRABLE_WORK(gc_work, wg_ratelimiter_gc_entries); 81 queue_delayed_work(system_power_efficient_wq, &gc_work, HZ); in wg_ratelimiter_gc_entries() 191 queue_delayed_work(system_power_efficient_wq, &gc_work, HZ); in wg_ratelimiter_init() 211 cancel_delayed_work_sync(&gc_work); in wg_ratelimiter_uninit()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_core.c | 1517 struct conntrack_gc_work *gc_work; in gc_worker() local 1523 gc_work = container_of(work, struct conntrack_gc_work, dwork.work); in gc_worker() 1525 i = gc_work->next_bucket; in gc_worker() 1526 if (gc_work->early_drop) in gc_worker() 1530 gc_work->avg_timeout = GC_SCAN_INTERVAL_INIT; in gc_worker() 1531 gc_work->count = GC_SCAN_INITIAL_COUNT; in gc_worker() 1532 gc_work->start_time = start_time; in gc_worker() 1535 next_run = gc_work->avg_timeout; in gc_worker() 1536 count = gc_work->count; in gc_worker() 1564 gc_work in gc_worker() 1651 conntrack_gc_work_init(struct conntrack_gc_work * gc_work) conntrack_gc_work_init() argument [all...] |
| H A D | nf_conncount.c | 62 struct work_struct gc_work; member 375 schedule_work(&data->gc_work); in insert_tree() 536 struct nf_conncount_data *data = container_of(work, struct nf_conncount_data, gc_work); in nf_conncount_init() 628 INIT_WORK(&data->gc_work, tree_gc_worker); 663 cancel_work_sync(&data->gc_work);
|
| H A D | nf_flow_table_core.c | 598 flow_table = container_of(work, struct nf_flowtable, gc_work.work); in nf_flow_offload_work_gc() 600 queue_delayed_work(system_power_efficient_wq, &flow_table->gc_work, HZ); in nf_flow_nat_port_tcp() 695 INIT_DELAYED_WORK(&flowtable->gc_work, nf_flow_offload_work_gc); in nf_flow_table_init() 705 &flowtable->gc_work, HZ); in nf_flow_table_init() 735 flush_delayed_work(&flowtable->gc_work); 756 cancel_delayed_work_sync(&flow_table->gc_work); in nf_flow_table_free()
|
| H A D | xt_hashlimit.c | 127 struct delayed_work gc_work; member 350 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create() 351 queue_delayed_work(system_power_efficient_wq, &hinfo->gc_work, in htable_create() 385 ht = container_of(work, struct xt_hashlimit_htable, gc_work.work); in htable_gc() 390 &ht->gc_work, msecs_to_jiffies(ht->cfg.gc_interval)); in htable_gc() 431 cancel_delayed_work_sync(&hinfo->gc_work); in htable_put()
|
| /linux/drivers/md/dm-pcache/ |
| H A D | cache.c | 166 INIT_DELAYED_WORK(&cache->gc_work, pcache_cache_gc_fn); in cache_init() 401 queue_delayed_work(cache_get_wq(cache), &cache->gc_work, 0); in pcache_cache_start() 419 cancel_delayed_work_sync(&cache->gc_work); in pcache_cache_stop()
|
| H A D | cache.h | 185 struct delayed_work gc_work; member
|
| /linux/net/bridge/ |
| H A D | br_stp_if.c | 56 mod_delayed_work(system_long_wq, &br->gc_work, HZ / 10); in br_stp_enable_bridge() 87 cancel_delayed_work_sync(&br->gc_work); in br_stp_disable_bridge()
|
| H A D | br_ioctl.c | 186 b.gc_timer_value = br_timer_value(&br->gc_work.timer); in br_dev_siocdevprivate()
|
| H A D | br_device.c | 534 INIT_DELAYED_WORK(&br->gc_work, br_fdb_cleanup); in br_dev_setup()
|
| H A D | br_stp.c | 643 mod_delayed_work(system_long_wq, &br->gc_work, 0); in br_set_ageing_time()
|
| H A D | br_if.c | 394 cancel_delayed_work_sync(&br->gc_work); in br_dev_delete()
|
| H A D | br_sysfs_br.c | 294 return sprintf(buf, "%ld\n", br_timer_value(&br->gc_work.timer)); in gc_timer_show()
|
| H A D | br_netlink.c | 1663 clockval = br_timer_value(&br->gc_work.timer); in br_fill_info()
|
| H A D | br_private.h | 564 struct delayed_work gc_work; member
|
| /linux/include/net/netfilter/ |
| H A D | nf_flow_table.h | 83 struct delayed_work gc_work; member
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.h | 249 struct work_struct gc_work; member
|
| /linux/include/net/ |
| H A D | neighbour.h | 233 struct delayed_work gc_work; 231 struct delayed_work gc_work; global() member
|
| /linux/net/core/ |
| H A D | neighbour.c | 977 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work() 1050 queue_delayed_work(system_power_efficient_wq, &tbl->gc_work, in neigh_periodic_work() 1843 INIT_DEFERRABLE_WORK(&tbl->gc_work, neigh_periodic_work); in neigh_table_init() 1844 queue_delayed_work(system_power_efficient_wq, &tbl->gc_work, in neigh_table_init() 1871 cancel_delayed_work_sync(&tbl->gc_work); in neigh_table_clear()
|