Searched refs:__predict_true (Results 201 - 225 of 271) sorted by relevance

1234567891011

/netbsd-current/sys/uvm/
H A Duvm_bio.c1096 if (__predict_true(LIST_EMPTY(&uobj->uo_ubc))) {
H A Duvm_map.c1690 if (__predict_true(uvm_map_lookup_entry_bytree(map, address, entry))) {
4957 if (__predict_true(!VM_MAPENT_ISWIRED(entry))) {
4991 if (__predict_true(entry->aref.ar_amap != NULL &&
4995 if (__predict_true(anon != NULL)) {
H A Duvm_amap.c789 if (__predict_true(--anon->an_ref == 0)) {
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_build.c924 if (__predict_true(!fopts)) {
/netbsd-current/sys/kern/
H A Dsubr_thmap.c408 if (__predict_true(query->hashidx == 0)) {
H A Dkern_ksyms.c218 if (__predict_true(low < nglob &&
H A Dvfs_vnops.c1651 if (__predict_true(kn == SLIST_FIRST(&vk->vk_klist))) {
H A Duipc_socket2.c1537 if (__predict_true((sb->sb_flags & SB_LOCK) == 0)) {
/netbsd-current/sys/dev/nvmm/x86/
H A Dnvmm_x86_vmx.c1163 if (__predict_true(!vcpu->comm->event_commit)) {
2122 if (__predict_true(!kcpuset_isset(cpudata->htlb_want_flush, hcpu))) {
2139 if (__predict_true(machgen == cpudata->vcpu_htlb_gen)) {
2167 if (__predict_true((info & INTR_INFO_VALID) == 0)) {
/netbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c774 if (__predict_true(trigger_pc != 0 && a1 == 0)) {
/netbsd-current/common/lib/libc/gen/
H A Dptree.c946 if (__predict_true(parent_bitlen > 0)) {
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dpmap.c394 if (__predict_true(took_lock))
397 if (__predict_true(took_lock))
408 if (__predict_true(took_lock))
411 if (__predict_true(took_lock))
/netbsd-current/sys/net/
H A Dif_gif.c726 if (__predict_true(pktq_enqueue(pktq, m, h))) {
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_sge.c1090 if (__predict_true(ndesc == 1)) {
2403 while (__predict_true(budget_left && is_new_response(r, rspq))) {
/netbsd-current/sys/netinet/
H A Dtcp_input.c917 if (__predict_true(!(rcvif->if_flags & IFF_LOOPBACK) ||
951 if (__predict_true((m->m_flags & M_LOOP) == 0 ||
/netbsd-current/sys/dev/marvell/
H A Dif_mvgbe.c1791 if (__predict_true(m != NULL))
1849 if (__predict_true(needs_defrag == false)) {
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dpmap.c258 if (__predict_true(mutex_tryenter(&pm->pm_lock)))
932 if (__predict_true(p == curproc))
/netbsd-current/sys/dev/ic/
H A Dicp.c1058 } else if (__predict_true((ic =
/netbsd-current/sys/dev/nvmm/
H A Dnvmm.c641 if (__predict_true(exit->reason != NVMM_VCPU_EXIT_MEMORY)) {
/netbsd-current/sys/arch/mips/cavium/dev/
H A Dif_cnmac.c1230 if (__predict_true(!ISSET(word2, PIP_WQE_WORD2_NOIP_RE)))
/netbsd-current/sys/miscfs/specfs/
H A Dspec_vnops.c361 if (__predict_true(atomic_load_relaxed(&sd->sd_iocnt) == 0))
/netbsd-current/sys/arch/xen/xen/
H A Dif_xennet_xenbus.c905 __predict_true(sc->sc_backend_status == BEST_CONNECTED)) {
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dpmap.c1162 if (__predict_true(p == curproc)) {
/netbsd-current/sys/dev/usb/
H A Dusb.c610 if (__predict_true(task->queue == queue)) {
/netbsd-current/usr.bin/kdump/
H A Dkdump.c524 if (__predict_true(ts->tv_sec >= 0))

Completed in 310 milliseconds

1234567891011