Home
last modified time | relevance | path

Searched refs:alloc_failed (Results 1 – 24 of 24) sorted by relevance

/Linux-v5.15/drivers/i2c/muxes/
Di2c-mux-gpio.c197 goto alloc_failed; in i2c_mux_gpio_probe()
227 goto alloc_failed; in i2c_mux_gpio_probe()
259 alloc_failed: in i2c_mux_gpio_probe()
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/
Dfm10k.h92 u64 alloc_failed; member
310 u64 alloc_failed; member
Dfm10k_pci.c543 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
587 alloc_failed += rx_ring->rx_stats.alloc_failed; in fm10k_update_stats()
600 interface->alloc_failed = alloc_failed; in fm10k_update_stats()
Dfm10k_main.c80 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
93 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
314 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
Dfm10k_ethtool.c56 FM10K_STAT("rx_alloc_failed", alloc_failed),
/Linux-v5.15/tools/perf/
Dbuiltin-lock.c330 goto alloc_failed; in lock_stat_findnew()
336 goto alloc_failed; in lock_stat_findnew()
345 alloc_failed: in lock_stat_findnew()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c517 nomem: q->alloc_failed++; in refill_fl()
/Linux-v5.15/security/keys/
Drequest_key.c396 goto alloc_failed; in construct_alloc_key()
464 alloc_failed: in construct_alloc_key()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h130 unsigned long alloc_failed; /* # of buffer allocation failures */ member
Dsge.c679 fl->alloc_failed++; in refill_fl()
2367 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
Dcxgb4vf_main.c2220 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
/Linux-v5.15/drivers/scsi/be2iscsi/
Dbe_cmds.c101 goto alloc_failed; in alloc_mcc_wrb()
105 goto alloc_failed; in alloc_mcc_wrb()
114 goto alloc_failed; in alloc_mcc_wrb()
136 alloc_failed: in alloc_mcc_wrb()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc.h55 u64 alloc_failed; member
Digc_main.c1962 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
1978 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
2387 rx_ring->rx_stats.alloc_failed++; in igc_clean_rx_irq()
2466 ring->rx_stats.alloc_failed++; in igc_dispatch_skb_zc()
Digc_ethtool.c857 data[i + 4] = ring->rx_stats.alloc_failed; in igc_ethtool_get_stats()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb.h303 u64 alloc_failed; member
Digb_main.c8761 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq()
8832 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
8848 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
Digb_ethtool.c2335 data[i+4] = ring->rx_stats.alloc_failed; in igb_get_ethtool_stats()
/Linux-v5.15/drivers/net/ethernet/freescale/
Dfec_main.c3023 goto alloc_failed; in fec_enet_alloc_queue()
3040 goto alloc_failed; in fec_enet_alloc_queue()
3049 goto alloc_failed; in fec_enet_alloc_queue()
3057 alloc_failed: in fec_enet_alloc_queue()
/Linux-v5.15/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1088 goto alloc_failed; in ixgb_set_multi()
1102 alloc_failed: in ixgb_set_multi()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2735 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2787 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2846 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
Dcxgb4.h738 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c594 q->alloc_failed++; in refill_fl()
4496 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()