Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dwait.c310 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int … in prepare_to_wait_event() function
344 EXPORT_SYMBOL(prepare_to_wait_event);
/openbmc/linux/include/linux/
H A Dwait_bit.h252 long __int = prepare_to_wait_event(__wq_head, \
H A Dwait.h312 long __int = prepare_to_wait_event(&wq_head, &__wq_entry, state);\
1199 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int …
/openbmc/linux/fs/afs/
H A Dfs_probe.c449 prepare_to_wait_event(&server->probe_wq, &wait, in afs_wait_for_one_fs_probe()
/openbmc/linux/fs/btrfs/
H A Dspace-info.c1464 ret = prepare_to_wait_event(&ticket->wait, &wait, TASK_KILLABLE); in wait_reserve_ticket()
/openbmc/linux/kernel/
H A Dseccomp.c1483 ret = prepare_to_wait_event(&filter->wqh, &wait, TASK_INTERRUPTIBLE); in recv_wait_event()
/openbmc/linux/drivers/block/
H A Dpktcdvd.c2388 prepare_to_wait_event(__var_waitqueue(&pd->congested), in pkt_make_request_write()