Searched refs:sync_backup_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.c150 static struct task_struct *sync_backup_thread; variable in typeref:struct:task_struct
860 if (sync_backup_thread)
866 realtask = &sync_backup_thread;
942 if (!sync_backup_thread)
946 task_pid_nr(sync_backup_thread));
949 kthread_stop(sync_backup_thread);
950 sync_backup_thread = NULL;

Completed in 98 milliseconds