Searched refs:kthread_should_stop (Results 1 - 25 of 149) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/trace_events/
H A Dtrace-events-sample.c25 while (!kthread_should_stop())
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio_irq.c116 if (!kthread_should_stop())
139 if (!kthread_should_stop())
142 } while (!kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dusb-tx.c200 (kthread_should_stop() /* check this first! */
203 if (kthread_should_stop())
H A Dusb-rx.c353 (kthread_should_stop() /* check this first! */
356 if (kthread_should_stop())
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer_benchmark.c363 while (!kthread_should_stop()) {
372 while (!kthread_should_stop() && !kill_test) {
378 if (kthread_should_stop() || kill_test)
396 while (!kthread_should_stop() && !kill_test) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkthread.h32 int kthread_should_stop(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkthread.c48 * kthread_should_stop - should this kthread return now?
54 int kthread_should_stop(void) function
58 EXPORT_SYMBOL(kthread_should_stop); variable
126 * return when 'kthread_should_stop()' is true (which means
196 * Sets kthread_should_stop() for @k to return true, wakes it, and
293 if (kthread_should_stop()) {
H A Drcutorture.c702 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
705 while (!kthread_should_stop())
749 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
752 while (!kthread_should_stop())
774 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
778 while (!kthread_should_stop())
892 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP);
897 while (!kthread_should_stop())
995 } while (!kthread_should_stop());
1063 } while (!kthread_should_stop());
[all...]
H A Dwatchdog.c342 while (!kthread_should_stop()) {
346 if (kthread_should_stop())
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-dvb.c47 if (kthread_should_stop()) break;
81 kthread_should_stop());
97 while (!kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dpower.c159 } while (!kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dbackground.c111 if (kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c508 if (kthread_should_stop())
520 } while (atomic_read(&extracting) && !kthread_should_stop());
521 if (kthread_should_stop())
539 if (kthread_should_stop() || signal_pending(current))
552 } while (atomic_read(&extracting) && !kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtwl6030-irq.c98 while (!kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dast.c154 while (!kthread_should_stop()) {
H A Drecoverd.c275 while (!kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkthread.c60 || kthread_should_stop()));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dasync-thread.c346 if (!kthread_should_stop()) {
371 if (kthread_should_stop())
391 if (!kthread_should_stop()) {
401 } while (!kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dcallback.c80 while (!kthread_should_stop()) {
154 while (!kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dvirtio_balloon.c259 while (!kthread_should_stop()) {
266 || kthread_should_stop()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmrst_max3110.c395 wait_event_interruptible(*wq, max->uart_flags || kthread_should_stop());
412 } while (!kthread_should_stop());
443 } while (!kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_sync.c761 while (!kthread_should_stop()) {
804 while (!kthread_should_stop()) {
807 || kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-dvb.c65 if (kthread_should_stop())
87 while (!kthread_should_stop()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dfmr_pool.c194 !kthread_should_stop())
197 } while (!kthread_should_stop());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Ducb1400_ts.c190 while (!kthread_should_stop()) {
233 kthread_should_stop(), timeout);

Completed in 213 milliseconds

123456