Searched refs:conn_resize_work (Results 1 – 3 of 3) sorted by relevance
308 mod_delayed_work(system_dfl_long_wq, &ipvs->conn_resize_work, 0); in ip_vs_conn_hash()912 ipvs = container_of(work, struct netns_ipvs, conn_resize_work.work); in conn_resize_work_handler()1015 queue_delayed_work(system_dfl_long_wq, &ipvs->conn_resize_work, in conn_resize_work_handler()1945 disable_delayed_work_sync(&ipvs->conn_resize_work); in ip_vs_conn_flush()2069 INIT_DELAYED_WORK(&ipvs->conn_resize_work, conn_resize_work_handler); in ip_vs_conn_net_init()
2659 &ipvs->conn_resize_work, 0); in ipvs_proc_conn_lfactor()
1195 struct delayed_work conn_resize_work;/* resize conn_tab */ member