Searched refs:stop_sync_thread (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1933 int stop_sync_thread(struct netns_ipvs *ipvs, int state) in stop_sync_thread() function 2033 retc = stop_sync_thread(ipvs, IP_VS_STATE_MASTER); in ip_vs_sync_net_cleanup() 2037 retc = stop_sync_thread(ipvs, IP_VS_STATE_BACKUP); in ip_vs_sync_net_cleanup()
|
D | ip_vs_ctl.c | 2734 ret = stop_sync_thread(ipvs, dm->state); in do_ip_vs_set_ctl() 3861 ret = stop_sync_thread(ipvs, in ip_vs_genl_del_daemon()
|
/linux-6.12.1/drivers/md/ |
D | md.c | 4879 static void stop_sync_thread(struct mddev *mddev, bool locked) in stop_sync_thread() function 4914 stop_sync_thread(mddev, true); in md_idle_sync_thread() 4923 stop_sync_thread(mddev, true); in md_frozen_sync_thread() 6436 stop_sync_thread(mddev, true); in md_stop_writes() 6505 stop_sync_thread(mddev, false); in md_set_readonly() 6551 stop_sync_thread(mddev, true); in do_md_stop()
|
/linux-6.12.1/include/net/ |
D | ip_vs.h | 1575 int stop_sync_thread(struct netns_ipvs *ipvs, int state);
|