Searched refs:__predict_true (Results 76 - 100 of 271) sorted by relevance

1234567891011

/netbsd-current/sys/arch/mips/cavium/
H A Docteon_intr.c515 if (__predict_true(ih != NULL)) {
564 if (__predict_true(ipi_mask == 0))
/netbsd-current/libexec/ld.elf_so/arch/mips/
H A Dmips_reloc.c85 if (__predict_true(((uintptr_t)where & (len - 1)) == 0)) {
107 if (__predict_true(((uintptr_t)where & (len - 1)) == 0)) {
/netbsd-current/sys/dev/audio/
H A Dlinear.c141 if (__predict_true(xor == 0) && is_src_NE == false) {
199 if (__predict_true(xor == 0) && is_dst_NE == false) {
/netbsd-current/sys/sys/
H A Dcdefs.h529 * compiler feature. Use __predict_true() if you expect the expression
537 * document it), and/or __predict_true() `no-error' condition
551 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
554 #define __predict_true(exp) (exp) macro
/netbsd-current/sys/kern/
H A Dsubr_specificdata.c365 if (__predict_true(sc != NULL && key < sc->sc_nkey)) {
H A Dsched_4bsd.c284 if (__predict_true(loadfac <= FIXPT_MAX / ESTCPU_MAX)) {
H A Dvfs_trans.c273 if (__predict_true(fmi->fmi_ref_cnt > 0)) {
502 if (__predict_true(fmi->fmi_state == FSTRANS_NORMAL))
537 if (__predict_true(grant_lock(fmi, lock_type))) {
610 if (__predict_true(fmi->fmi_state == FSTRANS_NORMAL)) {
H A Dkern_runq.c335 if (__predict_true(unlock)) {
374 if (__predict_true(unlock)) {
388 if (__predict_true(o == n)) {
400 if (__predict_true(
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dfpu.c151 if (__predict_true(l->l_pcu_cpu[PCU_FPU] == ci)) {
/netbsd-current/sys/uvm/
H A Duvm_anon.c119 if (__predict_true(pg != NULL)) {
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_cpu_md.c651 if (__predict_true(mperf != 0))
696 if (__predict_true(ps->ps_freq != 0))
708 if (__predict_true(ps->ps_status_mask != 0))
759 if (__predict_true(ps->ps_control_mask != 0)) {
/netbsd-current/sys/arch/arm/xscale/
H A Di80321_icu.c422 if (__predict_true((oldpending & INT_HPIMASK) == 0)) {
H A Dpxa2x0_mci.c376 if (__predict_true(sc->sc_tag.get_ocr != NULL)) {
399 if (__predict_true(sc->sc_tag.card_detect != NULL)) {
413 if (__predict_true(sc->sc_tag.write_protect != NULL)) {
436 if (__predict_true(sc->sc_tag.set_power != NULL)) {
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus.c275 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/net/
H A Dif_faith.c220 if (__predict_true(pktq_enqueue(pktq, m, 0))) {
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dkernel.h278 return __predict_true(*flagp);
/netbsd-current/sys/net/npf/
H A Dnpf.h194 return __predict_true((npc->npc_info & inf) != 0);
/netbsd-current/sys/arch/hppa/hppa/
H A Dvm_machdep.c133 if (__predict_true(l2->l_proc->p_vmspace != NULL)) {
/netbsd-current/libexec/ld.elf_so/
H A Dtls.c319 if (__predict_true(idx < DTV_MAX_INDEX(dtv) && dtv[idx] != NULL))
/netbsd-current/lib/libpthread/
H A Dpthread_int.h207 if (__predict_true((*self->pt_lockops.plo_try)(lock)))
/netbsd-current/sys/arch/xen/x86/
H A Dxen_pmap.c236 if (__predict_true((pte & PTE_P) != 0)) {
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dsyscall.c129 if (__predict_true((new & SYSCALL_G5RFLAG) == SYSCALL_G5RFLAG))
/netbsd-current/sys/arch/mips/mips/
H A Dsyscall.c258 if (__predict_true((arg64mask & 1) == 0)) {
/netbsd-current/sys/arch/sparc/sparc/
H A Dsyscall.c111 if (__predict_true((new & SYSCALL_G5RFLAG) == SYSCALL_G5RFLAG))
/netbsd-current/sys/arch/alpha/alpha/
H A Dvm_machdep.c174 if (__predict_true(l2->l_proc != &proc0))

Completed in 205 milliseconds

1234567891011