Searched refs:__predict_true (Results 151 - 175 of 271) sorted by relevance

1234567891011

/netbsd-current/sys/uvm/pmap/
H A Dpmap.c990 if (__predict_true(!(pmap->pm_flags & PMAP_DEFERRED_ACTIVATE))) {
1136 if (__predict_true(pg != NULL)) {
1141 if (__predict_true(!(pmap->pm_flags & PMAP_DEFERRED_ACTIVATE))) {
2102 if (__predict_true(apv == NULL)) {
H A Dpmap_segtab.c571 if (__predict_true((ptb = pmap_segtab_info.pdealloc.free_pdetab) != NULL)) {
649 if (__predict_true((stb = pmap_segtab_info.segalloc.free_segtab) != NULL)) {
H A Dpmap_tlb.c849 if (__predict_true(TLBINFO_ASID_INUSE_P(ti, ti->ti_asid_hint))) {
1060 if (__predict_true(tlbinfo_asids_p(ti)))
/netbsd-current/sys/external/bsd/drm2/ttm/
H A Dttm_bo_vm.c103 if (__predict_true(!bo->moving))
/netbsd-current/sys/kern/
H A Dkern_threadpool.c864 if (__predict_true(job->job_thread != NULL)) {
1054 if (__predict_true(job->job_thread == dispatcher)) {
H A Dkern_synch.c428 if (__predict_true((dop & DOPREEMPT_COUNTED) == 0)) {
443 if (__predict_true(!failed)) {
H A Dkern_pax.c700 if (__predict_true(p == NULL)) {
H A Dvnode_if.c88 if (__predict_true(*mp == vp->v_mount))
124 if (__predict_true((e) == 0)) { \
141 if (__predict_true((e) == 0)) { \
252 if (__predict_true(thisvp->v_op != dead_vnodeop_p)) { \
H A Dsys_lwp.c489 if (__predict_true(t->l_syncobj == &lwp_park_syncobj)) {
H A Dkern_mutex.c522 if (__predict_true(panicstr == NULL)) {
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_gpio.c113 if (__predict_true(sc != NULL))
124 if (__predict_true(sc != NULL))
/netbsd-current/sys/dev/pci/
H A Dsatalink.c347 if (__predict_true(sc->sc_ba5_en != 0))
371 if (__predict_true(sc->sc_ba5_en != 0))
/netbsd-current/tools/compat/
H A Dcompat_defs.h164 #undef __predict_true macro
165 #define __predict_true(x) (x) macro
/netbsd-current/sys/arch/x86/x86/
H A Dpmap.c2277 if (__predict_true(pve->pve_pte.pte_va == va)) {
2891 if (__predict_true(p != 0)) {
3327 if (__predict_true(pmap1->pm_ldt == NULL)) {
3450 if (__predict_true(pmap->pm_ldt == NULL)) {
3546 if (__predict_true(kcpuset_isset(pmap->pm_cpus, cid))) {
3935 if (__predict_true((pte & PTE_P) != 0)) {
5698 if (__predict_true(
5779 if (__predict_true(cpu_info_primary.ci_flags & CPUF_PRESENT)) {
6552 if (__predict_true((pte & EPT_R) != 0)) {
/netbsd-current/sys/uvm/
H A Duvm_page.c1041 if (__predict_true(pg != NULL)) {
1060 if (__predict_true(b == ucpu->pgflbucket && fill)) {
1171 if (__predict_true(l != NULL) && (l->l_flag & LW_SYSTEM) != 0) {
H A Duvm_fault.c872 if (__predict_true(start_init_exec)) {
1254 if (__predict_true(flt->upper_lock_type == RW_WRITER)) {
1820 if (__predict_true(flt->lower_lock_type == RW_WRITER)) {
H A Duvm_pdpolicy_clock.c752 if (__predict_true(ucpu->pdqhead != ucpu->pdqtail)) {
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c473 if (__predict_true(trapaddr < LINUX_VSYSCALL_START))
/netbsd-current/sys/arch/arc/arc/
H A Dbus_dma.c474 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dbus.c633 if (__predict_true(VMSPACE_IS_KERNEL_P(map->_dm_vmspace) ||
/netbsd-current/sys/net/
H A Dif_stf.c659 if (__predict_true(pktq_enqueue(ip6_pktq, m, 0))) {
H A Dpktqueue.c464 if (__predict_true(m != NULL)) {
/netbsd-current/sys/arch/i386/i386/
H A Dtrap.c296 if (__predict_true(l != NULL)) {
/netbsd-current/lib/libc/stdlib/
H A Djemalloc.c807 #define NOT_OPT(a) __predict_true(!opt_##a)
1522 if (__predict_true(arena != NULL))
3733 if (__predict_true(ptr != NULL)) {
3774 if (__predict_true(ptr != NULL)) {
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dbus_dma.c710 if (__predict_true(addr + size < PMAP_DIRECT_MAPPED_LEN)) {

Completed in 427 milliseconds

1234567891011