Searched refs:ibmphp_poll_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/drivers/pci/hotplug/
H A Dibmphp_hpc.c109 static struct task_struct *ibmphp_poll_thread; variable in typeref:struct:task_struct
1057 ibmphp_poll_thread = kthread_run(poll_hpc, NULL, "hpc_poll");
1058 if (IS_ERR(ibmphp_poll_thread)) {
1060 return PTR_ERR(ibmphp_poll_thread);
1074 kthread_stop(ibmphp_poll_thread);

Completed in 133 milliseconds