Searched refs:cmd1 (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | wait.h | 439 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument 441 cmd1; schedule(); cmd2) 445 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument 449 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \ 452 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument 454 cmd1; schedule(); cmd2) 470 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument 474 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \
|