Searched defs:COND (Results 1 – 2 of 2) sorted by relevance
35 #define COND(x) * ## x macro49 #define COND(x) x macro
34 #define _wait_for(COND, MS, W) ({ \ argument47 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument48 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument