Searched refs:__predict_false (Results 76 - 100 of 123) sorted by relevance

12345

/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_private.h97 if (__predict_false(!(cond))) \
614 if (__predict_false((thrd)->locklevel <= 0)) \
/freebsd-11.0-release/sys/arm64/arm64/
H A Dgic_v3.c434 if (__predict_false(active_irq >= sc->gic_nirqs))
966 if (__predict_false(active_irq == ICC_IAR1_EL1_SPUR))
H A Dpmap.c1759 if (__predict_false(pc != TAILQ_FIRST(&pmap->pm_pvchunk))) {
2788 if (__predict_false(!PHYS_IN_DMAP(p_a))) {
2793 if (__predict_false(!PHYS_IN_DMAP(p_b))) {
3548 if (__predict_false(!PHYS_IN_DMAP(paddr))) {
/freebsd-11.0-release/sys/dev/vnic/
H A Dnicvf_queues.c318 if (__predict_false(mbuf == NULL)) {
612 if (__predict_false(err != 0)) {
774 if (__predict_false(cmp_err != 0)) {
886 if (__predict_false(cmp_err != 0)) {
1906 if (__predict_false(err != 0)) {
/freebsd-11.0-release/sys/dev/xen/blkback/
H A Dblkback.c1663 if (__predict_false(nseg == 0)
1664 || __predict_false(nseg > xbb->max_request_segments)) {
1743 if (__predict_false(map->status != 0)) {
2089 if (__predict_false(bio == NULL)) {
2151 if (__predict_false(bio == NULL)) {
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_ddp.c532 if (__predict_false(!(report & F_DDP_INV)))
546 if (__predict_false(inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT))) {
806 if (__predict_false(vld & DDP_ERR)) {
/freebsd-11.0-release/sys/sparc64/pci/
H A Dfire.c1681 if (__predict_false((word0 & FO_MQR_WORD0_FMT_TYPE_MASK) == 0))
1699 if (__predict_false(intr_event_handle(iv->iv_event,
1709 if (__predict_false((FIRE_PCI_READ_8(sc, fmqa->fmqa_tail) &
/freebsd-11.0-release/sys/dev/hyperv/netvsc/
H A Dhv_netvsc_drv_freebsd.c1113 if (__predict_false(error)) {
1204 if (__predict_false(error)) {
1346 if (__predict_false((ifp->if_capenable & IFCAP_RXCSUM) == 0))
2776 if (__predict_false(error)) {
/freebsd-11.0-release/sys/dev/hyperv/vmbus/
H A Dvmbus.c169 if (__predict_false(msg->msg_type != VMBUS_MSGTYPE_NONE)) {
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.c3198 if (__predict_false(CQE_TYPE_SLOW(cqe_fp_type))) {
3241 if (__predict_false(cqe_fp_flags &
3254 if (__predict_false(m == NULL)) {
3318 if (__predict_false(cqe_fp_flags &
3330 if (__predict_false(cqe_fp_flags &
5129 if(__predict_false(error != 0)) {
5165 if (__predict_false(tx_bd_avail < (nsegs + 2))) {
5174 if (__predict_false(fp->eth_q_stats.tx_hw_max_queue_depth <
5180 if (__predict_false(nsegs > BXE_MAX_SEGMENTS)) {
5217 if (__predict_false(nseg
[all...]
H A Decore_sp.h154 #define ECORE_UNLIKELY(x) __predict_false(x)
230 if (__predict_false(exp)) { \
/freebsd-11.0-release/sys/dev/xen/console/
H A Dxen_console.c462 if (__predict_false(sent < 0))
/freebsd-11.0-release/sys/i386/i386/
H A Dtrap.c800 if (__predict_false((td->td_pflags & TDP_NOFAULTING) != 0)) {
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c645 if (__predict_false(ret == -EAGAIN))
/freebsd-11.0-release/sys/riscv/riscv/
H A Dpmap.c1566 if (__predict_false(pc != TAILQ_FIRST(&pmap->pm_pvchunk))) {
2575 if (__predict_false(!PHYS_IN_DMAP(p_a))) {
2580 if (__predict_false(!PHYS_IN_DMAP(p_b))) {
3236 if (__predict_false(paddr >= DMAP_MAX_PHYSADDR)) {
/freebsd-11.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2156 if (__predict_false(rxr->vxrxr_fill != idx)) {
2226 if (__predict_false(rxq->vxrxq_rs->update_rxhead)) {
2663 if (__predict_false(m->m_len < offset + sizeof(struct ip))) {
2675 if (__predict_false(m->m_len <
2698 if (__predict_false(*proto != IPPROTO_TCP)) {
/freebsd-11.0-release/sys/dev/nxge/
H A Dif_nxge.c2555 if(__predict_false(tcp_options != TCPOLEN_TSTAMP_APPA) ||
2598 if(__predict_false(seq != lro_session->next_seq)) {
2608 if(__predict_false(lro_session->tsval > tsval ||
/freebsd-11.0-release/sys/dev/gem/
H A Dif_gem.c1768 if (__predict_false(status &
1778 if (__predict_false((status & GEM_INTR_TX_MAC) != 0)) {
1792 if (__predict_false((status & GEM_INTR_RX_MAC) != 0)) {
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_usie.c902 if (__predict_false(m0 == NULL)) {
1397 if (__predict_false(m == NULL)) {
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dadapter.h1147 if (__predict_false(wr == NULL))
/freebsd-11.0-release/sys/kern/
H A Dkern_thread.c948 if (__predict_false(p->p_sysent->sv_thread_detach != NULL))
/freebsd-11.0-release/sys/sys/
H A Dsdt.h164 if (__predict_false(sdt_##prov##_##mod##_##func##_##name->id)) \
/freebsd-11.0-release/sys/net/
H A Dif_bridge.c3350 } else if (__predict_false(m->m_len < sizeof (struct ip))) {
3448 } else if (__predict_false(m->m_len < sizeof(struct ip6_hdr))) {
/freebsd-11.0-release/sys/dev/e1000/
H A Dif_igb.c1863 if (__predict_false(error)) {
1904 if (__predict_false(error)) {
4090 if (__predict_false(!work)) {
4119 if (__predict_false(!work)) {
/freebsd-11.0-release/sys/arm/arm/
H A Dpmap-v6.c1761 if (__predict_false(anychanged))
2958 if (__predict_false(TAILQ_FIRST(&pmap->pm_pvchunk) !=
6310 if (__predict_false(IN_RANGE2(far, pmap->pm_pt1, NB_IN_PT1))) {
6324 if (__predict_false(IN_RANGE2(far, PT2MAP, PT2MAP_SIZE))) {

Completed in 224 milliseconds

12345