Home
last modified time | relevance | path

Searched refs:backup_thread (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/net/netfilter/ipvs/
Dip_vs_sync.c1562 if (ipvs->backup_thread) in start_sync_thread()
1568 realtask = &ipvs->backup_thread; in start_sync_thread()
1648 if (!ipvs->backup_thread) in stop_sync_thread()
1652 task_pid_nr(ipvs->backup_thread)); in stop_sync_thread()
1655 retc = kthread_stop(ipvs->backup_thread); in stop_sync_thread()
1656 ipvs->backup_thread = NULL; in stop_sync_thread()
/linux-3.3/include/net/
Dip_vs.h897 struct task_struct *backup_thread; member