Searched refs:___wait_event (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | wait.h | 292 * The below macro ___wait_event() has an explicit shadow of the __ret 303 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ macro 328 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 352 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 367 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \ 392 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 425 ___wait_event(wq_head, ___wait_cond_timeout(condition), \ 443 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 1, 0, \ 456 (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 481 ___wait_event(wq_hea [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | wait.h | 279 * The below macro ___wait_event() has an explicit shadow of the __ret 290 #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_hea [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_remote.c | 201 err = ___wait_event(info->fid_wq, hmdfs_remote_is_opening_file(info), in hmdfs_remote_wait_opening_file()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | file_remote.c | 201 err = ___wait_event(info->fid_wq, hmdfs_remote_is_opening_file(info), in hmdfs_remote_wait_opening_file()
|
Completed in 5 milliseconds