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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkthread.c39 int should_stop; member in struct:kthread
56 return to_kthread(current)->should_stop;
82 self.should_stop = 0;
94 if (!self.should_stop)
218 kthread->should_stop = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Duwbd.c260 int should_stop = 0; local
266 || (should_stop = kthread_should_stop()),
268 if (should_stop)

Completed in 105 milliseconds