Searched refs:__predict_true (Results 101 - 125 of 271) sorted by relevance

1234567891011

/netbsd-current/sys/kern/
H A Dkern_lock.c224 if (__predict_true(__cpu_simple_lock_try(kernel_lock))) {
H A Dkern_heartbeat.c656 if (__predict_true(cache == uptime)) {
H A Dsubr_kcov.c596 if (__predict_true(kd == NULL)) {
642 if (__predict_true(kd == NULL)) {
H A Dsubr_copy.c305 if (__predict_true(vm == curproc->p_vmspace)) {
338 if (__predict_true(vm == curproc->p_vmspace)) {
H A Dsys_select.c314 if (__predict_true(l->l_selflag == SEL_EVENT)) {
319 if (__predict_true(l->l_selflag == SEL_RESET)) {
H A Dsubr_asan.c311 if (__predict_true(*byte == 0 || last <= *byte)) {
331 if (__predict_true(*byte == 0 || last <= *byte)) {
351 if (__predict_true(*byte == 0 || last <= *byte)) {
371 if (__predict_true(*byte == 0 || last <= *byte)) {
H A Dkern_clock.c167 if (__predict_true(atomic_load_relaxed(&C->needed) == 0))
H A Dkern_condvar.c491 if (__predict_true((l = LIST_FIRST(sq)) != NULL)) {
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dintr.c141 if (__predict_true(ipl >= 1 && ipl <= 6)) {
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfault.c218 if (__predict_true(error == 0)) {
H A Daarch32_syscall.c195 if (__predict_true(error == 0)) {
/netbsd-current/sys/sys/
H A Dkernhist.h205 if (__predict_true(!cold)) \
/netbsd-current/sys/dev/ic/
H A Dmpt_netbsd.c526 if (__predict_true((reply & MPT_CONTEXT_REPLY) == 0)) {
639 if (__predict_true(xs->datalen != 0)) {
647 if (__predict_true(mpt_reply == NULL)) {
876 if (__predict_true((!mpt->is_scsi) ||
1102 if (__predict_true((xs->xs_control & XS_CTL_POLL) == 0))
1108 if (__predict_true((xs->xs_control & XS_CTL_POLL) == 0))
H A Dmcp23xxxgpio.c218 if (__predict_true(error == 0)) {
/netbsd-current/sys/dev/isa/
H A Dnct.c547 if (__predict_true(mask != 0)) {
569 if (__predict_true(mask != 0)) {
/netbsd-current/sys/arch/alpha/pci/
H A Dpci_machdep.c526 if (__predict_true(pc->pc_make_tag == NULL)) {
540 if (__predict_true(pc->pc_decompose_tag == NULL)) {
/netbsd-current/libexec/ld.elf_so/arch/hppa/
H A Dhppa_reloc.c67 if (__predict_true(RELOC_ALIGNED_P(where)))
80 if (__predict_true(RELOC_ALIGNED_P(where)))
/netbsd-current/sys/rump/librump/rumpkern/
H A Dintr.c254 if (__predict_true(sithr_est & lvlbit))
H A Dscheduler.c257 if (__predict_true((l = curlwp) != NULL)) {
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_nouveau.c271 if (__predict_true(mc)) {
/netbsd-current/sys/net/
H A Dif_loop.c366 if (__predict_true(pktq_enqueue(pktq, m, 0))) {
/netbsd-current/sys/dev/usb/
H A Dif_mue.c928 if (__predict_true(m->m_pkthdr.segsz > MUE_TX_MSS_MIN))
966 if (__predict_true(m->m_len >= (int)sizeof(*eh))) {
985 if (__predict_true(m->m_len >= off + (int)sizeof(*ip))) {
992 if (__predict_true(m->m_len >= off + (int)sizeof(*ip6))) {
/netbsd-current/libexec/ld.elf_so/arch/i386/
H A Dmdreloc.c318 if (__predict_true(idx < DTV_MAX_INDEX(dtv) && dtv[idx] != NULL))
/netbsd-current/sys/arch/sh3/sh3/
H A Dexception.c477 if (__predict_true(l->l_md.md_astpending == 0)) {
/netbsd-current/sys/arch/ia64/ia64/
H A Dinterrupt.c362 else if (__predict_true((*ih->ih_func)(ih->ih_arg)))

Completed in 265 milliseconds

1234567891011