Home
last modified time | relevance | path

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

/include/linux/
A Dwait.h444 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
446 cmd1; schedule(); cmd2)
450 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
454 __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2); \
457 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
459 cmd1; schedule(); cmd2)
475 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
479 __wait_event_cmd(wq_head, condition, cmd1, cmd2); \

Completed in 5 milliseconds