Home
last modified time | relevance | path

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

123

/linux/include/linux/
A Dfreezer.h63 static inline bool try_to_freeze(void) in try_to_freeze() function
128 try_to_freeze(); in freezer_count()
282 static inline bool try_to_freeze(void) { return false; } in try_to_freeze() function
/linux/Documentation/power/
A 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/kernel/
A Dfreezer.c174 return try_to_freeze(); in set_freezable()
A Dumh.c233 try_to_freeze(); in usermodehelper_read_trylock()
/linux/fs/jffs2/
A Dbackground.c125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
/linux/drivers/media/test-drivers/vimc/
A Dvimc-streamer.c157 try_to_freeze(); in vimc_streamer_thread()
/linux/drivers/media/test-drivers/vivid/
A Dvivid-kthread-touch.c67 try_to_freeze(); in vivid_thread_touch_cap()
A Dvivid-kthread-out.c165 try_to_freeze(); in vivid_thread_vid_out()
A Dvivid-sdr-cap.c140 try_to_freeze(); in vivid_thread_sdr_cap()
/linux/drivers/media/pci/saa7134/
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/drivers/power/supply/
A Dtps65217_charger.c170 try_to_freeze(); in tps65217_charger_poll_task()
A Dtps65090-charger.c215 try_to_freeze(); in tps65090_charger_poll_task()
/linux/arch/powerpc/platforms/83xx/
A Dsuspend.c267 try_to_freeze(); in agent_thread_fn()
/linux/fs/ksmbd/
A Dconnection.c287 if (try_to_freeze()) in ksmbd_conn_handler_loop()
A Dtransport_tcp.c307 try_to_freeze(); in ksmbd_tcp_readv()
/linux/drivers/macintosh/
A Dwindfarm_core.c97 try_to_freeze(); in wf_thread_func()
A Dtherm_adt746x.c288 try_to_freeze(); in monitor_task()
/linux/drivers/pnp/pnpbios/
A Dcore.c153 if (try_to_freeze()) in pnp_dock_thread()
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-dvb.c37 try_to_freeze(); in pvr2_dvb_feed_func()
/linux/drivers/platform/surface/
A Dsurface3_power.c356 try_to_freeze(); in mshw0011_poll_task()
/linux/net/sunrpc/
A Dsvc_xprt.c759 try_to_freeze(); in svc_get_next_xprt()
865 try_to_freeze(); in svc_recv()
/linux/fs/xfs/
A Dxfs_trans_ail.c655 try_to_freeze(); in xfsaild()
/linux/arch/x86/kernel/cpu/sgx/
A Dmain.c431 if (try_to_freeze()) in ksgxd()
/linux/fs/ubifs/
A Dcommit.c288 if (try_to_freeze()) in ubifs_bg_thread()
/linux/drivers/s390/crypto/
A Dap_bus.c520 try_to_freeze(); in ap_poll_thread()
526 try_to_freeze(); in ap_poll_thread()

Completed in 43 milliseconds

123