Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/muxes/
Di2c-mux-gpio.c192 goto alloc_failed; in i2c_mux_gpio_probe()
248 alloc_failed: in i2c_mux_gpio_probe()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h108 u64 alloc_failed; member
278 u64 alloc_failed; member
Dfm10k_pci.c335 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
369 alloc_failed += rx_ring->rx_stats.alloc_failed; in fm10k_update_stats()
382 interface->alloc_failed = alloc_failed; in fm10k_update_stats()
Dfm10k_main.c100 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
113 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
340 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
Dfm10k_ethtool.c64 FM10K_STAT("rx_alloc_failed", alloc_failed),
/linux-4.4.14/tools/perf/
Dbuiltin-lock.c325 goto alloc_failed; in lock_stat_findnew()
331 goto alloc_failed; in lock_stat_findnew()
340 alloc_failed: in lock_stat_findnew()
/linux-4.4.14/security/keys/
Drequest_key.c360 goto alloc_failed; in construct_alloc_key()
421 alloc_failed: in construct_alloc_key()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h129 unsigned long alloc_failed; /* # of buffer allocation failures */ member
Dsge.c679 fl->alloc_failed++; in refill_fl()
2346 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
Dcxgb4vf_main.c1932 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h120 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c513 nomem: q->alloc_failed++; in refill_fl()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h221 u64 alloc_failed; member
Digb_main.c6724 rx_ring->rx_stats.alloc_failed++; in igb_fetch_rx_buffer()
7002 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
7015 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
Digb_ethtool.c2318 data[i+4] = ring->rx_stats.alloc_failed; in igb_get_ethtool_stats()
/linux-4.4.14/sound/pci/lx6464es/
Dlx6464es.c995 goto alloc_failed; in snd_lx6464es_create()
1063 alloc_failed: in snd_lx6464es_create()
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_main.c2742 goto alloc_failed; in fec_enet_alloc_queue()
2759 goto alloc_failed; in fec_enet_alloc_queue()
2768 goto alloc_failed; in fec_enet_alloc_queue()
2776 alloc_failed: in fec_enet_alloc_queue()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1125 goto alloc_failed; in ixgb_set_multi()
1139 alloc_failed: in ixgb_set_multi()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2326 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2360 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2389 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
Dcxgb4.h484 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c637 q->alloc_failed++; in refill_fl()
2555 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()