Searched refs:wait_event_killable (Results 1 - 19 of 19) sorted by path

/linux-master/arch/mips/math-emu/
H A Ddsemul.c106 if (!wait_event_killable(mm_ctx->bd_emupage_queue,
/linux-master/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c768 return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active);
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_entity.c302 wait_event_killable(sched->job_scheduled,
/linux-master/drivers/mfd/
H A Dsi476x-cmd.c384 wait_event_killable(core->tuning,
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c1238 return wait_event_killable(nor->rww.wait, spi_nor_rww_start_io(nor));
1292 ret = wait_event_killable(nor->rww.wait,
1369 ret = wait_event_killable(nor->rww.wait,
1448 ret = wait_event_killable(nor->rww.wait,
/linux-master/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c233 ret = wait_event_killable(msg->waitq, msg->completed);
/linux-master/fs/autofs/
H A Dwaitq.c440 wait_event_killable(wq->queue, wq->name.name == NULL);
/linux-master/fs/bcachefs/
H A Dmove.c495 wait_event_killable(c->copygc_running_wq,
/linux-master/fs/btrfs/
H A Dinode.c3456 int ret = wait_event_killable(fs_info->delayed_iputs_wait,
/linux-master/fs/ceph/
H A Daddr.c1491 r = wait_event_killable(ci->i_cap_wq,
1759 err = wait_event_killable(ci->i_cap_wq,
/linux-master/fs/fuse/
H A Ddev.c386 err = wait_event_killable(req->waitq,
/linux-master/fs/nfs/
H A Dclient.c365 return wait_event_killable(nfs_client_active_wq,
/linux-master/fs/smb/client/
H A Dsmb2ops.c241 rc = wait_event_killable(server->request_q,
/linux-master/fs/xfs/
H A Dxfs_drain.c93 return wait_event_killable(dr->dr_waiters, !xfs_defer_drain_busy(dr));
/linux-master/include/linux/
H A Dwait.h911 * wait_event_killable - sleep until a condition gets true
925 #define wait_event_killable(wq_head, condition) \ macro
/linux-master/mm/
H A Dvmscan.c6404 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait,
/linux-master/net/9p/
H A Dclient.c713 err = wait_event_killable(req->wq,
H A Dtrans_virtio.c287 err = wait_event_killable(*chan->vc_wq,
328 err = wait_event_killable(vp_wq,
515 err = wait_event_killable(*chan->vc_wq,
534 err = wait_event_killable(req->wq,
H A Dtrans_xen.c137 while (wait_event_killable(ring->wq,

Completed in 1146 milliseconds