Searched refs:svc_table_changes (Results 1 – 2 of 2) sorted by relevance
781 atomic_inc(&ipvs->svc_table_changes); in svc_resize_work_handler()2069 atomic_inc(&ipvs->svc_table_changes); in ip_vs_del_service()2118 atomic_inc(&ipvs->svc_table_changes); in ip_vs_flush()2193 old_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_dst_event()2212 new_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_dst_event()3135 old_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_status_show()3160 new_gen = atomic_read(&ipvs->svc_table_changes); in ip_vs_status_show()5076 atomic_set(&ipvs->svc_table_changes, 0); in ip_vs_control_net_init()
1190 atomic_t svc_table_changes;/* ++ on new table */ member