/linux-4.4.14/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_acntpc.c | 196 while (!kthread_should_stop()) { in do_catch_up()
|
D | speakup_keypc.c | 197 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 | 391 while (!kthread_should_stop()) { in do_catch_up()
|
D | synth.c | 103 while (!kthread_should_stop()) { in spk_do_catch_up()
|
/linux-4.4.14/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.4.14/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.4.14/kernel/trace/ |
D | ring_buffer_benchmark.c | 80 return test_error || kthread_should_stop(); in break_test() 372 while (!kthread_should_stop()) { in wait_to_die() 393 if (!kthread_should_stop()) in ring_buffer_consumer_thread() 422 if (!kthread_should_stop()) 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 | 4822 while (!kthread_should_stop()) { in rb_test() 4845 while (!kthread_should_stop()) { in rb_hammer_test()
|
D | trace_events.c | 3226 while (!kthread_should_stop()) { in event_test_thread()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sdio_irq.c | 150 if (!kthread_should_stop()) in sdio_irq_thread() 173 if (!kthread_should_stop()) in sdio_irq_thread() 176 } while (!kthread_should_stop()); in sdio_irq_thread()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/ |
D | kthread.c | 79 bool kthread_should_stop(void) in kthread_should_stop() function 83 EXPORT_SYMBOL(kthread_should_stop); 123 return kthread_should_stop(); in kthread_freezable_should_stop() 575 if (kthread_should_stop()) { in kthread_worker_fn()
|
D | freezer.c | 74 (check_kthr_stop && kthread_should_stop())) in __refrigerator()
|
D | torture.c | 675 return torture_must_stop_irq() || kthread_should_stop(); in torture_must_stop() 702 while (!kthread_should_stop()) { in torture_kthread_stopping()
|
D | smpboot.c | 113 if (kthread_should_stop()) { in smpboot_thread_fn()
|
D | audit.c | 519 while (!kthread_should_stop()) { in kauditd_thread()
|
D | workqueue.c | 2272 should_stop = kthread_should_stop(); in rescuer_thread()
|
/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/kernel/ |
D | eeh_event.c | 57 while (!kthread_should_stop()) { in eeh_event_handler()
|
/linux-4.4.14/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.4.14/fs/nfs/ |
D | callback.c | 80 while (!kthread_should_stop()) { in nfs4_callback_svc() 116 while (!kthread_should_stop()) { in nfs41_callback_svc()
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 784 !kthread_should_stop()) { in rcu_torture_boost() 800 while (!kthread_should_stop() || smp_load_acquire(&rbi.inflight)) { in rcu_torture_boost() 876 !kthread_should_stop()) { in rcu_torture_fqs() 881 !kthread_should_stop()) { in rcu_torture_fqs() 1415 if (!kthread_should_stop()) { in rcu_torture_stall() 1428 while (!kthread_should_stop()) in rcu_torture_stall()
|
/linux-4.4.14/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.4.14/kernel/power/ |
D | swap.c | 581 kthread_should_stop()); in crc32_threadfn() 582 if (kthread_should_stop()) { in crc32_threadfn() 624 kthread_should_stop()); in lzo_compress_threadfn() 625 if (kthread_should_stop()) { in lzo_compress_threadfn() 1114 kthread_should_stop()); in lzo_decompress_threadfn() 1115 if (kthread_should_stop()) { in lzo_decompress_threadfn()
|
/linux-4.4.14/drivers/parisc/ |
D | power.c | 158 } while (!kthread_should_stop()); in kpowerswd()
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 115 if (kthread_should_stop()) { in jffs2_garbage_collect_thread()
|
/linux-4.4.14/include/linux/ |
D | kthread.h | 43 bool kthread_should_stop(void);
|
/linux-4.4.14/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.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 317 !kthread_should_stop()) { in tvaudio_sleep() 484 if (kthread_should_stop()) in tvaudio_thread() 603 if (kthread_should_stop()) in tvaudio_thread() 780 if (kthread_should_stop()) in tvaudio_thread_ddep()
|
/linux-4.4.14/fs/ecryptfs/ |
D | kthread.c | 66 || kthread_should_stop())); in ecryptfs_threadfn()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 600 while (!kthread_should_stop()) { in xen_blkif_schedule() 610 blkif->waiting_reqs || kthread_should_stop(), in xen_blkif_schedule() 617 kthread_should_stop(), in xen_blkif_schedule() 630 kthread_should_stop()); in xen_blkif_schedule() 1047 } while (!kthread_should_stop()); in xen_blk_drain_io() 1123 if (kthread_should_stop()) { in __do_block_io_op()
|
/linux-4.4.14/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 | 1853 wait_event_interruptible(random_write_wait, kthread_should_stop() || in add_hwgenerator_randomness()
|
/linux-4.4.14/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-v4l2.c | 1319 while (!kthread_should_stop()) { in vb2_thread()
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 415 while (!kthread_should_stop()) { in amd_sched_main() 424 kthread_should_stop()); in amd_sched_main()
|
/linux-4.4.14/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.4.14/drivers/power/ |
D | tps65217_charger.c | 180 while (!kthread_should_stop()) { in tps65217_charger_poll_task()
|
D | tps65090-charger.c | 223 while (!kthread_should_stop()) { in tps65090_charger_poll_task()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mcu_mpc8349emitx.c | 53 while (!kthread_should_stop()) { in shutdown_thread_fn()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/misc/mic/cosm_client/ |
D | cosm_scif_client.c | 159 while (!kthread_should_stop()) { in cosm_scif_client()
|
/linux-4.4.14/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.4.14/drivers/virtio/ |
D | virtio_balloon.c | 354 while (!kthread_should_stop()) { in balloon() 363 kthread_should_stop() || in balloon()
|
/linux-4.4.14/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.4.14/drivers/uwb/ |
D | uwbd.c | 278 || (should_stop = kthread_should_stop()), in uwbd()
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | warp.c | 256 while (!kthread_should_stop()) { in pika_dtm_thread()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 41 kthread_should_stop(), in gc_thread_func() 43 if (kthread_should_stop()) in gc_thread_func() 90 } while (!kthread_should_stop()); in gc_thread_func()
|
D | segment.c | 323 if (kthread_should_stop()) in issue_flush_thread() 349 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread()
|
/linux-4.4.14/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.4.14/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 | 1503 while (!kthread_should_stop()) { in gfs2_quotad()
|
/linux-4.4.14/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.4.14/drivers/staging/most/aim-sound/ |
D | sound.c | 234 while (!kthread_should_stop()) { in playback_thread() 241 kthread_should_stop() || in playback_thread()
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr-test.c | 238 while (!kthread_should_stop()) { in do_pageattr_test()
|
/linux-4.4.14/drivers/misc/mic/cosm/ |
D | cosm_scif_server.c | 299 while (!kthread_should_stop()) { in cosm_scif_server()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/bluetooth/ |
D | btmrvl_main.c | 604 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread() 623 if (kthread_should_stop() || priv->surprise_removed) { in btmrvl_service_main_thread()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 147 if (kthread_should_stop()) in vivid_thread_vid_out()
|
D | vivid-sdr-cap.c | 151 if (kthread_should_stop()) in vivid_thread_sdr_cap()
|
D | vivid-kthread-cap.c | 763 if (kthread_should_stop()) in vivid_thread_vid_cap()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1695 if (unlikely(kthread_should_stop())) in sync_thread_master() 1707 kthread_should_stop()); in sync_thread_master() 1708 if (unlikely(kthread_should_stop())) in sync_thread_master() 1747 while (!kthread_should_stop()) { in sync_thread_backup() 1750 || kthread_should_stop()); in sync_thread_backup()
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hdm.c | 283 while (!kthread_should_stop()) { in deliver_netinfo_thread() 286 kthread_should_stop()); in deliver_netinfo_thread()
|
/linux-4.4.14/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.4.14/drivers/md/ |
D | dm-log-writes.c | 343 while (!kthread_should_stop()) { in log_writes_kthread() 402 if (!kthread_should_stop() && in log_writes_kthread()
|
D | md.c | 7099 while (!kthread_should_stop()) { in md_thread() 7112 || kthread_should_stop(), in md_thread() 7116 if (!kthread_should_stop()) in md_thread()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmthread.c | 647 while (!kthread_should_stop()) { in dlm_thread() 761 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.4.14/lib/ |
D | test_rhashtable.c | 297 while (!kthread_should_stop()) { in threadfunc()
|
/linux-4.4.14/fs/ext4/ |
D | mmp.c | 161 while (!kthread_should_stop()) { in kmmpd()
|
D | super.c | 2716 if (kthread_should_stop()) { in ext4_lazyinit_thread()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 97 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.4.14/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.4.14/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 | 2504 while (!kthread_should_stop()) { in hotkey_kthread()
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 1157 return kthread_should_stop(); in scan_should_stop() 1492 while (!kthread_should_stop()) { in kmemleak_scan_thread() 1500 while (timeout && !kthread_should_stop()) in kmemleak_scan_thread()
|
D | vmscan.c | 3314 if (try_to_freeze() || kthread_should_stop()) in balance_pgdat() 3349 if (freezing(current) || kthread_should_stop()) in kswapd_try_to_sleep() 3386 if (!kthread_should_stop()) in kswapd_try_to_sleep() 3486 if (kthread_should_stop()) in kswapd()
|
D | huge_memory.c | 2857 kthread_should_stop(); in khugepaged_wait_event() 2875 if (unlikely(kthread_should_stop() || try_to_freeze())) in khugepaged_do_scan() 2901 kthread_should_stop(), in khugepaged_wait_work() 2917 while (!kthread_should_stop()) { in khugepaged()
|
D | ksm.c | 1737 while (!kthread_should_stop()) { in ksm_scan_thread() 1751 ksmd_should_run() || kthread_should_stop()); in ksm_scan_thread()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_pad.c | 148 while (!kthread_should_stop()) { in power_saving_thread()
|
/linux-4.4.14/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.4.14/drivers/char/hw_random/ |
D | core.c | 405 while (!kthread_should_stop()) { in hwrng_fillfn()
|
/linux-4.4.14/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 | 642 } while (!kthread_should_stop()); in queue_manag()
|
D | sahara.c | 1073 } while (!kthread_should_stop()); in sahara_queue_manage()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/block/ |
D | nbd.c | 554 while (!kthread_should_stop() || !list_empty(&nbd->waiting_queue)) { in nbd_thread_send() 557 kthread_should_stop() || in nbd_thread_send()
|
D | pktcdvd.c | 1527 if (kthread_should_stop()) in kcdrwd() 1534 if (kthread_should_stop()) in kcdrwd()
|
D | cciss.c | 3748 if (kthread_should_stop()) in scan_thread()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 501 while (!kthread_should_stop()) { in xfsaild()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-miropcm20.c | 323 if (kthread_should_stop()) in pcm20_thread()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-dev.c | 234 while (!kthread_should_stop()) { in ccp_cmd_queue_thread()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 386 while (true == clamping && !kthread_should_stop() && in clamp_thread()
|
/linux-4.4.14/kernel/sched/ |
D | wait.c | 303 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
|
/linux-4.4.14/drivers/mmc/card/ |
D | queue.c | 91 if (kthread_should_stop()) { in mmc_queue_thread()
|
/linux-4.4.14/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.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 51 kthread_should_stop()); 52 } while (!kthread_should_stop() || !list_empty(&hub_event_list));
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 2293 while (!(kthread_should_stop() && in ocfs2_commit_thread() 2298 || kthread_should_stop()); in ocfs2_commit_thread() 2316 if (kthread_should_stop() && atomic_read(&journal->j_num_trans)){ in ocfs2_commit_thread()
|
D | dlmglue.c | 4089 while (!(kthread_should_stop() && in ocfs2_downconvert_thread() 4094 kthread_should_stop()); in ocfs2_downconvert_thread()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 730 if (kthread_should_stop()) in o2hb_set_quorum_device() 1090 while (!kthread_should_stop() && in o2hb_thread() 1110 if (!kthread_should_stop() && in o2hb_thread()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 671 } while (!kthread_should_stop()); in kopald()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 926 while (!kthread_should_stop()) { in ap_poll_thread() 942 } while (!kthread_should_stop()); in ap_poll_thread()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 990 while (!kthread_should_stop()) { in dvb_ca_en50221_thread() 995 if (kthread_should_stop()) in dvb_ca_en50221_thread()
|
D | dvb_frontend.c | 733 dvb_frontend_should_wakeup(fe) || kthread_should_stop() in dvb_frontend_thread() 737 if (kthread_should_stop() || dvb_frontend_is_exiting(fe)) { in dvb_frontend_thread() 856 if (kthread_should_stop()) in dvb_frontend_thread()
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | netback.c | 2013 || kthread_should_stop() in xenvif_have_rx_work() 2071 if (kthread_should_stop()) in xenvif_kthread_guest_rx() 2123 return kthread_should_stop() && in xenvif_dealloc_kthread_should_stop()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 998 if (kthread_should_stop()) in cx88_audio_thread()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 778 } while (!kthread_should_stop()); in khvcd()
|
D | hvcs.c | 674 } while (!kthread_should_stop()); in khvcsd()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/pcmcia/ |
D | cs.c | 668 if (kthread_should_stop()) in pccardd()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 279 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_thread()
|
D | solo6x10-v4l2-enc.c | 654 if (timeout == -ERESTARTSYS || kthread_should_stop()) in solo_ring_thread()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/irda/ |
D | stir4200.c | 739 while (!kthread_should_stop()) { in stir_transmit_thread()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.c | 422 if (kthread_should_stop()) in usb_stor_control_thread()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | commsup.c | 1974 if (kthread_should_stop()) in aac_command_thread() 1979 if (kthread_should_stop()) in aac_command_thread()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 1185 while (likely(!kthread_should_stop())) { in hdm_enqueue_thread() 1188 kthread_should_stop()); in hdm_enqueue_thread()
|
/linux-4.4.14/drivers/net/ethernet/qualcomm/ |
D | qca_spi.c | 516 while (!kthread_should_stop()) { in qcaspi_spi_thread()
|
/linux-4.4.14/fs/btrfs/ |
D | disk-io.c | 1824 if (!kthread_should_stop()) in cleaner_kthread() 1828 } while (!kthread_should_stop()); in cleaner_kthread() 1914 if (!kthread_should_stop() && in transaction_kthread() 1920 } while (!kthread_should_stop()); in transaction_kthread()
|
/linux-4.4.14/drivers/dma/ |
D | dmatest.c | 480 while (!kthread_should_stop() in dmatest_func()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 1011 while (!kthread_should_stop()) { in spusched_thread()
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 1021 if (kthread_should_stop()) in process_incoming_rsps()
|
/linux-4.4.14/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 | 4207 if (kthread_should_stop()) in __ibmvfc_work_to_do() 4488 if (kthread_should_stop()) in ibmvfc_work()
|
/linux-4.4.14/drivers/hv/ |
D | hv_balloon.c | 1261 while (!kthread_should_stop()) { in dm_thread_func()
|
/linux-4.4.14/drivers/w1/ |
D | w1.c | 1158 if (kthread_should_stop()) in w1_process()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ds.c | 1036 if (kthread_should_stop()) in ds_thread()
|
/linux-4.4.14/drivers/media/pci/pt1/ |
D | pt1.c | 322 while (!kthread_should_stop()) { in pt1_thread()
|
/linux-4.4.14/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 | 2356 } while (!kthread_should_stop()); in jfsIOWait()
|
/linux-4.4.14/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.4.14/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.4.14/arch/x86/kernel/ |
D | apm_32.c | 1441 if (kthread_should_stop()) in apm_mainloop()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 743 while (!kthread_should_stop()) { in irq_wait_for_interrupt()
|
/linux-4.4.14/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.4.14/drivers/mtd/ubi/ |
D | wl.c | 1427 if (kthread_should_stop())
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_wlan.c | 470 while (!kthread_should_stop()) in linux_wlan_txq_task()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 1171 if (kthread_should_stop()) in saa7164_thread_function()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_error.c | 2190 if (kthread_should_stop()) in scsi_error_handler()
|
D | mvumi.c | 1648 while (!kthread_should_stop()) { in mvumi_rescan_bus()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 479 while (!kthread_should_stop()) { in ipmi_ssif_thread()
|
D | ipmi_si_intf.c | 1076 while (!kthread_should_stop()) { in ipmi_thread()
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2002 while (!kthread_should_stop()) { in srpt_compl_thread() 2005 kthread_should_stop())); in srpt_compl_thread()
|
/linux-4.4.14/drivers/vhost/ |
D | vhost.c | 304 if (kthread_should_stop()) { in vhost_worker()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad.c | 1085 if (kthread_should_stop()) in bfad_worker()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 1311 } while (!kthread_should_stop()); in kthread()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1_main.c | 721 if (kthread_should_stop()) in emu1010_firmware_thread()
|
/linux-4.4.14/drivers/block/mtip32xx/ |
D | mtip32xx.c | 2965 if (kthread_should_stop() || in mtip_service_thread() 2977 if (kthread_should_stop() || in mtip_service_thread()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target.c | 3961 while (!kthread_should_stop()) { in iscsi_target_tx_thread() 4119 while (!kthread_should_stop()) { in iscsi_target_rx_thread()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 1875 while (!kthread_should_stop()) { in fcoe_percpu_receive_thread()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | core.c | 2099 while (!kthread_should_stop()) { in rfcomm_run()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 742 while (!kthread_should_stop()) { in lpfc_do_work() 747 || kthread_should_stop())); in lpfc_do_work()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1877 while (!kthread_should_stop()) { in bnx2i_percpu_io_thread()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 3518 while (!kthread_should_stop()) { in pktgen_thread_worker()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 2209 while (!kthread_should_stop()) { in nvme_kthread()
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 3095 if (!kthread_should_stop() && in airo_thread() 3108 } else if (!kthread_should_stop() && in airo_thread()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 3997 if (kthread_should_stop()) in brcmf_sdio_watchdog_thread()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_os.c | 4815 while (!kthread_should_stop()) { in qla2x00_do_dpc()
|