Searched refs:svc_resize_work (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 661 ipvs = container_of(work, struct netns_ipvs, svc_resize_work.work); in svc_resize_work_handler() 803 queue_delayed_work(system_unbound_wq, &ipvs->svc_resize_work, 1); in svc_resize_work_handler() 1836 queue_delayed_work(system_unbound_wq, &ipvs->svc_resize_work, in ip_vs_add_service() 2064 cancel_delayed_work_sync(&ipvs->svc_resize_work); in ip_vs_del_service() 2081 queue_delayed_work(system_unbound_wq, &ipvs->svc_resize_work, in ip_vs_del_service() 2102 cancel_delayed_work_sync(&ipvs->svc_resize_work); in ip_vs_flush() 2547 &ipvs->svc_resize_work, 0); in ipvs_proc_svc_lfactor() 5075 INIT_DELAYED_WORK(&ipvs->svc_resize_work, svc_resize_work_handler); in ip_vs_control_net_init()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1189 struct delayed_work svc_resize_work; /* resize svc_table */ member
|