Searched refs:wait_event_killable (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | freezer.h | 245 * wait_event_killable() and wait_event_interruptible_timeout(), originally 254 __retval = wait_event_killable(wq, (condition)); \ 297 wait_event_killable(wq, condition)
|
H A D | wait.h | 705 * wait_event_killable - sleep until a condition gets true 719 #define wait_event_killable(wq, condition) \ macro
|
/linux-4.1.27/fs/dlm/ |
H A D | plock.c | 148 rv = wait_event_killable(recv_wq, (op->done != 0)); dlm_posix_lock()
|
/linux-4.1.27/fs/nfs/ |
H A D | client.c | 440 return wait_event_killable(nfs_client_active_wq, nfs_wait_client_init_complete()
|
/linux-4.1.27/fs/cifs/ |
H A D | transport.c | 409 rc = wait_event_killable(server->request_q, wait_for_free_credits()
|
H A D | smb2ops.c | 132 rc = wait_event_killable(server->request_q, smb2_wait_mtu_credits()
|
/linux-4.1.27/drivers/mfd/ |
H A D | si476x-cmd.c | 393 wait_event_killable(core->tuning, si476x_cmd_tune_seek_freq()
|
/linux-4.1.27/drivers/block/ |
H A D | nvme-core.c | 2841 wait_event_killable(nvme_kthread_wait, nvme_thread); nvme_dev_start()
|
/linux-4.1.27/mm/ |
H A D | vmscan.c | 2750 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait,
|
/linux-4.1.27/fs/btrfs/ |
H A D | extent-tree.c | 4689 ret = wait_event_killable(space_info->wait, !space_info->flush); reserve_metadata_bytes()
|
Completed in 390 milliseconds