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

12

/linux-master/drivers/i2c/muxes/
H A Di2c-mux-gpio.c160 goto alloc_failed;
191 goto alloc_failed;
223 alloc_failed:
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h92 u64 alloc_failed; member in struct:fm10k_rx_queue_stats
310 u64 alloc_failed; member in struct:fm10k_intfc
H A Dfm10k_pci.c542 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; local
586 alloc_failed += rx_ring->rx_stats.alloc_failed;
599 interface->alloc_failed = alloc_failed;
H A Dfm10k_main.c88 rx_ring->rx_stats.alloc_failed++;
101 rx_ring->rx_stats.alloc_failed++;
322 rx_ring->rx_stats.alloc_failed++;
H A Dfm10k_ethtool.c56 FM10K_STAT("rx_alloc_failed", alloc_failed),
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c185 tsnep_stats.rx_alloc_failed += adapter->rx[i].alloc_failed;
209 adapter->rx[i].alloc_failed;
H A Dtsnep.h138 u32 alloc_failed; member in struct:tsnep_rx
H A Dtsnep_main.c308 goto alloc_failed;
328 alloc_failed:
1164 bool alloc_failed = false; local
1167 for (i = 0; i < count && !alloc_failed; i++) {
1171 rx->alloc_failed++;
1172 alloc_failed = true;
1233 rx->alloc_failed++;
1682 goto alloc_failed;
1691 goto alloc_failed;
1696 alloc_failed
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h131 unsigned long alloc_failed; /* # of buffer allocation failures */ member in struct:sge_fl
H A Dsge.c679 fl->alloc_failed++;
2364 fl->alloc_failed = 0;
H A Dcxgb4vf_main.c2224 R("FLAllocErr:", fl.alloc_failed);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member in struct:sge_fl
/linux-master/security/keys/
H A Drequest_key.c399 goto alloc_failed;
480 alloc_failed:
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.c101 goto alloc_failed;
105 goto alloc_failed;
114 goto alloc_failed;
136 alloc_failed:
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h303 u64 alloc_failed; member in struct:igb_rx_queue_stats
H A Digb_main.c8972 rx_ring->rx_stats.alloc_failed++;
9043 rx_ring->rx_stats.alloc_failed++;
9059 rx_ring->rx_stats.alloc_failed++;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h60 u64 alloc_failed; member in struct:igc_rx_queue_stats
H A Digc_main.c2193 rx_ring->rx_stats.alloc_failed++;
2209 rx_ring->rx_stats.alloc_failed++;
2659 rx_ring->rx_stats.alloc_failed++;
2741 ring->rx_stats.alloc_failed++;
H A Digc_ethtool.c863 data[i + 4] = ring->rx_stats.alloc_failed;
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c1252 goto alloc_failed;
1272 goto alloc_failed;
1465 alloc_failed:
/linux-master/tools/perf/
H A Dbuiltin-lock.c504 goto alloc_failed;
510 goto alloc_failed;
519 alloc_failed:
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c3341 goto alloc_failed;
3356 goto alloc_failed;
3365 goto alloc_failed;
3373 alloc_failed:
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2735 RL("FLAllocErr:", fl.alloc_failed);
2787 RL("FLAllocErr:", fl.alloc_failed);
2846 RL("FLAllocErr:", fl.alloc_failed);
H A Dcxgb4.h738 unsigned long alloc_failed; /* # of times buffer allocation failed */ member in struct:sge_fl
H A Dsge.c594 q->alloc_failed++;
4484 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0;

Completed in 352 milliseconds

12