| /linux/lib/tests/ |
| H A D | slub_kunit.c | 308 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 D | fbnic_netdev.c | 577 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 D | snic_stats.h | 19 atomic64_t alloc_fail; /* Alloc Failures */ member
|
| H A D | snic_debugfs.c | 201 (u64) atomic64_read(&stats->io.alloc_fail), in snic_stats_show()
|
| H A D | snic_io.c | 230 atomic64_inc(&snic->s_stats.io.alloc_fail); in snic_req_init()
|
| /linux/drivers/platform/mellanox/ |
| H A D | mlxreg-dpu.c | 540 goto alloc_fail; in mlxreg_dpu_probe() 585 alloc_fail: in mlxreg_dpu_probe()
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40.h | 158 u64 alloc_fail; member
|
| H A D | tn40.c | 382 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 D | rtase.h | 312 u64 alloc_fail; member
|
| H A D | rtase_main.c | 333 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 D | hip04_eth.c | 1011 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 D | nicvf_queues.c | 1015 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 D | en_netdev.c | 2077 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 D | en_rx.c | 68 ring->alloc_fail++; in mlx4_en_alloc_frags()
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 698 goto alloc_fail; in start_transaction() 816 alloc_fail: in start_transaction()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_main.c | 2785 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 D | enic_main.c | 2517 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 D | netdev-genl.c | 680 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 D | en_main.c | 5503 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 D | myri10ge.c | 134 int alloc_fail; member
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 16226 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()
|