Home
last modified time | relevance | path

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

123

/linux-6.6.21/include/linux/
Dfreezer.h51 static inline bool try_to_freeze(void) in try_to_freeze() function
84 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
/linux-6.6.21/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-6.6.21/fs/jffs2/
Dbackground.c125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
/linux-6.6.21/kernel/
Dfreezer.c233 return try_to_freeze(); in set_freezable()
Dumh.c231 try_to_freeze(); in usermodehelper_read_trylock()
/linux-6.6.21/drivers/media/test-drivers/vimc/
Dvimc-streamer.c157 try_to_freeze(); in vimc_streamer_thread()
/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-kthread-touch.c72 try_to_freeze(); in vivid_thread_touch_cap()
Dvivid-kthread-out.c167 try_to_freeze(); in vivid_thread_vid_out()
Dvivid-sdr-cap.c144 try_to_freeze(); in vivid_thread_sdr_cap()
/linux-6.6.21/drivers/power/supply/
Dtps65217_charger.c169 try_to_freeze(); in tps65217_charger_poll_task()
Dtps65090-charger.c215 try_to_freeze(); in tps65090_charger_poll_task()
/linux-6.6.21/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c475 try_to_freeze(); in tvaudio_thread()
586 try_to_freeze(); in tvaudio_thread()
771 try_to_freeze(); in tvaudio_thread_ddep()
/linux-6.6.21/arch/powerpc/platforms/83xx/
Dsuspend.c266 try_to_freeze(); in agent_thread_fn()
/linux-6.6.21/drivers/macintosh/
Dwindfarm_core.c95 try_to_freeze(); in wf_thread_func()
Dtherm_adt746x.c289 try_to_freeze(); in monitor_task()
/linux-6.6.21/fs/smb/server/
Dconnection.c289 if (try_to_freeze()) in ksmbd_conn_handler_loop()
Dtransport_tcp.c323 try_to_freeze(); in ksmbd_tcp_readv()
/linux-6.6.21/drivers/pnp/pnpbios/
Dcore.c153 if (try_to_freeze()) in pnp_dock_thread()
/linux-6.6.21/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.c37 try_to_freeze(); in pvr2_dvb_feed_func()
/linux-6.6.21/drivers/platform/surface/
Dsurface3_power.c363 try_to_freeze(); in mshw0011_poll_task()
/linux-6.6.21/net/sunrpc/
Dsvc_xprt.c746 try_to_freeze(); in svc_get_next_xprt()
852 try_to_freeze(); in svc_recv()
/linux-6.6.21/fs/xfs/
Dxfs_trans_ail.c669 try_to_freeze(); in xfsaild()
/linux-6.6.21/fs/ubifs/
Dcommit.c288 if (try_to_freeze()) in ubifs_bg_thread()
/linux-6.6.21/drivers/media/pci/cx88/
Dcx88-tvaudio.c999 try_to_freeze(); in cx88_audio_thread()
/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dmain.c407 if (try_to_freeze()) in ksgxd()

123