Home
last modified time | relevance | path

Searched refs:cmd1 (Results 1 – 2 of 2) 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); \
/include/linux/mtd/
A Dnand-qpic-common.h324 __le32 cmd1; member
447 u32 cmd1, vld; member

Completed in 7 milliseconds