Searched refs:khpsbpkt_thread (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.c1102 static struct task_struct *khpsbpkt_thread; variable in typeref:struct:task_struct
1117 wake_up_process(khpsbpkt_thread);
1168 khpsbpkt_thread = kthread_run(hpsbpkt_thread, NULL, "khpsbpkt");
1169 if (IS_ERR(khpsbpkt_thread)) {
1171 ret = PTR_ERR(khpsbpkt_thread);
1251 kthread_stop(khpsbpkt_thread);
1272 kthread_stop(khpsbpkt_thread);

Completed in 91 milliseconds