Home
last modified time | relevance | path

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

/include/linux/
Dwait.h440 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
442 cmd1; schedule(); cmd2)
446 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
450 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \
453 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
455 cmd1; schedule(); cmd2)
471 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
475 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \