Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dfreezer.h266 __retval = wait_event_killable(wq, (condition)); \
311 wait_event_killable(wq, condition)
Dwait.h926 #define wait_event_killable(wq_head, condition) \ macro
/linux-5.19.10/net/9p/
Dtrans_virtio.c288 err = wait_event_killable(*chan->vc_wq, in p9_virtio_request()
329 err = wait_event_killable(vp_wq, in p9_get_mapped_pages()
486 err = wait_event_killable(*chan->vc_wq, in p9_virtio_zc_request()
505 err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); in p9_virtio_zc_request()
Dtrans_xen.c138 while (wait_event_killable(ring->wq, in p9_xen_request()
Dclient.c753 err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); in p9_client_rpc()
/linux-5.19.10/arch/mips/math-emu/
Ddsemul.c109 if (!wait_event_killable(mm_ctx->bd_emupage_queue, in alloc_emuframe()
/linux-5.19.10/drivers/gpu/drm/scheduler/
Dsched_entity.c175 wait_event_killable(sched->job_scheduled, in drm_sched_entity_flush()
/linux-5.19.10/fs/autofs/
Dwaitq.c439 wait_event_killable(wq->queue, wq->name.name == NULL); in autofs_wait()
/linux-5.19.10/fs/notify/fanotify/
Dfanotify.c237 ret = wait_event_killable(group->fanotify_data.access_waitq, in fanotify_get_response()
/linux-5.19.10/fs/ceph/
Daddr.c1308 r = wait_event_killable(ci->i_cap_wq, in ceph_netfs_check_write_begin()
1576 err = wait_event_killable(ci->i_cap_wq, in ceph_page_mkwrite()
/linux-5.19.10/fs/nfs/
Dclient.c365 return wait_event_killable(nfs_client_active_wq, in nfs_wait_client_init_complete()
/linux-5.19.10/drivers/mfd/
Dsi476x-cmd.c384 wait_event_killable(core->tuning, in si476x_cmd_tune_seek_freq()
/linux-5.19.10/drivers/vdpa/vdpa_user/
Dvduse_dev.c212 ret = wait_event_killable(msg->waitq, msg->completed); in vduse_dev_msg_sync()
/linux-5.19.10/Documentation/translations/ko_KR/
Dmemory-barriers.txt2127 wait_event_killable();
/linux-5.19.10/drivers/gpu/drm/i2c/
Dtda998x_drv.c767 return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); in tda998x_edid_delay_wait()
/linux-5.19.10/fs/fuse/
Ddev.c386 err = wait_event_killable(req->waitq, in request_wait_answer()
/linux-5.19.10/mm/
Dvmscan.c3730 wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, in throttle_direct_reclaim()
/linux-5.19.10/fs/cifs/
Dsmb2ops.c213 rc = wait_event_killable(server->request_q, in smb2_wait_mtu_credits()
/linux-5.19.10/Documentation/
Dmemory-barriers.txt2171 wait_event_killable();
/linux-5.19.10/fs/btrfs/
Dinode.c3641 int ret = wait_event_killable(fs_info->delayed_iputs_wait, in btrfs_wait_on_delayed_iputs()