Searched refs:wait_event_freezable (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/ecryptfs/ |
| A D | kthread.c | 48 wait_event_freezable( in ecryptfs_threadfn()
|
| /linux/Documentation/power/ |
| A D | freezing-of-tasks.rst | 46 explicitly in suitable places or use the wait_event_freezable() or 57 wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); 75 wait_event_freezable() and wait_event_freezable_timeout() macros. 109 and must call try_to_freeze() or variants of wait_event_freezable() in a
|
| /linux/arch/powerpc/platforms/83xx/ |
| A D | suspend.c | 268 wait_event_freezable(agent_wq, pci_pm_state >= 2); in agent_thread_fn()
|
| /linux/drivers/char/ |
| A D | apm-emulation.c | 297 while (wait_event_freezable(apm_suspend_waitqueue, in apm_ioctl()
|
| A D | virtio_console.c | 751 ret = wait_event_freezable(port->waitqueue, in port_fops_read() 783 ret = wait_event_freezable(port->waitqueue, in wait_port_writable()
|
| /linux/drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-dvb.c | 62 ret = wait_event_freezable(adap->buffer_wait_data, in pvr2_dvb_feed_func()
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| A D | main.c | 411 wait_event_freezable(ksgxd_waitq, in ksgxd()
|
| /linux/include/linux/ |
| A D | wait.h | 378 #define wait_event_freezable(wq_head, condition) \ macro
|
| /linux/mm/ |
| A D | oom_kill.c | 645 wait_event_freezable(oom_reaper_wait, oom_reaper_list != NULL); in oom_reaper()
|
| A D | khugepaged.c | 2560 wait_event_freezable(khugepaged_wait, khugepaged_wait_event()); in khugepaged_wait_work()
|
| A D | ksm.c | 2685 wait_event_freezable(ksm_thread_wait, in ksm_scan_thread()
|
| /linux/fs/bcachefs/ |
| A D | btree_trans_commit.c | 973 wait_event_freezable(c->journal.reclaim_wait, in bch2_trans_commit_error()
|
| /linux/kernel/ |
| A D | audit.c | 911 wait_event_freezable(kauditd_wait, in kauditd_thread()
|
| /linux/drivers/usb/gadget/function/ |
| A D | f_mass_storage.c | 593 rc = wait_event_freezable(common->io_wait, in sleep_thread()
|
Completed in 975 milliseconds