Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
H A 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.15/fs/jffs2/
H A Dbackground.c125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
/linux-6.15/Documentation/power/
H A Dfreezing-of-tasks.rst32 calling try_to_freeze(), which results in a call to __refrigerator() (defined
41 try_to_freeze() function (defined in include/linux/freezer.h), that checks
44 For user space processes try_to_freeze() is called automatically from the
74 kernel threads must call try_to_freeze() somewhere or use one of the
109 and must call try_to_freeze() or variants of wait_event_freezable() in a
/linux-6.15/kernel/
H A Dfreezer.c236 return try_to_freeze(); in set_freezable()
H A Dumh.c230 try_to_freeze(); in usermodehelper_read_trylock()
/linux-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.c163 try_to_freeze(); in vimc_streamer_thread()
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c72 try_to_freeze(); in vivid_thread_touch_cap()
H A Dvivid-kthread-out.c167 try_to_freeze(); in vivid_thread_vid_out()
H A Dvivid-sdr-cap.c144 try_to_freeze(); in vivid_thread_sdr_cap()
/linux-6.15/drivers/power/supply/
H A Dtps65217_charger.c169 try_to_freeze(); in tps65217_charger_poll_task()
H A Dtps65090-charger.c215 try_to_freeze(); in tps65090_charger_poll_task()
/linux-6.15/drivers/media/pci/saa7134/
H A 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.15/fs/bcachefs/
H A Dclock.c120 try_to_freeze(); in bch2_kthread_io_clock_wait()
/linux-6.15/drivers/macintosh/
H A Dwindfarm_core.c95 try_to_freeze(); in wf_thread_func()
H A Dtherm_adt746x.c289 try_to_freeze(); in monitor_task()
/linux-6.15/drivers/pnp/pnpbios/
H A Dcore.c153 if (try_to_freeze()) in pnp_dock_thread()
/linux-6.15/fs/smb/server/
H A Dconnection.c329 if (try_to_freeze()) in ksmbd_conn_handler_loop()
H A Dtransport_tcp.c327 try_to_freeze(); in ksmbd_tcp_readv()
/linux-6.15/drivers/platform/surface/
H A Dsurface3_power.c363 try_to_freeze(); in mshw0011_poll_task()
/linux-6.15/fs/ubifs/
H A Dcommit.c299 if (try_to_freeze()) in ubifs_bg_thread()
/linux-6.15/arch/x86/kernel/cpu/sgx/
H A Dmain.c408 if (try_to_freeze()) in ksgxd()
/linux-6.15/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c999 try_to_freeze(); in cx88_audio_thread()
/linux-6.15/fs/xfs/
H A Dxfs_trans_ail.c698 try_to_freeze(); in xfsaild()
/linux-6.15/drivers/tty/hvc/
H A Dhvc_console.c799 try_to_freeze(); in khvcd()
/linux-6.15/drivers/pcmcia/
H A Dcs.c676 try_to_freeze(); in pccardd()

123