Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/i2c/muxes/
A Di2c-mux-gpio.c160 goto alloc_failed; in i2c_mux_gpio_probe()
190 goto alloc_failed; in i2c_mux_gpio_probe()
222 alloc_failed: in i2c_mux_gpio_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k.h92 u64 alloc_failed; member
310 u64 alloc_failed; member
A 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()
A Dfm10k_main.c88 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
101 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
322 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
A Dfm10k_ethtool.c56 FM10K_STAT("rx_alloc_failed", alloc_failed),
/linux-6.3-rc2/drivers/net/ethernet/engleder/
A Dtsnep_ethtool.c185 tsnep_stats.rx_alloc_failed += adapter->rx[i].alloc_failed; in tsnep_ethtool_get_ethtool_stats()
209 adapter->rx[i].alloc_failed; in tsnep_ethtool_get_ethtool_stats()
A Dtsnep.h128 u32 alloc_failed; member
A Dtsnep_main.c283 goto alloc_failed; in tsnep_tx_ring_init()
302 alloc_failed: in tsnep_tx_ring_init()
923 bool alloc_failed = false; in tsnep_rx_refill() local
928 for (i = 0; i < count && !alloc_failed; i++) { in tsnep_rx_refill()
933 rx->alloc_failed++; in tsnep_rx_refill()
934 alloc_failed = true; in tsnep_rx_refill()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dadapter.h119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
/linux-6.3-rc2/security/keys/
A Drequest_key.c396 goto alloc_failed; in construct_alloc_key()
464 alloc_failed: in construct_alloc_key()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
A Dadapter.h131 unsigned long alloc_failed; /* # of buffer allocation failures */ member
A Dsge.c679 fl->alloc_failed++; in refill_fl()
2364 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
A Dcxgb4vf_main.c2224 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
/linux-6.3-rc2/drivers/scsi/be2iscsi/
A 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-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc.h55 u64 alloc_failed; member
A Digc_main.c2094 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
2110 rx_ring->rx_stats.alloc_failed++; in igc_alloc_mapped_page()
2558 rx_ring->rx_stats.alloc_failed++; in igc_clean_rx_irq()
2640 ring->rx_stats.alloc_failed++; in igc_dispatch_skb_zc()
A Digc_ethtool.c863 data[i + 4] = ring->rx_stats.alloc_failed; in igc_ethtool_get_stats()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-lock.c493 goto alloc_failed; in lock_stat_findnew()
499 goto alloc_failed; in lock_stat_findnew()
508 alloc_failed: in lock_stat_findnew()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb.h303 u64 alloc_failed; member
A Digb_main.c8940 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq()
9011 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
9027 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec_main.c3302 goto alloc_failed; in fec_enet_alloc_queue()
3319 goto alloc_failed; in fec_enet_alloc_queue()
3328 goto alloc_failed; in fec_enet_alloc_queue()
3336 alloc_failed: in fec_enet_alloc_queue()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/
A Dixgb_main.c1081 goto alloc_failed; in ixgb_set_multi()
1095 alloc_failed: in ixgb_set_multi()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A 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()
A Dcxgb4.h738 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
A Dsge.c594 q->alloc_failed++; in refill_fl()
4498 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()

Completed in 112 milliseconds

12