Searched refs:unlikely (Results 101 - 125 of 4104) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c716 if (unlikely(skb->len < sizeof(__sum16) * 2))
738 if (unlikely(skb->len < sizeof(__sum16)))
1089 if (unlikely(!pm_runtime_active(dev))) {
1186 if (unlikely(!pm_runtime_active(dev)))
1249 if (unlikely(!pm_runtime_active(dev)))
1288 if (unlikely(!pm_runtime_active(dev)))
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c338 if (unlikely(dma_mapping_error(&pdev->dev, mapaddr))) {
563 if (unlikely(!tx_info.is_emad &&
1834 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP))
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c229 if (unlikely(i == tx_ring->count)) {
245 if (unlikely(i == tx_ring->count)) {
1352 while (unlikely(size > IGC_MAX_DATA_PER_TXD)) {
1643 if (unlikely(test_bit(IGC_RING_FLAG_TX_HWTSTAMP, &tx_ring->flags) &&
1951 if (unlikely(!skb))
1982 if (unlikely(!skb))
2059 if (unlikely((rx_buffer_pgcnt - pagecnt_bias) > 1))
2073 if (unlikely(pagecnt_bias == 1)) {
2130 if (unlikely(igc_test_staterr(rx_desc, IGC_RXDEXT_STATERR_RXE))) {
2192 if (unlikely(!pag
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c4471 if (unlikely(!i)) {
4495 if (unlikely(!i)) {
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c464 if (unlikely(i >= bp->tx_nr_rings)) {
475 if (unlikely(free_size < skb_shinfo(skb)->nr_frags + 2)) {
485 if (unlikely(ipv6_hopopt_jumbo_remove(skb)))
510 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) {
527 if (unlikely(skb->no_fcs))
617 if (unlikely(dma_mapping_error(&pdev->dev, mapping)))
662 if (unlikely(length >= ARRAY_SIZE(bnxt_lhint_arr))) {
685 if (unlikely(dma_mapping_error(&pdev->dev, mapping)))
720 if (unlikely(bnxt_tx_avail(bp, txr) <= MAX_SKB_FRAGS + 1)) {
784 if (unlikely(!sk
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c906 if (unlikely(!netif_running(dev))) {
959 if (unlikely(TX_BUFFS_AVAIL(bp) < 1)) {
1443 if (unlikely(err < 0)) {
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c535 if (unlikely(flags & (DESC_CRC_ERR | DESC_RX_SYM_ERR))) {
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1914 if (unlikely(edu_readl(ctrl, EDU_ERR_STATUS) & EDU_ERR_STATUS_ERRACK)) {
2296 if (unlikely((unsigned long)buf & 0x03)) {
/linux-master/drivers/mtd/
H A Dmtdcore.c1727 if (unlikely(ret_code < 0))
/linux-master/drivers/md/
H A Ddm.c133 if (unlikely(latch <= 0))
503 if (unlikely(dm_io_flagged(io, DM_IO_WAS_SPLIT)))
523 unlikely(dm_stats_used(&io->md->stats))) {
526 if (unlikely(dm_io_flagged(io, DM_IO_WAS_SPLIT)))
580 if (unlikely(!clone))
603 unlikely(dm_stats_used(&md->stats)))
648 if (unlikely(ti->needs_bio_set_dev))
783 if (unlikely(test_bit(DMF_DEFERRED_REMOVE, &md->flags)))
969 if (unlikely(wq_has_sleeper(&md->wait)))
1069 if (unlikely(erro
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c558 if (unlikely(ct->ctbs.h2g.info.broken)) {
601 if (unlikely(ret))
605 if (unlikely(ret)) {
651 if (unlikely(ret == -EBUSY &&
666 } else if (unlikely(ret == -EBUSY)) {
790 if (unlikely(ret == -ENOMEM)) {
801 } else if (unlikely(ret)) {
929 if (unlikely(!g2h_fence)) {
972 if (unlikely(origin != GUC_HXG_ORIGIN_GUC)) {
1099 if (unlikely(avai
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1503 if (unlikely(r)) {
2309 if (unlikely(atomic_read(&svms->drain_pagefaults))) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c3623 if (unlikely(r != 0))
3627 if (unlikely(r != 0)) {
3650 if (unlikely(r != 0))
H A Dgfx_v11_0.c3741 if (unlikely(r != 0))
4078 if (unlikely(r != 0))
4082 if (unlikely(r != 0)) {
4107 if (unlikely(r != 0))
H A Dgfx_v10_0.c6498 if (unlikely(r != 0))
6820 if (unlikely(r != 0))
6824 if (unlikely(r != 0)) {
6847 if (unlikely(r != 0))
H A Damdgpu_umsch_mm.c93 if (unlikely(r))
98 if (unlikely(r))
156 if (unlikely(r))
161 if (unlikely(r))
H A Damdgpu_mes.c562 if (unlikely(r != 0))
1195 if (unlikely(r))
1200 if (unlikely(r))
1266 if (unlikely(r))
1271 if (unlikely(r))
1297 if (unlikely(r < 0))
/linux-master/drivers/acpi/
H A Dcppc_acpi.c235 if (unlikely(ret))
341 if (unlikely(ret)) {
/linux-master/arch/loongarch/mm/
H A Dfault.c179 if (unlikely(!vma))
228 if (unlikely(fault & VM_FAULT_RETRY)) {
238 if (unlikely(fault & VM_FAULT_ERROR)) {
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c307 if (unlikely((left + period) & (1ULL << 63))) {
313 } else if (unlikely((left + period) <= period)) {
/linux-master/arch/arc/mm/
H A Dtlb.c221 if (unlikely((end - start) >= PAGE_SIZE * 32)) {
257 if (unlikely((end - start) >= PAGE_SIZE * 32)) {
/linux-master/arch/arc/kernel/
H A Dsignal.c220 if (unlikely(is_do_ss_needed(magic)))
296 if (unlikely(ksig->ka.sa.sa_flags & SA_SIGINFO)) {
H A Dperf_event.c414 if (unlikely(left <= -period)) {
420 } else if (unlikely(left <= 0)) {
/linux-master/arch/arc/include/asm/
H A Dptrace.h166 if (unlikely(offset > MAX_REG_OFFSET))
H A Dmmu_context.h80 if (unlikely(!(++asid_cpu(cpu) & MM_CTXT_ASID_MASK))) {

Completed in 684 milliseconds

1234567891011>>