Searched refs:__predict_false (Results 1 – 10 of 10) sorted by relevance
39 #ifndef __predict_false40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro67 ((__predict_false(cond)) \85 ((__predict_false(cond)) \102 ((__predict_false(cond)) \119 ((__predict_false(cond)) \136 ((__predict_false(cond)) \
37 #ifndef __predict_false38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro65 ((__predict_false(cond)) \83 ((__predict_false(cond)) \100 ((__predict_false(cond)) \117 ((__predict_false(cond)) \134 ((__predict_false(cond)) \
78 #ifndef __predict_false79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro135 ((__predict_false(cond)) ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), \217 ((__predict_false(cond)) \232 ((__predict_false(cond)) \246 ((__predict_false(cond)) \260 ((__predict_false(cond)) \274 ((__predict_false(cond)) \
103 if (__predict_false(written >= (int)sizeof(buf))) { in create_memcg()
138 if (__predict_false(fd < 0)) return false; in fill()765 if (__predict_false(dp->d_type != DT_DIR)) { in getValidTidDir()766 if (__predict_false(dp->d_type == DT_UNKNOWN)) { // can't b/c procfs in getValidTidDir()791 if (__predict_false(pos == std::string::npos)) { in getSchedValue()939 if (__predict_false(!llkSkipName(name))) { in llkThread()978 if (__predict_false(!llkTopDirectory)) { in llkCheck()981 if (__predict_false(!llkTopDirectory)) { in llkCheck()1013 if (__predict_false(!taskDirectory)) { in llkCheck()1253 if (__predict_false(tids.empty())) { in llkCheck()
39 #ifndef __predict_false40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro352 if (__predict_false(caller_uid != AID_ROOT)) { // unlikely in Prune()
329 if (__predict_false(it == logs().end())) { in Erase()