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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A DMakefile6 obj-y := setup.o voyager_basic.o voyager_thread.o
H A Dvoyager_thread.c7 * linux/arch/i386/kernel/voyager_thread.c
34 struct task_struct *voyager_thread; variable in typeref:struct:task_struct
115 voyager_thread = kthread_run(thread, NULL, "kvoyagerd");
116 if (IS_ERR(voyager_thread)) {
118 return PTR_ERR(voyager_thread);
127 kthread_stop(voyager_thread);
H A Dvoyager_cat.c1092 wake_up_process(voyager_thread);
1127 wake_up_process(voyager_thread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dvoyager.h490 extern struct task_struct *voyager_thread;

Completed in 60 milliseconds