Searched refs:stop_sync_thread (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sync.c | 1932 int stop_sync_thread(struct netns_ipvs *ipvs, int state) 2032 retc = stop_sync_thread(ipvs, IP_VS_STATE_MASTER); in ip_vs_sync_net_cleanup() 2036 retc = stop_sync_thread(ipvs, IP_VS_STATE_BACKUP); in ip_vs_sync_net_cleanup() 1933 int stop_sync_thread(struct netns_ipvs *ipvs, int state) stop_sync_thread() function
|
| /linux/drivers/md/ |
| H A D | md.c | 5158 static void stop_sync_thread(struct mddev *mddev, bool locked) in stop_sync_thread() function 5193 stop_sync_thread(mddev, true); in md_idle_sync_thread() 5202 stop_sync_thread(mddev, true); in md_frozen_sync_thread() 6876 stop_sync_thread(mddev, true); in md_stop_writes() 6940 stop_sync_thread(mddev, false); in md_set_readonly() 6986 stop_sync_thread(mddev, true); in do_md_stop()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1588 int stop_sync_thread(struct netns_ipvs *ipvs, int state);
|