Home
last modified time | relevance | path

Searched refs:wait_event_killable (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/include/linux/
Dfreezer.h254 __retval = wait_event_killable(wq, (condition)); \
297 wait_event_killable(wq, condition)
Dwait.h732 #define wait_event_killable(wq, condition) \ macro
/linux-4.4.14/fs/cifs/
Dtransport.c409 rc = wait_event_killable(server->request_q, in wait_for_free_credits()
Dsmb2ops.c132 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()
/linux-4.4.14/fs/nfs/
Dclient.c331 return wait_event_killable(nfs_client_active_wq, in nfs_wait_client_init_complete()
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c393 wait_event_killable(core->tuning, in si476x_cmd_tune_seek_freq()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dtda998x_drv.c593 return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); in tda998x_edid_delay_wait()
/linux-4.4.14/mm/
Dvmscan.c2815 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
/linux-4.4.14/drivers/nvme/host/
Dpci.c3159 wait_event_killable(nvme_kthread_wait, nvme_thread); in nvme_probe_work()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt1985 wait_event_killable();
/linux-4.4.14/fs/btrfs/
Dextent-tree.c4901 ret = wait_event_killable(space_info->wait, !space_info->flush); in reserve_metadata_bytes()