Home
last modified time | relevance | path

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

123

/Linux-v5.4/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
/Linux-v5.4/Documentation/power/
Dfreezing-of-tasks.rst30 All freezable tasks must react to that by calling try_to_freeze(), which
40 try_to_freeze() function (defined in include/linux/freezer.h), that checks
43 For user space processes try_to_freeze() is called automatically from the
48 calling try_to_freeze(). The main loop of a freezable kernel thread may look
61 If a freezable kernel thread fails to call try_to_freeze() after the freezer has
64 threads must call try_to_freeze() somewhere or use one of the
99 and must call try_to_freeze() in a suitable place.
/Linux-v5.4/kernel/
Dfreezer.c174 return try_to_freeze(); in set_freezable()
Dumh.c254 try_to_freeze(); in usermodehelper_read_trylock()
/Linux-v5.4/fs/jffs2/
Dbackground.c125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
/Linux-v5.4/drivers/media/platform/vimc/
Dvimc-streamer.c149 try_to_freeze(); in vimc_streamer_thread()
/Linux-v5.4/drivers/power/supply/
Dtps65217_charger.c170 try_to_freeze(); in tps65217_charger_poll_task()
Dtps65090-charger.c215 try_to_freeze(); in tps65090_charger_poll_task()
/Linux-v5.4/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c475 try_to_freeze(); in tvaudio_thread()
586 try_to_freeze(); in tvaudio_thread()
770 try_to_freeze(); in tvaudio_thread_ddep()
/Linux-v5.4/arch/powerpc/platforms/83xx/
Dsuspend.c267 try_to_freeze(); in agent_thread_fn()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-kthread-out.c142 try_to_freeze(); in vivid_thread_vid_out()
Dvivid-sdr-cap.c140 try_to_freeze(); in vivid_thread_sdr_cap()
/Linux-v5.4/drivers/macintosh/
Dwindfarm_core.c97 try_to_freeze(); in wf_thread_func()
Dtherm_adt746x.c288 try_to_freeze(); in monitor_task()
/Linux-v5.4/drivers/pnp/pnpbios/
Dcore.c153 if (try_to_freeze()) in pnp_dock_thread()
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c37 try_to_freeze(); in pvr2_dvb_feed_func()
/Linux-v5.4/fs/xfs/
Dxfs_trans_ail.c599 try_to_freeze(); in xfsaild()
/Linux-v5.4/drivers/s390/crypto/
Dap_bus.c491 try_to_freeze(); in ap_poll_thread()
497 try_to_freeze(); in ap_poll_thread()
/Linux-v5.4/net/sunrpc/
Dsvc_xprt.c726 try_to_freeze(); in svc_get_next_xprt()
839 try_to_freeze(); in svc_recv()
/Linux-v5.4/fs/ubifs/
Dcommit.c288 if (try_to_freeze()) in ubifs_bg_thread()
/Linux-v5.4/drivers/media/pci/cx88/
Dcx88-tvaudio.c999 try_to_freeze(); in cx88_audio_thread()
/Linux-v5.4/drivers/tty/hvc/
Dhvc_console.c810 try_to_freeze(); in khvcd()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal.c872 try_to_freeze(); in kopald()
/Linux-v5.4/drivers/pcmcia/
Dcs.c679 try_to_freeze(); in pccardd()
/Linux-v5.4/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c273 try_to_freeze(); in solo_thread()

123