Home
last modified time | relevance | path

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

/include/linux/
Dwait.h404 #define __wait_event_exclusive_cmd(wq, condition, cmd1, cmd2) \ argument
406 cmd1; schedule(); cmd2)
410 #define wait_event_exclusive_cmd(wq, condition, cmd1, cmd2) \ argument
414 __wait_event_exclusive_cmd(wq, condition, cmd1, cmd2); \
417 #define __wait_event_cmd(wq, condition, cmd1, cmd2) \ argument
419 cmd1; schedule(); cmd2)
435 #define wait_event_cmd(wq, condition, cmd1, cmd2) \ argument
439 __wait_event_cmd(wq, condition, cmd1, cmd2); \