/linux-4.4.14/include/linux/ |
D | freezer.h | 62 static inline bool try_to_freeze(void) in try_to_freeze() function 127 try_to_freeze(); in freezer_count() 271 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
|
D | wait.h | 287 schedule(); try_to_freeze()) 346 __ret = schedule_timeout(__ret); try_to_freeze()) 555 schedule(); try_to_freeze())
|
/linux-4.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 25 All freezable tasks must react to that by calling try_to_freeze(), which 35 try_to_freeze() function (defined in include/linux/freezer.h), that checks 38 For user space processes try_to_freeze() is called automatically from the 43 calling try_to_freeze(). The main loop of a freezable kernel thread may look 56 If a freezable kernel thread fails to call try_to_freeze() after the freezer has 59 threads must call try_to_freeze() somewhere or use one of the 93 and must call try_to_freeze() in a suitable place.
|
/linux-4.4.14/kernel/ |
D | freezer.c | 177 return try_to_freeze(); in set_freezable()
|
D | kmod.c | 394 try_to_freeze(); in usermodehelper_read_trylock()
|
D | kthread.c | 599 try_to_freeze(); in kthread_worker_fn()
|
D | signal.c | 2147 try_to_freeze(); in get_signal()
|
/linux-4.4.14/fs/jffs2/ |
D | background.c | 125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
|
/linux-4.4.14/drivers/power/ |
D | tps65217_charger.c | 182 try_to_freeze(); in tps65217_charger_poll_task()
|
D | tps65090-charger.c | 225 try_to_freeze(); in tps65090_charger_poll_task()
|
/linux-4.4.14/drivers/lguest/ |
D | core.c | 241 try_to_freeze(); in run_guest()
|
/linux-4.4.14/drivers/uwb/ |
D | uwbd.c | 282 try_to_freeze(); in uwbd()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 488 try_to_freeze(); in tvaudio_thread() 599 try_to_freeze(); in tvaudio_thread() 783 try_to_freeze(); in tvaudio_thread_ddep()
|
/linux-4.4.14/drivers/md/bcache/ |
D | writeback.c | 231 try_to_freeze(); in read_dirty() 436 try_to_freeze(); in bch_writeback_thread()
|
D | alloc.c | 291 try_to_freeze(); \
|
D | btree.c | 1790 try_to_freeze(); in bch_gc_thread()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 146 try_to_freeze(); in vivid_thread_vid_out()
|
D | vivid-sdr-cap.c | 150 try_to_freeze(); in vivid_thread_sdr_cap()
|
D | vivid-kthread-cap.c | 762 try_to_freeze(); in vivid_thread_vid_cap()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | suspend.c | 269 try_to_freeze(); in agent_thread_fn()
|
/linux-4.4.14/fs/nfs/ |
D | callback.c | 117 if (try_to_freeze()) in nfs41_callback_svc()
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_core.c | 98 try_to_freeze(); in wf_thread_func()
|
D | therm_adt746x.c | 287 try_to_freeze(); in monitor_task()
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | core.c | 165 if (try_to_freeze()) in pnp_dock_thread()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-dvb.c | 50 try_to_freeze(); in pvr2_dvb_feed_func()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf-dvb.c | 66 try_to_freeze(); in videobuf_dvb_thread()
|
D | videobuf2-v4l2.c | 1302 try_to_freeze(); in vb2_thread()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_ail.c | 533 try_to_freeze(); in xfsaild()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_powerclamp.c | 396 try_to_freeze(); in clamp_thread()
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 357 try_to_freeze(); in balloon()
|
/linux-4.4.14/net/sunrpc/ |
D | svc_xprt.c | 706 try_to_freeze(); in svc_get_next_xprt() 809 try_to_freeze(); in svc_recv()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal.c | 667 try_to_freeze(); in kopald()
|
/linux-4.4.14/drivers/s390/crypto/ |
D | ap_bus.c | 932 try_to_freeze(); in ap_poll_thread() 938 try_to_freeze(); in ap_poll_thread()
|
/linux-4.4.14/fs/ubifs/ |
D | commit.c | 300 if (try_to_freeze()) in ubifs_bg_thread()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-tvaudio.c | 1000 try_to_freeze(); in cx88_audio_thread()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 747 try_to_freeze(); in khvcd()
|
/linux-4.4.14/drivers/pcmcia/ |
D | cs.c | 678 try_to_freeze(); in pccardd()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-writes.c | 400 if (!try_to_freeze()) { in log_writes_kthread()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 282 try_to_freeze(); in solo_thread()
|
D | solo6x10-v4l2-enc.c | 657 try_to_freeze(); in solo_ring_thread()
|
/linux-4.4.14/drivers/media/i2c/ |
D | msp3400-driver.c | 342 try_to_freeze(); in msp_sleep()
|
D | tvaudio.c | 323 try_to_freeze(); in chip_thread()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 237 try_to_freeze(); in nlm_wait_on_grace()
|
/linux-4.4.14/drivers/net/irda/ |
D | stir4200.c | 750 try_to_freeze(); in stir_transmit_thread()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 846 try_to_freeze(); in ps3_probe_thread()
|
/linux-4.4.14/fs/f2fs/ |
D | gc.c | 37 if (try_to_freeze()) in gc_thread_func()
|
/linux-4.4.14/fs/gfs2/ |
D | log.c | 933 try_to_freeze(); in gfs2_logd()
|
D | quota.c | 1523 try_to_freeze(); in gfs2_quotad()
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 393 try_to_freeze(); in cifs_reconnect() 572 try_to_freeze(); in cifs_readv_from_socket() 866 if (try_to_freeze()) in cifs_demultiplex_thread()
|
/linux-4.4.14/drivers/w1/ |
D | w1.c | 1150 try_to_freeze(); in w1_process()
|
/linux-4.4.14/drivers/media/pci/pt1/ |
D | pt1.c | 323 try_to_freeze(); in pt1_thread()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_txnmgr.c | 2802 try_to_freeze(); in jfs_lazycommit() 2992 try_to_freeze(); in jfs_sync()
|
D | jfs_logmgr.c | 2350 try_to_freeze(); in jfsIOWait()
|
/linux-4.4.14/mm/ |
D | vmscan.c | 3314 if (try_to_freeze() || kthread_should_stop()) in balance_pgdat() 3485 ret = try_to_freeze(); in kswapd()
|
D | ksm.c | 1744 try_to_freeze(); in ksm_scan_thread()
|
D | huge_memory.c | 2875 if (unlikely(kthread_should_stop() || try_to_freeze())) in khugepaged_do_scan()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | ps3fb.c | 895 try_to_freeze(); in ps3fbd()
|
D | pxafb.c | 1275 if (try_to_freeze()) in pxafb_smart_thread()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | blkback.c | 601 if (try_to_freeze()) in xen_blkif_schedule()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | wl.c | 1430 if (try_to_freeze())
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 1173 try_to_freeze(); in saa7164_thread_function()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 3527 try_to_freeze(); in pktgen_thread_worker() 3560 try_to_freeze(); in pktgen_thread_worker()
|
/linux-4.4.14/fs/jbd2/ |
D | journal.c | 237 try_to_freeze(); in kjournald2()
|
/linux-4.4.14/fs/btrfs/ |
D | disk-io.c | 1822 if (!try_to_freeze() && !again) { in cleaner_kthread() 1912 if (!try_to_freeze()) { in transaction_kthread()
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 1942 try_to_freeze(); in uea_kthread()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 621 try_to_freeze(); in sleep_thread()
|
/linux-4.4.14/fs/nilfs2/ |
D | segment.c | 2572 try_to_freeze(); in nilfs_segctor_thread()
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 1515 try_to_freeze(); in kcdrwd()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_frontend.c | 745 if (try_to_freeze()) in dvb_frontend_thread()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 2705 try_to_freeze(); in ext4_lazyinit_thread()
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 3069 try_to_freeze(); in airo_thread()
|