Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_lock.h35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
42 if (cond) \
Djfs_logmgr.c127 #define LCACHE_SLEEP_COND(wq, cond, flags) \ argument
129 if (cond) \
131 __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \
/fs/ocfs2/cluster/
Dmasklog.h273 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
274 if (cond) { \
275 mlog(ML_ERROR, "bug expression: " #cond "\n"); \