Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sync.c785 static int fork_sync_thread(void *startup) in fork_sync_thread() function
829 if ((pid = kernel_thread(fork_sync_thread, &startup, 0)) < 0) { in start_sync_thread()