Home
last modified time | relevance | path

Searched refs:___wait_event (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dwait.h290 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro
315 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
339 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
354 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
379 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
412 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
430 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \
443 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \
468 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
496 ___wait_event(wq_head, ___wait_cond_timeout(condition), \
[all …]
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_remote.c201 err = ___wait_event(info->fid_wq, hmdfs_remote_is_opening_file(info), in hmdfs_remote_wait_opening_file()