Searched refs:__predict_true (Results 1 - 25 of 271) sorted by relevance

1234567891011

/netbsd-current/lib/libpanel/
H A Dbelow.c41 else if (__predict_true(!PANEL_HIDDEN(p)))
/netbsd-current/sys/netinet/
H A Din_offload.h56 (__predict_true(((ifp)->if_flags & IFF_LOOPBACK) == 0 || \
H A Din4_cksum.c90 if (__predict_true((uintptr_t)w % 2 == 0)) {
/netbsd-current/sys/netinet6/
H A Din6_offload.h50 (__predict_true(((ifp)->if_flags & IFF_LOOPBACK) == 0 || \
/netbsd-current/sys/arch/powerpc/booke/
H A Dkcopy.c63 if (__predict_true(rv == 0))
/netbsd-current/libexec/ld.elf_so/
H A Dhash.c60 while (__predict_true(*p != '\0')) {
/netbsd-current/sys/sys/
H A Donce.h53 (__predict_true((o)->o_status == ONCE_DONE) ? \
H A Dsyscallvar.h84 if (__predict_true(!(do_trace || KDTRACE_ENTRY(sy->sy_entry)))
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_atomic_cas_up.c46 if (__predict_true(ret == old)) {
H A Datomic_cas_generic.c59 if (__predict_true(ret == old)) {
84 if (__predict_true(ret == old)) {
/netbsd-current/sys/kern/
H A Dkern_rate.c98 if (__predict_true(*curpps != INT_MAX))
H A Dsys_syscall.c89 if (__predict_true(!p->p_trace_enabled)) {
102 if (__predict_true(error == 0))
H A Dsubr_pcu.c111 if (__predict_true(pcu_valid == 0)) {
148 if (__predict_true(pcu_valid == 0)) {
156 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
189 if (__predict_true(pcu_valid == 0)) {
197 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
390 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
407 if (__predict_true(l->l_pcu_cpu[id] == NULL)) {
H A Dsubr_pserialize.c181 notin = __predict_true(curcpu()->ci_psz_read_depth == 0);
H A Dkern_rwlock.c302 if (__predict_true(panicstr == NULL)) {
316 if (__predict_true(op == RW_READER)) {
340 if (__predict_true(next == owner)) {
476 if (__predict_true(next == owner))
573 if (__predict_true(next == owner)) {
619 if (__predict_true(next == owner)) {
655 if (__predict_true(next == owner))
670 if (__predict_true(next == owner)) {
705 if (__predict_true(next == owner)) {
H A Dsubr_fault.c83 if (__predict_true(f == NULL))
90 if (__predict_true(atomic_load_relaxed(&f->nfaults) > 0))
/netbsd-current/common/lib/libc/string/
H A Dstrspn.c95 if (__predict_true(ch < 0x80)) {
125 if (__predict_true(ch < 0x80)) {
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0.c453 if (__predict_true(pxaip_sc != NULL)) {
458 } else if (__predict_true(pxamemctl_regs != 0)) {
472 if (__predict_true(pxaip_sc != NULL)) {
477 } else if (__predict_true(pxamemctl_regs != 0)) {
500 if (__predict_true(pxaip_sc != NULL)) {
511 } else if (__predict_true(pxaclkman_regs != 0)) {
/netbsd-current/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c148 if (__predict_true(RELOC_ALIGNED_P(where))) {
177 if (__predict_true(RELOC_ALIGNED_P(where))) {
207 if (__predict_true(RELOC_ALIGNED_P(where)))
219 if (__predict_true(RELOC_ALIGNED_P(where)))
235 if (__predict_true(RELOC_ALIGNED_P(where)))
240 if (__predict_true(RELOC_ALIGNED_P(where)))
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcommon.h94 # define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
97 # define __predict_true(exp) (exp) macro
/netbsd-current/sys/arch/i386/i386/
H A Dlinux_syscall.c100 if (__predict_true(error == 0))
105 if (__predict_true(error == 0)) {
/netbsd-current/sys/arch/zaurus/dev/
H A Dlcdctl.c308 if (__predict_true(lcdctl_sc != NULL))
316 if (__predict_true(lcdctl_sc != NULL))
324 if (__predict_true(lcdctl_sc != NULL))
332 if (__predict_true(lcdctl_sc != NULL))
/netbsd-current/common/lib/libc/hash/murmurhash/
H A Dmurmurhash.c56 if (__predict_true(ALIGNED_POINTER(key, uint32_t))) {
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dcompiler.h57 #define likely(X) __predict_true(X)
/netbsd-current/libexec/ld.elf_so/arch/alpha/
H A Dalpha_reloc.c244 if (__predict_true(RELOC_ALIGNED_P(where))) {
257 if (__predict_true(RELOC_ALIGNED_P(where)))
291 if (__predict_true(RELOC_ALIGNED_P(where)))
304 if (__predict_true(RELOC_ALIGNED_P(where)))
317 if (__predict_true(RELOC_ALIGNED_P(where)))

Completed in 368 milliseconds

1234567891011