/openbmc/linux/include/linux/ |
H A D | freezer.h | 51 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
|
/openbmc/linux/Documentation/power/ |
H A D | freezing-of-tasks.rst | 30 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.
|
/openbmc/linux/fs/jffs2/ |
H A D | background.c | 125 if (try_to_freeze()) in jffs2_garbage_collect_thread()
|
/openbmc/linux/kernel/ |
H A D | freezer.c | 233 return try_to_freeze(); in set_freezable()
|
H A D | umh.c | 231 try_to_freeze(); in usermodehelper_read_trylock()
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-streamer.c | 157 try_to_freeze(); in vimc_streamer_thread()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-touch.c | 72 try_to_freeze(); in vivid_thread_touch_cap()
|
H A D | vivid-kthread-out.c | 167 try_to_freeze(); in vivid_thread_vid_out()
|
H A D | vivid-sdr-cap.c | 144 try_to_freeze(); in vivid_thread_sdr_cap()
|
/openbmc/linux/drivers/power/supply/ |
H A D | tps65217_charger.c | 169 try_to_freeze(); in tps65217_charger_poll_task()
|
H A D | tps65090-charger.c | 215 try_to_freeze(); in tps65090_charger_poll_task()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-tvaudio.c | 475 try_to_freeze(); in tvaudio_thread() 586 try_to_freeze(); in tvaudio_thread() 771 try_to_freeze(); in tvaudio_thread_ddep()
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | suspend.c | 266 try_to_freeze(); in agent_thread_fn()
|
/openbmc/u-boot/include/linux/ |
H A D | compat.h | 219 #define try_to_freeze(...) 0 macro
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_core.c | 95 try_to_freeze(); in wf_thread_func()
|
H A D | therm_adt746x.c | 289 try_to_freeze(); in monitor_task()
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | core.c | 153 if (try_to_freeze()) in pnp_dock_thread()
|
/openbmc/linux/fs/smb/server/ |
H A D | connection.c | 327 if (try_to_freeze()) in ksmbd_conn_handler_loop()
|
H A D | transport_tcp.c | 323 try_to_freeze(); in ksmbd_tcp_readv()
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-dvb.c | 37 try_to_freeze(); in pvr2_dvb_feed_func()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface3_power.c | 363 try_to_freeze(); in mshw0011_poll_task()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 746 try_to_freeze(); in svc_get_next_xprt() 852 try_to_freeze(); in svc_recv()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans_ail.c | 669 try_to_freeze(); in xfsaild()
|
/openbmc/linux/fs/ubifs/ |
H A D | commit.c | 288 if (try_to_freeze()) in ubifs_bg_thread()
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-tvaudio.c | 999 try_to_freeze(); in cx88_audio_thread()
|