/openbmc/linux/net/9p/ |
H A D | trans_virtio.c | 287 err = wait_event_killable(*chan->vc_wq, in p9_virtio_request() 328 err = wait_event_killable(vp_wq, in p9_get_mapped_pages() 515 err = wait_event_killable(*chan->vc_wq, in p9_virtio_zc_request() 534 err = wait_event_killable(req->wq, in p9_virtio_zc_request()
|
H A D | trans_xen.c | 138 while (wait_event_killable(ring->wq, in p9_xen_request()
|
H A D | client.c | 715 err = wait_event_killable(req->wq, in p9_client_rpc()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_drain.c | 93 return wait_event_killable(dr->dr_waiters, !xfs_defer_drain_busy(dr)); in xfs_defer_drain_wait()
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | dsemul.c | 106 if (!wait_event_killable(mm_ctx->bd_emupage_queue, in alloc_emuframe()
|
/openbmc/linux/drivers/gpu/drm/scheduler/ |
H A D | sched_entity.c | 282 wait_event_killable(sched->job_scheduled, in drm_sched_entity_flush()
|
/openbmc/linux/fs/autofs/ |
H A D | waitq.c | 440 wait_event_killable(wq->queue, wq->name.name == NULL); in autofs_wait()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.c | 1230 return wait_event_killable(nor->rww.wait, spi_nor_rww_start_io(nor)); in spi_nor_lock_device() 1284 ret = wait_event_killable(nor->rww.wait, in spi_nor_prep_and_lock() 1361 ret = wait_event_killable(nor->rww.wait, in spi_nor_prep_and_lock_pe() 1440 ret = wait_event_killable(nor->rww.wait, in spi_nor_prep_and_lock_rd()
|
/openbmc/linux/include/linux/ |
H A D | wait.h | 929 #define wait_event_killable(wq_head, condition) \ macro
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 237 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
|
/openbmc/linux/fs/ceph/ |
H A D | addr.c | 1490 r = wait_event_killable(ci->i_cap_wq, in ceph_netfs_check_write_begin() 1755 err = wait_event_killable(ci->i_cap_wq, in ceph_page_mkwrite()
|
/openbmc/linux/drivers/mfd/ |
H A D | si476x-cmd.c | 384 wait_event_killable(core->tuning, in si476x_cmd_tune_seek_freq()
|
/openbmc/linux/fs/nfs/ |
H A D | client.c | 369 return wait_event_killable(nfs_client_active_wq, in nfs_wait_client_init_complete()
|
/openbmc/linux/Documentation/translations/ko_KR/ |
H A D | memory-barriers.txt | 2148 wait_event_killable();
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | tda998x_drv.c | 768 return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); in tda998x_edid_delay_wait()
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | vduse_dev.c | 236 ret = wait_event_killable(msg->waitq, msg->completed); in vduse_dev_msg_sync()
|
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 386 err = wait_event_killable(req->waitq, in request_wait_answer()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 241 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()
|
/openbmc/linux/mm/ |
H A D | vmscan.c | 7045 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
|
/openbmc/linux/Documentation/ |
H A D | memory-barriers.txt | 2184 wait_event_killable();
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | memory-barriers.txt | 2286 wait_event_killable();
|
/openbmc/linux/fs/btrfs/ |
H A D | inode.c | 3417 int ret = wait_event_killable(fs_info->delayed_iputs_wait, in btrfs_wait_on_delayed_iputs()
|