Lines Matching refs:__predict_false
71 if (__predict_false(td->td_cowgen != p->p_cowgen)) in syscallenter()
74 if (__predict_false(traced || td->td_dbgflags & TDB_USERWR)) { in syscallenter()
91 if (__predict_false(error != 0)) { in syscallenter()
96 if (__predict_false(traced)) { in syscallenter()
125 if (__predict_false(IN_CAPABILITY_MODE(td) && in syscallenter()
136 if (__predict_false(sigfastblock_fetch_always)) in syscallenter()
145 if (__predict_false(SYSTRACE_ENABLED() || in syscallenter()
158 if (__predict_false(se->sy_entry != 0)) in syscallenter()
163 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()
181 if (__predict_false(se->sy_return != 0)) in syscallenter()
191 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()
202 if (__predict_false(traced)) { in syscallenter()
225 if (__predict_false(td->td_errno == ENOTCAPABLE || in syscallret()
249 if (__predict_false(p->p_flag & P_TRACED)) { in syscallret()
255 if (__predict_false(traced || in syscallret()
272 if (__predict_false(td->td_pflags & TDP_RFPPWAIT)) in syscallret()