/linux-4.1.27/drivers/staging/speakup/ |
D | thread.c | 31 should_break = kthread_should_stop() || in speakup_thread() 44 if (kthread_should_stop()) in speakup_thread()
|
D | speakup_apollo.c | 156 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_decext.c | 174 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_keypc.c | 197 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_acntpc.c | 196 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_dectlk.c | 226 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_dtlk.c | 208 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_decpc.c | 390 while (!kthread_should_stop()) { in do_catch_up()
|
D | synth.c | 103 while (!kthread_should_stop()) { in spk_do_catch_up()
|
/linux-4.1.27/samples/trace_events/ |
D | trace-events-sample.c | 51 while (!kthread_should_stop()) in simple_thread() 74 while (!kthread_should_stop()) in simple_thread_fn()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_event.c | 68 while (!kthread_should_stop()) { in event_handler_loop() 71 kthread_should_stop()); in event_handler_loop()
|
D | vhci_tx.c | 208 while (!kthread_should_stop()) { in vhci_tx_loop() 218 kthread_should_stop())); in vhci_tx_loop()
|
D | stub_tx.c | 367 while (!kthread_should_stop()) { in stub_tx_loop() 394 kthread_should_stop())); in stub_tx_loop()
|
D | vhci_rx.c | 260 while (!kthread_should_stop()) { in vhci_rx_loop()
|
D | stub_rx.c | 586 while (!kthread_should_stop()) { in stub_rx_loop()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer_benchmark.c | 360 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()
|
D | trace_benchmark.c | 149 while (!kthread_should_stop()) { in benchmark_event_kthread()
|
D | trace_selftest.c | 1066 while (!kthread_should_stop()) { in trace_wakeup_test_thread()
|
D | ring_buffer.c | 4825 while (!kthread_should_stop()) { in rb_test() 4848 while (!kthread_should_stop()) { in rb_hammer_test()
|
D | trace_events.c | 2736 while (!kthread_should_stop()) { in event_test_thread()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_irq.c | 150 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/ |
D | cpci_hotplug_core.c | 518 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()
|
D | ibmphp_hpc.c | 833 while (!kthread_should_stop()) { in poll_hpc() 893 if (kthread_should_stop()) in poll_hpc()
|
D | cpqphp_ctrl.c | 1752 if (kthread_should_stop()) in event_thread()
|
/linux-4.1.27/drivers/md/bcache/ |
D | writeback.c | 230 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()
|
D | alloc.c | 288 if (kthread_should_stop()) \
|
D | btree.c | 1776 if (kthread_should_stop()) in bch_gc_thread()
|
/linux-4.1.27/kernel/ |
D | kthread.c | 79 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()
|
D | freezer.c | 74 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
|
D | torture.c | 674 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop() 701 while (!kthread_should_stop()) { in torture_kthread_stopping()
|
D | smpboot.c | 113 if (kthread_should_stop()) { in smpboot_thread_fn()
|
D | audit.c | 502 while (!kthread_should_stop()) { in kauditd_thread()
|
D | workqueue.c | 2279 should_stop = kthread_should_stop(); in rescuer_thread()
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | usb-tx.c | 199 (kthread_should_stop() /* check this first! */ in i2400mu_txd() 202 if (kthread_should_stop()) in i2400mu_txd()
|
D | usb-rx.c | 353 (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/ |
D | pvrusb2-dvb.c | 47 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()
|
D | pvrusb2-context.c | 186 kthread_should_stop()); in pvr2_context_thread_func()
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-ir-raw.c | 41 while (!kthread_should_stop()) { in ir_raw_event_thread() 49 if (kthread_should_stop()) in ir_raw_event_thread()
|
D | lirc_dev.c | 139 if (kthread_should_stop()) in lirc_thread() 147 } while (!kthread_should_stop()); in lirc_thread()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | eeh_event.c | 57 while (!kthread_should_stop()) { in eeh_event_handler()
|
/linux-4.1.27/include/linux/ |
D | kthread.h | 42 bool kthread_should_stop(void);
|
/linux-4.1.27/fs/nfs/ |
D | callback.c | 80 while (!kthread_should_stop()) { in nfs4_callback_svc() 127 while (!kthread_should_stop()) { in nfs41_callback_svc()
|
/linux-4.1.27/drivers/tty/ |
D | mips_ejtag_fdc.c | 493 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()
|
D | bfin_jtag_comm.c | 73 while (!kthread_should_stop()) { in bfin_jc_emudat_manager()
|
D | metag_da.c | 286 while (!kthread_should_stop()) { in put_data()
|
/linux-4.1.27/kernel/power/ |
D | swap.c | 507 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/ |
D | rcutorture.c | 738 !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/ |
D | lirc_zilog.c | 348 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/ |
D | blkback.c | 593 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/ |
D | background.c | 116 if (kthread_should_stop()) { in jffs2_garbage_collect_thread()
|
/linux-4.1.27/drivers/parisc/ |
D | power.c | 158 } while (!kthread_should_stop()); in kpowerswd()
|
/linux-4.1.27/arch/s390/mm/ |
D | cmm.c | 154 kthread_should_stop()); in cmm_thread() 155 if (kthread_should_stop() || rc == -ERESTARTSYS) { in cmm_thread()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 319 !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/ |
D | kthread.c | 66 || kthread_should_stop())); in ecryptfs_threadfn()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 64 if (kthread_should_stop()) in videobuf_dvb_thread() 86 while (!kthread_should_stop()) { in videobuf_dvb_thread()
|
D | videobuf2-core.c | 3214 while (!kthread_should_stop()) { in vb2_thread()
|
/linux-4.1.27/drivers/char/ |
D | apm-emulation.c | 492 !queue_empty(&kapmd_queue) || kthread_should_stop()); in kapmd() 494 if (kthread_should_stop()) in kapmd()
|
D | random.c | 1775 wait_event_interruptible(random_write_wait, kthread_should_stop() || in add_hwgenerator_randomness()
|
/linux-4.1.27/fs/f2fs/ |
D | gc.c | 41 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()
|
D | segment.c | 300 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/ |
D | fmr_pool.c | 194 !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/ |
D | mcu_mpc8349emitx.c | 53 while (!kthread_should_stop()) { in shutdown_thread_fn()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | cmm.c | 312 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/ |
D | device-init.c | 756 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/ |
D | bL_switcher.c | 288 kthread_should_stop()); in bL_switcher_thread() 304 } while (!kthread_should_stop()); in bL_switcher_thread()
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_balloon.c | 350 while (!kthread_should_stop()) { in balloon() 359 kthread_should_stop() || in balloon()
|
/linux-4.1.27/net/sunrpc/ |
D | svc_xprt.c | 618 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/ |
D | uwbd.c | 278 || (should_stop = kthread_should_stop()), in uwbd()
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | warp.c | 256 while (!kthread_should_stop()) { in pika_dtm_thread()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_usb.c | 46 while (!kthread_should_stop()) { in ft1000_poll_thread()
|
/linux-4.1.27/drivers/media/i2c/ |
D | msp3400-kthreads.c | 522 if (kthread_should_stop()) in msp3400c_thread() 712 if (kthread_should_stop()) in msp3410d_thread() 1010 if (kthread_should_stop()) in msp34xxg_thread()
|
D | tvaudio.c | 320 if (!kthread_should_stop()) in chip_thread() 324 if (kthread_should_stop()) in chip_thread()
|
D | msp3400-driver.c | 331 if (!kthread_should_stop()) { in msp_sleep()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | card_base.c | 918 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()
|
D | card_ddcb.c | 1195 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/ |
D | log.c | 914 while (!kthread_should_stop()) { in gfs2_logd() 940 !kthread_should_stop()) in gfs2_logd() 944 !kthread_should_stop()); in gfs2_logd()
|
D | quota.c | 1459 while (!kthread_should_stop()) { in gfs2_quotad()
|
/linux-4.1.27/fs/dlm/ |
D | recoverd.c | 290 while (!kthread_should_stop()) { in dlm_recoverd()
|
D | lockspace.c | 280 while (!kthread_should_stop()) { in dlm_scand()
|
/linux-4.1.27/arch/x86/mm/ |
D | pageattr-test.c | 236 while (!kthread_should_stop()) { in do_pageattr_test()
|
/linux-4.1.27/fs/ubifs/ |
D | commit.c | 297 if (kthread_should_stop()) in ubifs_bg_thread() 311 if (kthread_should_stop()) in ubifs_bg_thread()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1660 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/ |
D | btmrvl_main.c | 627 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/ |
D | vivid-kthread-out.c | 147 if (kthread_should_stop()) in vivid_thread_vid_out()
|
D | vivid-sdr-cap.c | 131 if (kthread_should_stop()) in vivid_thread_sdr_cap()
|
D | vivid-kthread-cap.c | 758 if (kthread_should_stop()) in vivid_thread_vid_cap()
|
/linux-4.1.27/drivers/power/ |
D | tps65090-charger.c | 223 while (!kthread_should_stop()) { in tps65090_charger_poll_task()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmthread.c | 636 while (!kthread_should_stop()) { in dlm_thread() 750 kthread_should_stop(), in dlm_thread()
|
D | dlmrecovery.c | 309 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/ |
D | r592.c | 573 while (!kthread_should_stop()) { in r592_process_thread() 587 if (kthread_should_stop()) in r592_process_thread()
|
/linux-4.1.27/kernel/locking/ |
D | rtmutex-tester.c | 260 if(kthread_should_stop()) in test_func()
|
/linux-4.1.27/fs/ext4/ |
D | mmp.c | 155 while (!kthread_should_stop()) { in kmmpd()
|
D | super.c | 3037 if (kthread_should_stop()) { in ext4_lazyinit_thread()
|
/linux-4.1.27/drivers/md/ |
D | dm-log-writes.c | 346 while (!kthread_should_stop()) { in log_writes_kthread() 405 if (!kthread_should_stop() && in log_writes_kthread()
|
D | dm-crypt.c | 1198 if (unlikely(kthread_should_stop())) { in dmcrypt_write()
|
D | md.c | 6962 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/ |
D | xenbus_xs.c | 815 if (kthread_should_stop()) in xenwatch_thread() 940 if (kthread_should_stop()) in xenbus_thread()
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel_ips.c | 816 } while (!kthread_should_stop()); in ips_adjust() 1022 if (kthread_should_stop()) in ips_monitor() 1116 } while (!kthread_should_stop()); in ips_monitor()
|
D | thinkpad_acpi.c | 2503 while (!kthread_should_stop()) { in hotkey_kthread()
|
/linux-4.1.27/mm/ |
D | kmemleak.c | 1144 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()
|
D | vmscan.c | 3249 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()
|
D | huge_memory.c | 2778 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()
|
D | ksm.c | 1718 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/ |
D | windfarm_core.c | 98 while (!kthread_should_stop()) { in wf_thread_func()
|
D | therm_windtunnel.c | 283 if (kthread_should_stop()) in control_loop()
|
D | therm_adt746x.c | 286 while(!kthread_should_stop()) { in monitor_task()
|
D | mediabay.c | 546 while (!kthread_should_stop()) { in media_bay_task()
|
/linux-4.1.27/drivers/acpi/ |
D | acpi_pad.c | 152 while (!kthread_should_stop()) { in power_saving_thread()
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 513 while (!kthread_should_stop() || !list_empty(&nbd->waiting_queue)) { in nbd_thread() 516 kthread_should_stop() || in nbd_thread()
|
D | pktcdvd.c | 1527 if (kthread_should_stop()) in kcdrwd() 1534 if (kthread_should_stop()) in kcdrwd()
|
D | nvme-core.c | 2070 while (!kthread_should_stop()) { in nvme_kthread()
|
D | cciss.c | 3732 if (kthread_should_stop()) in scan_thread()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_mgt.c | 584 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/ |
D | core.c | 405 while (!kthread_should_stop()) { in hwrng_fillfn()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | main.c | 473 if (kthread_should_stop()) in lbs_thread() 518 if (kthread_should_stop()) { in lbs_thread()
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 370 } while (!kthread_should_stop()); in dcp_chan_thread_aes() 671 } while (!kthread_should_stop()); in dcp_chan_thread_sha()
|
D | mv_cesa.c | 637 } while (!kthread_should_stop()); in queue_manag()
|
D | sahara.c | 1137 } while (!kthread_should_stop()); in sahara_queue_manage()
|
/linux-4.1.27/fs/lockd/ |
D | svc.c | 145 while (!kthread_should_stop()) { in lockd()
|
D | svclock.c | 915 while (!list_empty(&nlm_blocked) && !kthread_should_stop()) { in nlmsvc_retry_blocked()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-miropcm20.c | 323 if (kthread_should_stop()) in pcm20_thread()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trans_ail.c | 501 while (!kthread_should_stop()) { in xfsaild()
|
/linux-4.1.27/drivers/thermal/ |
D | intel_powerclamp.c | 386 while (true == clamping && !kthread_should_stop() && in clamp_thread()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-dev.c | 234 while (!kthread_should_stop()) { in ccp_cmd_queue_thread()
|
/linux-4.1.27/kernel/sched/ |
D | wait.c | 303 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
|
/linux-4.1.27/drivers/mmc/card/ |
D | queue.c | 93 if (kthread_should_stop()) { in mmc_queue_thread()
|
/linux-4.1.27/drivers/sbus/char/ |
D | bbc_envctrl.c | 428 if (kthread_should_stop()) in kenvctrld()
|
D | envctrl.c | 1003 if (kthread_should_stop()) in kenvctrld()
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1174 if (kthread_should_stop()) in process_incoming() 1191 if (kthread_should_stop()) in process_incoming()
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 51 kthread_should_stop()); 52 } while (!kthread_should_stop() || !list_empty(&hub_event_list));
|
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 2252 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()
|
D | dlmglue.c | 4090 while (!(kthread_should_stop() && in ocfs2_downconvert_thread() 4095 kthread_should_stop()); in ocfs2_downconvert_thread()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | netback.c | 1867 || 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/ |
D | dvb_ca_en50221.c | 989 while (!kthread_should_stop()) { in dvb_ca_en50221_thread() 994 if (kthread_should_stop()) in dvb_ca_en50221_thread()
|
D | dvb_frontend.c | 732 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/ |
D | heartbeat.c | 730 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/ |
D | hvc_console.c | 777 } while (!kthread_should_stop()); in khvcd()
|
D | hvcs.c | 674 } while (!kthread_should_stop()); in khvcsd()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal.c | 769 } while (!kthread_should_stop()); in kopald()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 998 if (kthread_should_stop()) in cx88_audio_thread()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_erp.c | 1340 kthread_should_stop()); in zfcp_erp_thread() 1342 if (kthread_should_stop()) in zfcp_erp_thread()
|
/linux-4.1.27/drivers/hwmon/ |
D | adt7470.c | 265 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/ |
D | solo6x10-v4l2.c | 277 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_thread()
|
D | solo6x10-v4l2-enc.c | 650 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_ring_thread()
|
/linux-4.1.27/drivers/pcmcia/ |
D | cs.c | 675 if (kthread_should_stop()) in pccardd()
|
/linux-4.1.27/drivers/usb/host/ |
D | max3421-hcd.c | 1409 while (!kthread_should_stop()) { in max3421_spi_thread() 1420 while (!kthread_should_stop()) { in max3421_spi_thread()
|
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 593 (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/ |
D | stir4200.c | 739 while (!kthread_should_stop()) { in stir_transmit_thread()
|
/linux-4.1.27/drivers/usb/storage/ |
D | usb.c | 420 if (kthread_should_stop()) in usb_stor_control_thread()
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | commsup.c | 2003 if (kthread_should_stop()) in aac_command_thread() 2008 if (kthread_should_stop()) in aac_command_thread()
|
/linux-4.1.27/fs/btrfs/ |
D | disk-io.c | 1806 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/ |
D | dmatest.c | 480 while (!kthread_should_stop() in dmatest_func()
|
/linux-4.1.27/drivers/hv/ |
D | hv_balloon.c | 1257 while (!kthread_should_stop()) { in dm_thread_func()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 1011 while (!kthread_should_stop()) { in spusched_thread()
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 516 while (!kthread_should_stop()) { in qcaspi_spi_thread()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 2202 if (kthread_should_stop()) in ibmvscsi_work_to_do() 2228 if (kthread_should_stop()) in ibmvscsi_work()
|
D | ibmvfc.c | 4208 if (kthread_should_stop()) in __ibmvfc_work_to_do() 4489 if (kthread_should_stop()) in ibmvfc_work()
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 1143 if (kthread_should_stop()) in w1_process()
|
/linux-4.1.27/drivers/media/pci/pt1/ |
D | pt1.c | 322 while (!kthread_should_stop()) { in pt1_thread()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ds.c | 1036 if (kthread_should_stop()) in ds_thread()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_txnmgr.c | 2812 } while (!kthread_should_stop()); in jfs_lazycommit() 2998 } while (!kthread_should_stop()); in jfs_sync()
|
D | jfs_logmgr.c | 2362 } while (!kthread_should_stop()); in jfsIOWait()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 477 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/ |
D | mtip32xx.c | 2939 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/ |
D | ps3fb.c | 894 while (!kthread_should_stop()) { in ps3fbd()
|
D | pxafb.c | 1273 while (!kthread_should_stop()) { in pxafb_smart_thread()
|
/linux-4.1.27/arch/x86/kernel/ |
D | apm_32.c | 1441 if (kthread_should_stop()) in apm_mainloop()
|
/linux-4.1.27/kernel/irq/ |
D | manage.c | 704 while (!kthread_should_stop()) { in irq_wait_for_interrupt()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110.c | 261 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/ |
D | saa7164-core.c | 1164 if (kthread_should_stop()) in saa7164_thread_function()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | wl.c | 1422 if (kthread_should_stop())
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 1880 if (kthread_should_stop()) in ap_poll_thread()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 1192 if (kthread_should_stop()) in process_incoming_rsps()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_ssif.c | 478 while (!kthread_should_stop()) { in ipmi_ssif_thread()
|
D | ipmi_si_intf.c | 1064 while (!kthread_should_stop()) { in ipmi_thread()
|
/linux-4.1.27/drivers/vhost/ |
D | vhost.c | 225 if (kthread_should_stop()) { in vhost_worker()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 3437 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/ |
D | ib_srpt.c | 2007 while (!kthread_should_stop()) { in srpt_compl_thread() 2010 kthread_should_stop())); in srpt_compl_thread()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_error.c | 2180 if (kthread_should_stop()) in scsi_error_handler()
|
D | mvumi.c | 1648 while (!kthread_should_stop()) { in mvumi_rescan_bus()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad.c | 1085 if (kthread_should_stop()) in bfad_worker()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoecmd.c | 1311 } while (!kthread_should_stop()); in kthread()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emu10k1_main.c | 721 if (kthread_should_stop()) in emu1010_firmware_thread()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target.c | 3974 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/ |
D | fcoe.c | 1877 while (!kthread_should_stop()) { in fcoe_percpu_receive_thread()
|
/linux-4.1.27/net/bluetooth/rfcomm/ |
D | core.c | 2099 while (!kthread_should_stop()) { in rfcomm_run()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 767 while (!kthread_should_stop()) { in lpfc_do_work() 772 || kthread_should_stop())); in lpfc_do_work()
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1877 while (!kthread_should_stop()) { in bnx2i_percpu_io_thread()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 3094 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/ |
D | sdio.c | 3950 if (kthread_should_stop()) in brcmf_sdio_watchdog_thread()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_os.c | 4813 while (!kthread_should_stop()) { in qla2x00_do_dpc()
|