Searched defs:cond (Results 1 – 6 of 6) sorted by relevance
/fs/unicode/ |
D | utf8-selftest.c | 23 #define _test(cond, func, line, fmt, ...) do { \ argument 33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) argument 34 #define test(cond) _test(cond, __func__, __LINE__, "") argument
|
/fs/jfs/ |
D | jfs_lock.h | 22 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
D | jfs_logmgr.c | 116 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
|
/fs/ocfs2/cluster/ |
D | masklog.h | 183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
|
/fs/fscache/ |
D | io.c | 253 bool cond) in __fscache_write_to_cache()
|
/fs/reiserfs/ |
D | reiserfs.h | 907 #define __RASSERT(cond, scond, format, args...) \ argument 915 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 918 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 920 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|