Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dibmphp_hpc.c102 static int tid_poll; variable
139 tid_poll = 0; in ibmphp_hpc_initvars()
1139 tid_poll = 0; in hpc_poll_thread()
1156 tid_poll = kernel_thread (hpc_poll_thread, 0, 0); in ibmphp_hpc_start_poll_thread()
1157 if (tid_poll < 0) { in ibmphp_hpc_start_poll_thread()
1162 debug ("%s - Exit tid_poll[%d] rc[%d]\n", __FUNCTION__, tid_poll, rc); in ibmphp_hpc_start_poll_thread()