Home
last modified time | relevance | path

Searched refs:kthread_should_stop (Results 1 – 191 of 191) sorted by relevance

/linux-4.1.27/drivers/staging/speakup/
Dthread.c31 should_break = kthread_should_stop() || in speakup_thread()
44 if (kthread_should_stop()) in speakup_thread()
Dspeakup_apollo.c156 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_decext.c174 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_keypc.c197 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_acntpc.c196 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_dectlk.c226 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_dtlk.c208 while (!kthread_should_stop()) { in do_catch_up()
Dspeakup_decpc.c390 while (!kthread_should_stop()) { in do_catch_up()
Dsynth.c103 while (!kthread_should_stop()) { in spk_do_catch_up()
/linux-4.1.27/samples/trace_events/
Dtrace-events-sample.c51 while (!kthread_should_stop()) in simple_thread()
74 while (!kthread_should_stop()) in simple_thread_fn()
/linux-4.1.27/drivers/usb/usbip/
Dusbip_event.c68 while (!kthread_should_stop()) { in event_handler_loop()
71 kthread_should_stop()); in event_handler_loop()
Dvhci_tx.c208 while (!kthread_should_stop()) { in vhci_tx_loop()
218 kthread_should_stop())); in vhci_tx_loop()
Dstub_tx.c367 while (!kthread_should_stop()) { in stub_tx_loop()
394 kthread_should_stop())); in stub_tx_loop()
Dvhci_rx.c260 while (!kthread_should_stop()) { in vhci_rx_loop()
Dstub_rx.c586 while (!kthread_should_stop()) { in stub_rx_loop()
/linux-4.1.27/kernel/trace/
Dring_buffer_benchmark.c360 while (!kthread_should_stop()) { in wait_to_die()
369 while (!kthread_should_stop() && !kill_test) { in ring_buffer_consumer_thread()
375 if (kthread_should_stop() || kill_test) in ring_buffer_consumer_thread()
392 while (!kthread_should_stop() && !kill_test) { in ring_buffer_producer_thread()
Dtrace_benchmark.c149 while (!kthread_should_stop()) { in benchmark_event_kthread()
Dtrace_selftest.c1066 while (!kthread_should_stop()) { in trace_wakeup_test_thread()
Dring_buffer.c4825 while (!kthread_should_stop()) { in rb_test()
4848 while (!kthread_should_stop()) { in rb_hammer_test()
Dtrace_events.c2736 while (!kthread_should_stop()) { in event_test_thread()
/linux-4.1.27/drivers/mmc/core/
Dsdio_irq.c150 if (!kthread_should_stop()) in sdio_irq_thread()
176 if (!kthread_should_stop()) in sdio_irq_thread()
179 } while (!kthread_should_stop()); in sdio_irq_thread()
/linux-4.1.27/drivers/pci/hotplug/
Dcpci_hotplug_core.c518 if (kthread_should_stop()) in event_thread()
530 } while (atomic_read(&extracting) && !kthread_should_stop()); in event_thread()
531 if (kthread_should_stop()) in event_thread()
549 if (kthread_should_stop() || signal_pending(current)) in poll_thread()
562 } while (atomic_read(&extracting) && !kthread_should_stop()); in poll_thread()
Dibmphp_hpc.c833 while (!kthread_should_stop()) { in poll_hpc()
893 if (kthread_should_stop()) in poll_hpc()
Dcpqphp_ctrl.c1752 if (kthread_should_stop()) in event_thread()
/linux-4.1.27/drivers/md/bcache/
Dwriteback.c230 while (!kthread_should_stop()) { in read_dirty()
241 while (!kthread_should_stop() && delay) in read_dirty()
425 while (!kthread_should_stop()) { in bch_writeback_thread()
433 if (kthread_should_stop()) in bch_writeback_thread()
460 !kthread_should_stop() && in bch_writeback_thread()
Dalloc.c288 if (kthread_should_stop()) \
Dbtree.c1776 if (kthread_should_stop()) in bch_gc_thread()
/linux-4.1.27/kernel/
Dkthread.c79 bool kthread_should_stop(void) in kthread_should_stop() function
83 EXPORT_SYMBOL(kthread_should_stop);
122 return kthread_should_stop(); in kthread_freezable_should_stop()
556 if (kthread_should_stop()) { in kthread_worker_fn()
Dfreezer.c74 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
Dtorture.c674 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop()
701 while (!kthread_should_stop()) { in torture_kthread_stopping()
Dsmpboot.c113 if (kthread_should_stop()) { in smpboot_thread_fn()
Daudit.c502 while (!kthread_should_stop()) { in kauditd_thread()
Dworkqueue.c2279 should_stop = kthread_should_stop(); in rescuer_thread()
/linux-4.1.27/drivers/net/wimax/i2400m/
Dusb-tx.c199 (kthread_should_stop() /* check this first! */ in i2400mu_txd()
202 if (kthread_should_stop()) in i2400mu_txd()
Dusb-rx.c353 (kthread_should_stop() /* check this first! */ in i2400mu_rxd()
356 if (kthread_should_stop()) in i2400mu_rxd()
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c47 if (kthread_should_stop()) break; in pvr2_dvb_feed_func()
81 kthread_should_stop()); in pvr2_dvb_feed_func()
97 while (!kthread_should_stop()) { in pvr2_dvb_feed_thread()
Dpvrusb2-context.c186 kthread_should_stop()); in pvr2_context_thread_func()
/linux-4.1.27/drivers/media/rc/
Drc-ir-raw.c41 while (!kthread_should_stop()) { in ir_raw_event_thread()
49 if (kthread_should_stop()) in ir_raw_event_thread()
Dlirc_dev.c139 if (kthread_should_stop()) in lirc_thread()
147 } while (!kthread_should_stop()); in lirc_thread()
/linux-4.1.27/arch/powerpc/kernel/
Deeh_event.c57 while (!kthread_should_stop()) { in eeh_event_handler()
/linux-4.1.27/include/linux/
Dkthread.h42 bool kthread_should_stop(void);
/linux-4.1.27/fs/nfs/
Dcallback.c80 while (!kthread_should_stop()) { in nfs4_callback_svc()
127 while (!kthread_should_stop()) { in nfs41_callback_svc()
/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c493 while (!kthread_should_stop()) { in mips_ejtag_fdc_put()
497 kthread_should_stop()); in mips_ejtag_fdc_put()
498 if (kthread_should_stop()) in mips_ejtag_fdc_put()
517 kthread_should_stop()); in mips_ejtag_fdc_put()
518 if (kthread_should_stop()) in mips_ejtag_fdc_put()
Dbfin_jtag_comm.c73 while (!kthread_should_stop()) { in bfin_jc_emudat_manager()
Dmetag_da.c286 while (!kthread_should_stop()) { in put_data()
/linux-4.1.27/kernel/power/
Dswap.c507 kthread_should_stop()); in crc32_threadfn()
508 if (kthread_should_stop()) { in crc32_threadfn()
550 kthread_should_stop()); in lzo_compress_threadfn()
551 if (kthread_should_stop()) { in lzo_compress_threadfn()
1038 kthread_should_stop()); in lzo_decompress_threadfn()
1039 if (kthread_should_stop()) { in lzo_decompress_threadfn()
/linux-4.1.27/kernel/rcu/
Drcutorture.c738 !kthread_should_stop()) { in rcu_torture_boost()
754 while (!kthread_should_stop() || rbi.inflight) { in rcu_torture_boost()
832 !kthread_should_stop()) { in rcu_torture_fqs()
837 !kthread_should_stop()) { in rcu_torture_fqs()
1370 if (!kthread_should_stop()) { in rcu_torture_stall()
1383 while (!kthread_should_stop()) in rcu_torture_stall()
/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_zilog.c348 if (kthread_should_stop()) { in add_to_buf()
359 if (kthread_should_stop()) { in add_to_buf()
385 if (kthread_should_stop()) { in add_to_buf()
400 if (kthread_should_stop()) { in add_to_buf()
470 while (!kthread_should_stop()) { in lirc_thread()
490 if (kthread_should_stop()) in lirc_thread()
/linux-4.1.27/drivers/block/xen-blkback/
Dblkback.c593 while (!kthread_should_stop()) { in xen_blkif_schedule()
603 blkif->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule()
610 kthread_should_stop(), in xen_blkif_schedule()
623 kthread_should_stop()); in xen_blkif_schedule()
1035 } while (!kthread_should_stop()); in xen_blk_drain_io()
1111 if (kthread_should_stop()) { in __do_block_io_op()
/linux-4.1.27/fs/jffs2/
Dbackground.c116 if (kthread_should_stop()) { in jffs2_garbage_collect_thread()
/linux-4.1.27/drivers/parisc/
Dpower.c158 } while (!kthread_should_stop()); in kpowerswd()
/linux-4.1.27/arch/s390/mm/
Dcmm.c154 kthread_should_stop()); in cmm_thread()
155 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c319 !kthread_should_stop()) { in tvaudio_sleep()
485 if (kthread_should_stop()) in tvaudio_thread()
605 if (kthread_should_stop()) in tvaudio_thread()
783 if (kthread_should_stop()) in tvaudio_thread_ddep()
/linux-4.1.27/fs/ecryptfs/
Dkthread.c66 || kthread_should_stop())); in ecryptfs_threadfn()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf-dvb.c64 if (kthread_should_stop()) in videobuf_dvb_thread()
86 while (!kthread_should_stop()) { in videobuf_dvb_thread()
Dvideobuf2-core.c3214 while (!kthread_should_stop()) { in vb2_thread()
/linux-4.1.27/drivers/char/
Dapm-emulation.c492 !queue_empty(&kapmd_queue) || kthread_should_stop()); in kapmd()
494 if (kthread_should_stop()) in kapmd()
Drandom.c1775 wait_event_interruptible(random_write_wait, kthread_should_stop() || in add_hwgenerator_randomness()
/linux-4.1.27/fs/f2fs/
Dgc.c41 kthread_should_stop(), in gc_thread_func()
43 if (kthread_should_stop()) in gc_thread_func()
87 } while (!kthread_should_stop()); in gc_thread_func()
Dsegment.c300 if (kthread_should_stop()) in issue_flush_thread()
324 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread()
/linux-4.1.27/drivers/infiniband/core/
Dfmr_pool.c194 !kthread_should_stop()) in ib_fmr_cleanup_thread()
197 } while (!kthread_should_stop()); in ib_fmr_cleanup_thread()
/linux-4.1.27/arch/powerpc/platforms/83xx/
Dmcu_mpc8349emitx.c53 while (!kthread_should_stop()) { in shutdown_thread_fn()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dcmm.c312 if (kthread_should_stop() || timeleft) in cmm_thread()
325 if (kthread_should_stop() || timeleft) in cmm_thread()
/linux-4.1.27/arch/powerpc/platforms/ps3/
Ddevice-init.c756 dev->done.done || kthread_should_stop()); in ps3_notification_read_write()
757 if (kthread_should_stop()) in ps3_notification_read_write()
872 } while (!kthread_should_stop()); in ps3_probe_thread()
/linux-4.1.27/arch/arm/common/
DbL_switcher.c288 kthread_should_stop()); in bL_switcher_thread()
304 } while (!kthread_should_stop()); in bL_switcher_thread()
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c350 while (!kthread_should_stop()) { in balloon()
359 kthread_should_stop() || in balloon()
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c618 if (signalled() || kthread_should_stop()) { in svc_alloc_arg()
656 if (signalled() || kthread_should_stop()) in rqst_should_sleep()
719 if (signalled() || kthread_should_stop()) in svc_get_next_xprt()
812 if (signalled() || kthread_should_stop()) in svc_recv()
/linux-4.1.27/drivers/uwb/
Duwbd.c278 || (should_stop = kthread_should_stop()), in uwbd()
/linux-4.1.27/arch/powerpc/platforms/44x/
Dwarp.c256 while (!kthread_should_stop()) { in pika_dtm_thread()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.c46 while (!kthread_should_stop()) { in ft1000_poll_thread()
/linux-4.1.27/drivers/media/i2c/
Dmsp3400-kthreads.c522 if (kthread_should_stop()) in msp3400c_thread()
712 if (kthread_should_stop()) in msp3410d_thread()
1010 if (kthread_should_stop()) in msp34xxg_thread()
Dtvaudio.c320 if (!kthread_should_stop()) in chip_thread()
324 if (kthread_should_stop()) in chip_thread()
Dmsp3400-driver.c331 if (!kthread_should_stop()) { in msp_sleep()
/linux-4.1.27/drivers/misc/genwqe/
Dcard_base.c918 while (!kthread_should_stop()) { in genwqe_health_thread()
921 (should_stop = kthread_should_stop())), in genwqe_health_thread()
1022 while (!kthread_should_stop()) in genwqe_health_thread()
Dcard_ddcb.c1195 while (!kthread_should_stop()) { in genwqe_card_thread()
1203 (should_stop = kthread_should_stop()), 1); in genwqe_card_thread()
1208 (should_stop = kthread_should_stop()), HZ); in genwqe_card_thread()
/linux-4.1.27/fs/gfs2/
Dlog.c914 while (!kthread_should_stop()) { in gfs2_logd()
940 !kthread_should_stop()) in gfs2_logd()
944 !kthread_should_stop()); in gfs2_logd()
Dquota.c1459 while (!kthread_should_stop()) { in gfs2_quotad()
/linux-4.1.27/fs/dlm/
Drecoverd.c290 while (!kthread_should_stop()) { in dlm_recoverd()
Dlockspace.c280 while (!kthread_should_stop()) { in dlm_scand()
/linux-4.1.27/arch/x86/mm/
Dpageattr-test.c236 while (!kthread_should_stop()) { in do_pageattr_test()
/linux-4.1.27/fs/ubifs/
Dcommit.c297 if (kthread_should_stop()) in ubifs_bg_thread()
311 if (kthread_should_stop()) in ubifs_bg_thread()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sync.c1660 if (unlikely(kthread_should_stop())) in sync_thread_master()
1672 kthread_should_stop()); in sync_thread_master()
1673 if (unlikely(kthread_should_stop())) in sync_thread_master()
1712 while (!kthread_should_stop()) { in sync_thread_backup()
1715 || kthread_should_stop()); in sync_thread_backup()
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c627 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
646 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-out.c147 if (kthread_should_stop()) in vivid_thread_vid_out()
Dvivid-sdr-cap.c131 if (kthread_should_stop()) in vivid_thread_sdr_cap()
Dvivid-kthread-cap.c758 if (kthread_should_stop()) in vivid_thread_vid_cap()
/linux-4.1.27/drivers/power/
Dtps65090-charger.c223 while (!kthread_should_stop()) { in tps65090_charger_poll_task()
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmthread.c636 while (!kthread_should_stop()) { in dlm_thread()
750 kthread_should_stop(), in dlm_thread()
Ddlmrecovery.c309 while (!kthread_should_stop()) { in dlm_recovery_thread()
321 kthread_should_stop(), in dlm_recovery_thread()
736 kthread_should_stop(), in dlm_remaster_locks()
/linux-4.1.27/drivers/memstick/host/
Dr592.c573 while (!kthread_should_stop()) { in r592_process_thread()
587 if (kthread_should_stop()) in r592_process_thread()
/linux-4.1.27/kernel/locking/
Drtmutex-tester.c260 if(kthread_should_stop()) in test_func()
/linux-4.1.27/fs/ext4/
Dmmp.c155 while (!kthread_should_stop()) { in kmmpd()
Dsuper.c3037 if (kthread_should_stop()) { in ext4_lazyinit_thread()
/linux-4.1.27/drivers/md/
Ddm-log-writes.c346 while (!kthread_should_stop()) { in log_writes_kthread()
405 if (!kthread_should_stop() && in log_writes_kthread()
Ddm-crypt.c1198 if (unlikely(kthread_should_stop())) { in dmcrypt_write()
Dmd.c6962 while (!kthread_should_stop()) { in md_thread()
6975 || kthread_should_stop(), in md_thread()
6979 if (!kthread_should_stop()) in md_thread()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_xs.c815 if (kthread_should_stop()) in xenwatch_thread()
940 if (kthread_should_stop()) in xenbus_thread()
/linux-4.1.27/drivers/platform/x86/
Dintel_ips.c816 } while (!kthread_should_stop()); in ips_adjust()
1022 if (kthread_should_stop()) in ips_monitor()
1116 } while (!kthread_should_stop()); in ips_monitor()
Dthinkpad_acpi.c2503 while (!kthread_should_stop()) { in hotkey_kthread()
/linux-4.1.27/mm/
Dkmemleak.c1144 return kthread_should_stop(); in scan_should_stop()
1458 while (!kthread_should_stop()) { in kmemleak_scan_thread()
1466 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
Dvmscan.c3249 if (try_to_freeze() || kthread_should_stop()) in balance_pgdat()
3284 if (freezing(current) || kthread_should_stop()) in kswapd_try_to_sleep()
3321 if (!kthread_should_stop()) in kswapd_try_to_sleep()
3421 if (kthread_should_stop()) in kswapd()
Dhuge_memory.c2778 kthread_should_stop(); in khugepaged_wait_event()
2796 if (unlikely(kthread_should_stop() || freezing(current))) in khugepaged_do_scan()
2824 kthread_should_stop(), in khugepaged_wait_work()
2840 while (!kthread_should_stop()) { in khugepaged()
Dksm.c1718 while (!kthread_should_stop()) { in ksm_scan_thread()
1732 ksmd_should_run() || kthread_should_stop()); in ksm_scan_thread()
/linux-4.1.27/drivers/macintosh/
Dwindfarm_core.c98 while (!kthread_should_stop()) { in wf_thread_func()
Dtherm_windtunnel.c283 if (kthread_should_stop()) in control_loop()
Dtherm_adt746x.c286 while(!kthread_should_stop()) { in monitor_task()
Dmediabay.c546 while (!kthread_should_stop()) { in media_bay_task()
/linux-4.1.27/drivers/acpi/
Dacpi_pad.c152 while (!kthread_should_stop()) { in power_saving_thread()
/linux-4.1.27/drivers/block/
Dnbd.c513 while (!kthread_should_stop() || !list_empty(&nbd->waiting_queue)) { in nbd_thread()
516 kthread_should_stop() || in nbd_thread()
Dpktcdvd.c1527 if (kthread_should_stop()) in kcdrwd()
1534 if (kthread_should_stop()) in kcdrwd()
Dnvme-core.c2070 while (!kthread_should_stop()) { in nvme_kthread()
Dcciss.c3732 if (kthread_should_stop()) in scan_thread()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_mgt.c584 while (!kthread_should_stop()) { in mgt_thread()
586 skb_queue_len(&nesvnic->mgt_skb_list) || kthread_should_stop()); in mgt_thread()
587 while ((skb_queue_len(&nesvnic->mgt_skb_list)) && !kthread_should_stop()) { in mgt_thread()
/linux-4.1.27/drivers/char/hw_random/
Dcore.c405 while (!kthread_should_stop()) { in hwrng_fillfn()
/linux-4.1.27/drivers/net/wireless/libertas/
Dmain.c473 if (kthread_should_stop()) in lbs_thread()
518 if (kthread_should_stop()) { in lbs_thread()
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c370 } while (!kthread_should_stop()); in dcp_chan_thread_aes()
671 } while (!kthread_should_stop()); in dcp_chan_thread_sha()
Dmv_cesa.c637 } while (!kthread_should_stop()); in queue_manag()
Dsahara.c1137 } while (!kthread_should_stop()); in sahara_queue_manage()
/linux-4.1.27/fs/lockd/
Dsvc.c145 while (!kthread_should_stop()) { in lockd()
Dsvclock.c915 while (!list_empty(&nlm_blocked) && !kthread_should_stop()) { in nlmsvc_retry_blocked()
/linux-4.1.27/drivers/media/radio/
Dradio-miropcm20.c323 if (kthread_should_stop()) in pcm20_thread()
/linux-4.1.27/fs/xfs/
Dxfs_trans_ail.c501 while (!kthread_should_stop()) { in xfsaild()
/linux-4.1.27/drivers/thermal/
Dintel_powerclamp.c386 while (true == clamping && !kthread_should_stop() && in clamp_thread()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-dev.c234 while (!kthread_should_stop()) { in ccp_cmd_queue_thread()
/linux-4.1.27/kernel/sched/
Dwait.c303 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
/linux-4.1.27/drivers/mmc/card/
Dqueue.c93 if (kthread_should_stop()) { in mmc_queue_thread()
/linux-4.1.27/drivers/sbus/char/
Dbbc_envctrl.c428 if (kthread_should_stop()) in kenvctrld()
Denvctrl.c1003 if (kthread_should_stop()) in kenvctrld()
/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c1174 if (kthread_should_stop()) in process_incoming()
1191 if (kthread_should_stop()) in process_incoming()
/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt51 kthread_should_stop());
52 } while (!kthread_should_stop() || !list_empty(&hub_event_list));
/linux-4.1.27/fs/ocfs2/
Djournal.c2252 while (!(kthread_should_stop() && in ocfs2_commit_thread()
2257 || kthread_should_stop()); in ocfs2_commit_thread()
2275 if (kthread_should_stop() && atomic_read(&journal->j_num_trans)){ in ocfs2_commit_thread()
Ddlmglue.c4090 while (!(kthread_should_stop() && in ocfs2_downconvert_thread()
4095 kthread_should_stop()); in ocfs2_downconvert_thread()
/linux-4.1.27/drivers/net/xen-netback/
Dnetback.c1867 || kthread_should_stop() in xenvif_have_rx_work()
1925 if (kthread_should_stop()) in xenvif_kthread_guest_rx()
1977 return kthread_should_stop() && in xenvif_dealloc_kthread_should_stop()
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ca_en50221.c989 while (!kthread_should_stop()) { in dvb_ca_en50221_thread()
994 if (kthread_should_stop()) in dvb_ca_en50221_thread()
Ddvb_frontend.c732 dvb_frontend_should_wakeup(fe) || kthread_should_stop() in dvb_frontend_thread()
736 if (kthread_should_stop() || dvb_frontend_is_exiting(fe)) { in dvb_frontend_thread()
855 if (kthread_should_stop()) in dvb_frontend_thread()
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c730 if (kthread_should_stop()) in o2hb_set_quorum_device()
1115 while (!kthread_should_stop() && in o2hb_thread()
1135 if (!kthread_should_stop() && in o2hb_thread()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.c777 } while (!kthread_should_stop()); in khvcd()
Dhvcs.c674 } while (!kthread_should_stop()); in khvcsd()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal.c769 } while (!kthread_should_stop()); in kopald()
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-tvaudio.c998 if (kthread_should_stop()) in cx88_audio_thread()
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_erp.c1340 kthread_should_stop()); in zfcp_erp_thread()
1342 if (kthread_should_stop()) in zfcp_erp_thread()
/linux-4.1.27/drivers/hwmon/
Dadt7470.c265 while (!kthread_should_stop()) { in adt7470_update_thread()
269 if (kthread_should_stop()) in adt7470_update_thread()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c277 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_thread()
Dsolo6x10-v4l2-enc.c650 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_ring_thread()
/linux-4.1.27/drivers/pcmcia/
Dcs.c675 if (kthread_should_stop()) in pccardd()
/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c1409 while (!kthread_should_stop()) { in max3421_spi_thread()
1420 while (!kthread_should_stop()) { in max3421_spi_thread()
/linux-4.1.27/drivers/usb/atm/
Dueagle-atm.c593 (cond) || kthread_should_stop(), timeo); \
594 if (kthread_should_stop()) \
1935 while (!kthread_should_stop()) { in uea_kthread()
/linux-4.1.27/drivers/net/irda/
Dstir4200.c739 while (!kthread_should_stop()) { in stir_transmit_thread()
/linux-4.1.27/drivers/usb/storage/
Dusb.c420 if (kthread_should_stop()) in usb_stor_control_thread()
/linux-4.1.27/drivers/scsi/aacraid/
Dcommsup.c2003 if (kthread_should_stop()) in aac_command_thread()
2008 if (kthread_should_stop()) in aac_command_thread()
/linux-4.1.27/fs/btrfs/
Ddisk-io.c1806 if (!kthread_should_stop()) in cleaner_kthread()
1810 } while (!kthread_should_stop()); in cleaner_kthread()
1868 if (!kthread_should_stop() && in transaction_kthread()
1874 } while (!kthread_should_stop()); in transaction_kthread()
/linux-4.1.27/drivers/dma/
Ddmatest.c480 while (!kthread_should_stop() in dmatest_func()
/linux-4.1.27/drivers/hv/
Dhv_balloon.c1257 while (!kthread_should_stop()) { in dm_thread_func()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dsched.c1011 while (!kthread_should_stop()) { in spusched_thread()
/linux-4.1.27/drivers/net/ethernet/qualcomm/
Dqca_spi.c516 while (!kthread_should_stop()) { in qcaspi_spi_thread()
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvscsi.c2202 if (kthread_should_stop()) in ibmvscsi_work_to_do()
2228 if (kthread_should_stop()) in ibmvscsi_work()
Dibmvfc.c4208 if (kthread_should_stop()) in __ibmvfc_work_to_do()
4489 if (kthread_should_stop()) in ibmvfc_work()
/linux-4.1.27/drivers/w1/
Dw1.c1143 if (kthread_should_stop()) in w1_process()
/linux-4.1.27/drivers/media/pci/pt1/
Dpt1.c322 while (!kthread_should_stop()) { in pt1_thread()
/linux-4.1.27/arch/sparc/kernel/
Dds.c1036 if (kthread_should_stop()) in ds_thread()
/linux-4.1.27/fs/jfs/
Djfs_txnmgr.c2812 } while (!kthread_should_stop()); in jfs_lazycommit()
2998 } while (!kthread_should_stop()); in jfs_sync()
Djfs_logmgr.c2362 } while (!kthread_should_stop()); in jfsIOWait()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c477 while (!kthread_should_stop()) { in bnx2fc_l2_rcv_thread()
607 while (!kthread_should_stop()) { in bnx2fc_percpu_io_thread()
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c2939 if (kthread_should_stop() || in mtip_service_thread()
2953 if (kthread_should_stop() || in mtip_service_thread()
3019 if (kthread_should_stop()) in mtip_service_thread()
/linux-4.1.27/drivers/video/fbdev/
Dps3fb.c894 while (!kthread_should_stop()) { in ps3fbd()
Dpxafb.c1273 while (!kthread_should_stop()) { in pxafb_smart_thread()
/linux-4.1.27/arch/x86/kernel/
Dapm_32.c1441 if (kthread_should_stop()) in apm_mainloop()
/linux-4.1.27/kernel/irq/
Dmanage.c704 while (!kthread_should_stop()) { in irq_wait_for_interrupt()
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110.c261 kthread_should_stop(), 5 * HZ); in arm_thread()
263 if (-ERESTARTSYS == timeout || kthread_should_stop()) { in arm_thread()
/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-core.c1164 if (kthread_should_stop()) in saa7164_thread_function()
/linux-4.1.27/drivers/mtd/ubi/
Dwl.c1422 if (kthread_should_stop())
/linux-4.1.27/drivers/s390/crypto/
Dap_bus.c1880 if (kthread_should_stop()) in ap_poll_thread()
/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c1192 if (kthread_should_stop()) in process_incoming_rsps()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c478 while (!kthread_should_stop()) { in ipmi_ssif_thread()
Dipmi_si_intf.c1064 while (!kthread_should_stop()) { in ipmi_thread()
/linux-4.1.27/drivers/vhost/
Dvhost.c225 if (kthread_should_stop()) { in vhost_worker()
/linux-4.1.27/net/core/
Dpktgen.c3437 while (!kthread_should_stop()) { in pktgen_thread_worker()
3495 if (kthread_should_stop()) in pktgen_thread_worker()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c2007 while (!kthread_should_stop()) { in srpt_compl_thread()
2010 kthread_should_stop())); in srpt_compl_thread()
/linux-4.1.27/drivers/scsi/
Dscsi_error.c2180 if (kthread_should_stop()) in scsi_error_handler()
Dmvumi.c1648 while (!kthread_should_stop()) { in mvumi_rescan_bus()
/linux-4.1.27/drivers/scsi/bfa/
Dbfad.c1085 if (kthread_should_stop()) in bfad_worker()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c1311 } while (!kthread_should_stop()); in kthread()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_main.c721 if (kthread_should_stop()) in emu1010_firmware_thread()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target.c3974 while (!kthread_should_stop()) { in iscsi_target_tx_thread()
4140 while (!kthread_should_stop()) { in iscsi_target_rx_thread()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1877 while (!kthread_should_stop()) { in fcoe_percpu_receive_thread()
/linux-4.1.27/net/bluetooth/rfcomm/
Dcore.c2099 while (!kthread_should_stop()) { in rfcomm_run()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c767 while (!kthread_should_stop()) { in lpfc_do_work()
772 || kthread_should_stop())); in lpfc_do_work()
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1877 while (!kthread_should_stop()) { in bnx2i_percpu_io_thread()
/linux-4.1.27/drivers/net/wireless/
Dairo.c3094 if (!kthread_should_stop() && in airo_thread()
3107 } else if (!kthread_should_stop() && in airo_thread()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3950 if (kthread_should_stop()) in brcmf_sdio_watchdog_thread()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_os.c4813 while (!kthread_should_stop()) { in qla2x00_do_dpc()