Home
last modified time | relevance | path

Searched refs:prepare_to_wait_event (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/sched/
H A Dwait.c270 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event() function
304 EXPORT_SYMBOL(prepare_to_wait_event);
/linux/include/linux/
H A Dwait_bit.h252 long __int = prepare_to_wait_event(__wq_head, \
H A Dwait.h307 long __int = prepare_to_wait_event(&wq_head, &__wq_entry, state);\
1194 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int …
/linux/fs/afs/
H A Dfs_probe.c495 prepare_to_wait_event(&server->probe_wq, &wait, in afs_wait_for_one_fs_probe()
/linux/fs/btrfs/
H A Dspace-info.c1484 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()
/linux/kernel/
H A Dseccomp.c1483 ret = prepare_to_wait_event(&filter->wqh, &wait, TASK_INTERRUPTIBLE); in recv_wait_event()
/linux/fs/
H A Daio.c1360 ret2 = prepare_to_wait_event(&ctx->wait, &w.w, TASK_INTERRUPTIBLE); in read_events()
/linux/drivers/block/
H A Dpktcdvd.c2390 prepare_to_wait_event(__var_waitqueue(&pd->congested), in pkt_make_request_write()