Searched refs:sync_master_thread (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c149 static struct task_struct *sync_master_thread; variable in typeref:struct:task_struct
849 if (sync_master_thread)
855 realtask = &sync_master_thread;
924 if (!sync_master_thread)
928 task_pid_nr(sync_master_thread));
939 kthread_stop(sync_master_thread);
940 sync_master_thread = NULL;

Completed in 96 milliseconds