Home
last modified time | relevance | path

Searched refs:try_to_freeze (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v4.19/include/linux/
Dfreezer.h63 static inline bool try_to_freeze(void) in try_to_freeze() function
128 try_to_freeze(); in freezer_count()
272 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
Dwait.h311 schedule(); try_to_freeze())
370 __ret = schedule_timeout(__ret); try_to_freeze())
591 schedule(); try_to_freeze())
/Linux-v4.19/Documentation/power/
Dfreezing-of-tasks.txt25 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-v4.19/kernel/
Dfreezer.c179 return try_to_freeze(); in set_freezable()
Dumh.c249 try_to_freeze(); in usermodehelper_read_trylock()
/Linux-v4.19/fs/jffs2/
Dbackground.c125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
/Linux-v4.19/drivers/power/supply/
Dtps65217_charger.c170 try_to_freeze(); in tps65217_charger_poll_task()
Dtps65090-charger.c225 try_to_freeze(); in tps65090_charger_poll_task()
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c485 try_to_freeze(); in tvaudio_thread()
596 try_to_freeze(); in tvaudio_thread()
780 try_to_freeze(); in tvaudio_thread_ddep()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-kthread-out.c134 try_to_freeze(); in vivid_thread_vid_out()
Dvivid-sdr-cap.c136 try_to_freeze(); in vivid_thread_sdr_cap()
/Linux-v4.19/arch/powerpc/platforms/83xx/
Dsuspend.c270 try_to_freeze(); in agent_thread_fn()
/Linux-v4.19/drivers/macintosh/
Dwindfarm_core.c98 try_to_freeze(); in wf_thread_func()
Dtherm_adt746x.c287 try_to_freeze(); in monitor_task()
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c46 try_to_freeze(); in pvr2_dvb_feed_func()
/Linux-v4.19/drivers/pnp/pnpbios/
Dcore.c166 if (try_to_freeze()) in pnp_dock_thread()
/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-sensor.c213 try_to_freeze(); in vimc_sen_tpg_thread()
/Linux-v4.19/drivers/s390/crypto/
Dap_bus.c474 try_to_freeze(); in ap_poll_thread()
480 try_to_freeze(); in ap_poll_thread()
/Linux-v4.19/fs/xfs/
Dxfs_trans_ail.c574 try_to_freeze(); in xfsaild()
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c707 try_to_freeze(); in svc_get_next_xprt()
819 try_to_freeze(); in svc_recv()
/Linux-v4.19/drivers/media/i2c/
Dvideo-i2c.c258 try_to_freeze(); in video_i2c_thread_vid_cap()
/Linux-v4.19/fs/ubifs/
Dcommit.c300 if (try_to_freeze()) in ubifs_bg_thread()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-tvaudio.c1008 try_to_freeze(); in cx88_audio_thread()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c810 try_to_freeze(); in khvcd()
/Linux-v4.19/drivers/pcmcia/
Dcs.c682 try_to_freeze(); in pccardd()

123