Home
last modified time | relevance | path

Searched refs:alloc_fail (Results 1 – 21 of 21) sorted by relevance

/linux/lib/tests/
H A Dslub_kunit.c308 int alloc_fail; member
357 ctx->alloc_fail++; in test_nolock()
407 ctx->callback_count, ctx->alloc_ok, ctx->alloc_fail); in disable_perf_events()
450 ctx->callback_count, ctx->alloc_ok, ctx->alloc_fail); in unregister_slab_kprobes()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c577 u64 bytes, packets, alloc_fail, alloc_fail_bdq; in fbnic_get_queue_stats_rx() local
597 alloc_fail = stats->rx.alloc_failed; in fbnic_get_queue_stats_rx()
607 alloc_fail += alloc_fail_bdq; in fbnic_get_queue_stats_rx()
614 alloc_fail += alloc_fail_bdq; in fbnic_get_queue_stats_rx()
618 rx->alloc_fail = alloc_fail; in fbnic_get_queue_stats_rx()
693 rx->alloc_fail = fbn->rx_stats.rx.alloc_failed + in fbnic_get_base_stats()
/linux/drivers/scsi/snic/
H A Dsnic_stats.h19 atomic64_t alloc_fail; /* Alloc Failures */ member
H A Dsnic_debugfs.c201 (u64) atomic64_read(&stats->io.alloc_fail), in snic_stats_show()
H A Dsnic_io.c230 atomic64_inc(&snic->s_stats.io.alloc_fail); in snic_req_init()
/linux/drivers/platform/mellanox/
H A Dmlxreg-dpu.c540 goto alloc_fail; in mlxreg_dpu_probe()
585 alloc_fail: in mlxreg_dpu_probe()
/linux/drivers/net/ethernet/tehuti/
H A Dtn40.h158 u64 alloc_fail; member
H A Dtn40.c382 priv->alloc_fail++; in tn40_rx_receive()
1600 stats->alloc_fail = priv->alloc_fail; in tn40_get_queue_stats_rx()
1624 rx->alloc_fail = 0; in tn40_get_base_stats()
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase.h312 u64 alloc_fail; member
H A Drtase_main.c333 ring->alloc_fail = 0; in rtase_tx_desc_init()
383 ring->alloc_fail++; in rtase_alloc_rx_data_buf()
601 ring->alloc_fail = 0; in rtase_rx_desc_init()
/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c1011 goto alloc_fail; in hip04_mac_probe()
1016 goto alloc_fail; in hip04_mac_probe()
1020 alloc_fail: in hip04_mac_probe()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1015 goto alloc_fail; in nicvf_alloc_resources()
1021 goto alloc_fail; in nicvf_alloc_resources()
1027 goto alloc_fail; in nicvf_alloc_resources()
1031 alloc_fail: in nicvf_alloc_resources()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2077 priv->rx_ring[i]->alloc_fail = 0; in mlx4_en_clear_stats()
3104 stats->alloc_fail = READ_ONCE(ring->alloc_fail); in mlx4_get_queue_stats_rx()
3143 rx->alloc_fail = 0; in mlx4_get_base_stats()
H A Den_rx.c68 ring->alloc_fail++; in mlx4_en_alloc_frags()
/linux/fs/btrfs/
H A Dtransaction.c698 goto alloc_fail; in start_transaction()
816 alloc_fail: in start_transaction()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2785 rx_stats->alloc_fail = rx->rx_skb_alloc_fail + in gve_get_rx_queue_stats()
2810 rx->alloc_fail = 0; in gve_get_base_stats()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2517 rxs->alloc_fail = rqstats->pp_alloc_fail; in enic_get_queue_stats_rx()
2545 rxs->alloc_fail = 0; in enic_get_base_stats()
/linux/net/core/
H A Dnetdev-genl.c680 netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_ALLOC_FAIL, rx->alloc_fail) || in netdev_nl_stats_write_rx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5503 stats->alloc_fail = rq_stats->buff_alloc_err + in mlx5e_get_queue_stats_rx()
5551 rx->alloc_fail = 0; in mlx5e_get_base_stats()
5563 rx->alloc_fail += rx_i.alloc_fail; in mlx5e_get_base_stats()
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c134 int alloc_fail; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16226 stats->alloc_fail = cpr->sw_stats->rx.rx_oom_discards; in bnxt_get_queue_stats_rx()
16264 rx->alloc_fail = bp->ring_drv_stats_prev.rx_total_oom_discards; in bnxt_get_base_stats()