Searched refs:wait_event_killable (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | freezer.h | 254 __retval = wait_event_killable(wq, (condition)); \ 297 wait_event_killable(wq, condition)
|
D | wait.h | 732 #define wait_event_killable(wq, condition) \ macro
|
/linux-4.4.14/fs/cifs/ |
D | transport.c | 409 rc = wait_event_killable(server->request_q, in wait_for_free_credits()
|
D | smb2ops.c | 132 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()
|
/linux-4.4.14/fs/nfs/ |
D | client.c | 331 return wait_event_killable(nfs_client_active_wq, in nfs_wait_client_init_complete()
|
/linux-4.4.14/drivers/mfd/ |
D | si476x-cmd.c | 393 wait_event_killable(core->tuning, in si476x_cmd_tune_seek_freq()
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 593 return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); in tda998x_edid_delay_wait()
|
/linux-4.4.14/mm/ |
D | vmscan.c | 2815 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 3159 wait_event_killable(nvme_kthread_wait, nvme_thread); in nvme_probe_work()
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 1985 wait_event_killable();
|
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 4901 ret = wait_event_killable(space_info->wait, !space_info->flush); in reserve_metadata_bytes()
|