Lines Matching refs:__predict_false
68 if (__predict_false(td->td_cowgen != atomic_load_int(&p->p_cowgen))) in syscallenter()
71 if (__predict_false(traced || td->td_dbgflags & TDB_USERWR)) { in syscallenter()
89 if (__predict_false(error != 0)) { in syscallenter()
94 if (__predict_false(traced)) { in syscallenter()
137 if (__predict_false(sigfastblock_fetch_always)) in syscallenter()
146 if (__predict_false(AUDIT_SYSCALL_ENABLED() || in syscallenter()
159 if (__predict_false(se->sy_entry != 0)) in syscallenter()
167 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()
185 if (__predict_false(se->sy_return != 0)) in syscallenter()
195 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()
206 if (__predict_false(traced)) { in syscallenter()
227 if (__predict_false(td->td_errno == ENOTCAPABLE || in syscallret()
252 if (__predict_false(p->p_flag & P_TRACED)) { in syscallret()
258 if (__predict_false(traced || in syscallret()