Searched refs:__predict_false (Results 126 - 150 of 160) sorted by relevance

1234567

/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c2053 if (__predict_false(pc != TAILQ_FIRST(&pmap->pm_pvchunk))) {
3514 if (__predict_false(!PHYS_IN_DMAP(p_a))) {
3519 if (__predict_false(!PHYS_IN_DMAP(p_b))) {
4882 if (__predict_false(!PHYS_IN_DMAP(paddr))) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h1249 if (__predict_false(wr == NULL))
H A Dt4_main.c2013 if (__predict_false(pi->link_cfg.link_ok == false)) {
2019 if (__predict_false(rc != 0)) {
2033 if (__predict_false(rc != 0))
4557 if (__predict_false(ss == 0)) { /* not supposed to happen. */
5051 if (__predict_false(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c2761 if (__predict_false(dmalen <
2771 if (__predict_false(len > dmalen - rxwisize)) {
2780 if (__predict_false(flags & (RT2860_RX_CRCERR | RT2860_RX_ICVERR))) {
2807 if (__predict_false(flags & RT2860_RX_MICERR)) {
2820 if (__predict_false(ieee80211_radiotap_active(ic))) {
2984 if (__predict_false(mbuf_len > MCLBYTES)) {
2992 if (__predict_false(m0 == NULL)) {
/freebsd-11-stable/sys/net/
H A Dif_bridge.c3372 } else if (__predict_false(m->m_len < sizeof (struct ip))) {
3470 } else if (__predict_false(m->m_len < sizeof(struct ip6_hdr))) {
H A Dieee8023ad_lacp.c831 if (__predict_false(lsc->lsc_suppress_distributing)) {
H A Dif_vxlan.c2516 if (__predict_false(m->m_len < offset + sizeof(struct vxlan_header))) {
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c677 if (__predict_false(msg->msg_type != HYPERV_MSGTYPE_NONE)) {
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c1806 if (__predict_false(anychanged))
2997 if (__predict_false(TAILQ_FIRST(&pmap->pm_pvchunk) !=
6382 if (__predict_false(IN_RANGE2(far, pmap->pm_pt1, NB_IN_PT1))) {
6396 if (__predict_false(IN_RANGE2(far, PT2MAP, PT2MAP_SIZE))) {
/freebsd-11-stable/sys/dev/e1000/
H A Dif_igb.c1865 if (__predict_false(error)) {
1906 if (__predict_false(error)) {
4098 if (__predict_false(!work)) {
4127 if (__predict_false(!work)) {
/freebsd-11-stable/sys/x86/xen/
H A Dxen_intr.c594 if (__predict_false(isrc == NULL))
/freebsd-11-stable/sys/vm/
H A Dvm_mmap.c578 if (__predict_false(pmc_handled)) {
H A Dvm_page.c1631 if (__predict_false((req & VM_ALLOC_IFCACHED) != 0))
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c1254 if (__predict_false((CQE_WRID_MSN(*hw_cqe) != (wq->rq_rptr + 1)))) {
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_main.c662 if (__predict_false(qs == NULL)) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c1456 if (__predict_false(sc->panic)) {
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c1452 if (__predict_false(bp->bio_cmd == BIO_FLUSH)) {
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c105 if (__predict_false(avail < 0))
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c2451 if (__predict_false((oldpte & X86_PG_V) != 0))
3443 if (__predict_false(pc != TAILQ_FIRST(&pmap->pm_pvchunk))) {
5824 if (__predict_false(mapped))
7875 if (__predict_false(paddr >= dmaplimit)) {
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1460 if (__predict_false(rxdw0 & (R92C_RXDW0_CRCERR | R92C_RXDW0_ICVERR))) {
1470 if (__predict_false(pktlen < sizeof(struct ieee80211_frame_ack) ||
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixlv.c2480 if (__predict_false(mcnt >= MAX_MULTICAST_ADDR)) {
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1324 if (__predict_false(++toep->txsd_pidx == toep->txsd_total))
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c1587 if (__predict_false(ref)) {
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3205 if (__predict_false(phy_info->cfg_phy_cnt > 20)) {
5822 if (__predict_false(r1 & ~handled))
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c1706 if (__predict_false((oldpte & PG_V) != 0))
2376 if (__predict_false(TAILQ_FIRST(&pmap->pm_pvchunk) !=

Completed in 1107 milliseconds

1234567