| /freebsd-13.1/sys/dev/random/fenestrasX/ |
| H A D | fx_priv.h | 32 if (__predict_true(x)) \ 39 if (__predict_true(x)) \
|
| H A D | fx_pool.c | 336 if (__predict_true(fxrng_root.brng_generation > 0)) { in fxrng_event_processor() 453 if (__predict_true(atomic_load_acq_64(&fxrng_root_generation) != 0)) in fxrng_alg_seeded()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | syscall.c | 163 if (__predict_true(frame->tf_spsr & PSR_I) == 0) in swi_handler() 165 if (__predict_true(frame->tf_spsr & PSR_F) == 0) in swi_handler()
|
| H A D | undefined.c | 230 if (__predict_true(frame->tf_spsr & PSR_I) == 0) in undefinedinstruction() 232 if (__predict_true(frame->tf_spsr & PSR_F) == 0) in undefinedinstruction()
|
| H A D | trap-v6.c | 412 if (__predict_true(tf->tf_spsr & PSR_I) == 0) in abort_handler() 414 if (__predict_true(tf->tf_spsr & PSR_F) == 0) in abort_handler() 508 if (__predict_true(rv == KERN_SUCCESS)) in abort_handler()
|
| /freebsd-13.1/sys/sys/ |
| H A D | fail.h | 98 #define FAIL_POINT_IS_OFF(fp) (__predict_true((fp)->fp_setting == NULL) || \ 99 __predict_true(fail_point_is_off(fp))) 192 if (__predict_true(fp->fp_setting == NULL)) in fail_point_eval()
|
| H A D | seqc.h | 115 __predict_true(*__seqcp == __oldseqc); \
|
| H A D | refcount.h | 110 if (__predict_true(atomic_fcmpset_int(count, &old, in refcount_acquire_checked()
|
| /freebsd-13.1/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 237 if (__predict_true(RELOC_ALIGNED_P(where))) { in reloc_nonplt_object() 253 if (__predict_true(RELOC_ALIGNED_P(where))) { in reloc_nonplt_object() 288 if (__predict_true(RELOC_ALIGNED_P(where))) in reloc_nonplt_object() 305 if (__predict_true(RELOC_ALIGNED_P(where))) in reloc_nonplt_object() 326 if (__predict_true(RELOC_ALIGNED_P(where))) in reloc_nonplt_object()
|
| /freebsd-13.1/contrib/ofed/libcxgb4/ |
| H A D | config.h | 4 #define likely(x) __predict_true(x)
|
| /freebsd-13.1/contrib/ofed/libmlx4/ |
| H A D | config.h | 12 #define likely(x) __predict_true(x)
|
| /freebsd-13.1/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 75 def __predict_true(exp): return __builtin_expect((exp), 1) function 79 def __predict_true(exp): return (exp) function
|
| /freebsd-13.1/tools/build/cross-build/include/common/sys/ |
| H A D | cdefs.h | 105 #ifndef __predict_true 106 #define __predict_true(exp) __builtin_expect((exp), 1) macro
|
| /freebsd-13.1/sys/dev/cxgbe/tom/ |
| H A D | t4_tom_l2t.h | 48 if (__predict_true(e->state == L2T_STATE_VALID)) { in t4_l2t_send()
|
| /freebsd-13.1/sys/dev/vmware/vmci/ |
| H A D | vmci_kernel_defs.h | 22 #define LIKELY(_exp) __predict_true(_exp)
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | sysctlbyname.c | 46 if (__predict_true(strncmp(name, "user.", 5) != 0)) { in sysctlbyname()
|
| H A D | arc4random.h | 144 if (__predict_true(rsx->rs_seed_generation == in _rs_forkdetect()
|
| /freebsd-13.1/contrib/ofed/libmlx5/ |
| H A D | config.h | 18 #define likely(x) __predict_true(x)
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_mutex.c | 676 if (__predict_true(!doing_lockprof)) in __mtx_lock_sleep() 774 if (__predict_true(lda.spin_cnt < 10000000)) { in _mtx_lock_spin_cookie() 790 if (__predict_true(!doing_lockprof)) in _mtx_lock_spin_cookie() 847 if (__predict_true(m == td->td_lock)) { in _thread_lock() 926 if (__predict_true(lda.spin_cnt < 10000000)) { in thread_lock_flags_() 948 if (__predict_true(!doing_lockprof)) in thread_lock_flags_() 1277 if (__predict_true(lda.spin_cnt < 10000000)) { in mtx_spin_wait_unlocked()
|
| H A D | subr_asan.c | 297 if (__predict_true(*byte == 0 || last <= *byte)) { in kasan_shadow_1byte_isvalid() 317 if (__predict_true(*byte == 0 || last <= *byte)) { in kasan_shadow_2byte_isvalid() 337 if (__predict_true(*byte == 0 || last <= *byte)) { in kasan_shadow_4byte_isvalid() 357 if (__predict_true(*byte == 0 || last <= *byte)) { in kasan_shadow_8byte_isvalid()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | defines.h | 885 #ifndef __predict_true 888 # define __predict_true(exp) __builtin_expect(((exp) != 0), 1) macro 891 # define __predict_true(exp) ((exp) != 0) macro
|
| /freebsd-13.1/sys/dev/random/ |
| H A D | fortuna.c | 472 || (__predict_true(fortuna_state.fs_lasttime != 0) && in random_fortuna_pre_read() 810 if (__predict_true(random_fortuna_seeded_internal())) in random_fortuna_seeded()
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_sig.c | 338 if (__predict_true(!curthread->cancel_pending || in check_cancel() 387 if (__predict_true(curthread->deferred_siginfo.si_signo == 0 || in check_deferred_signal() 413 if (__predict_true((curthread->flags & in check_suspend()
|
| /freebsd-13.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 1732 if (__predict_true(queues)) { in mvneta_rxtxth_intr() 1914 if (__predict_true(tx->used > MVNETA_TX_RECLAIM_COUNT)) in mvneta_xmitfast_locked() 1948 if (__predict_true(M_HASHTYPE_GET(m) != M_HASHTYPE_NONE)) in mvneta_transmit() 1969 if (__predict_true(error == 0)) in mvneta_transmit() 2779 if (__predict_true(i == 0)) { in mvneta_tx_queue() 2804 if (__predict_true(used > 0)) { in mvneta_tx_queue() 2908 if (__predict_true(txbuf->m != NULL)) { in mvneta_tx_queue_complete() 2926 if (__predict_true(ndesc > 0)) { in mvneta_tx_queue_complete() 3218 if (__predict_true(npkt > 0)) { in mvneta_rx_queue_refill() 3236 if (__predict_true((r->status & MVNETA_RX_IP_HEADER_OK) == in mvneta_rx_set_csumflag() [all …]
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_ageq.c | 111 if (__predict_true(aq->aq_len < aq->aq_maxlen)) { in ieee80211_ageq_append()
|