Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/muxes/
Di2c-mux-gpio.c190 goto alloc_failed; in i2c_mux_gpio_probe()
264 alloc_failed: in i2c_mux_gpio_probe()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k.h92 u64 alloc_failed; member
320 u64 alloc_failed; member
Dfm10k_pci.c542 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
586 alloc_failed += rx_ring->rx_stats.alloc_failed; in fm10k_update_stats()
599 interface->alloc_failed = alloc_failed; in fm10k_update_stats()
Dfm10k_main.c81 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
94 rx_ring->rx_stats.alloc_failed++; in fm10k_alloc_mapped_page()
323 rx_ring->rx_stats.alloc_failed++; in fm10k_fetch_rx_buffer()
Dfm10k_ethtool.c55 FM10K_STAT("rx_alloc_failed", alloc_failed),
/Linux-v4.19/tools/perf/
Dbuiltin-lock.c329 goto alloc_failed; in lock_stat_findnew()
335 goto alloc_failed; in lock_stat_findnew()
344 alloc_failed: in lock_stat_findnew()
/Linux-v4.19/security/keys/
Drequest_key.c384 goto alloc_failed; in construct_alloc_key()
445 alloc_failed: in construct_alloc_key()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h119 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c518 nomem: q->alloc_failed++; in refill_fl()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h130 unsigned long alloc_failed; /* # of buffer allocation failures */ member
Dsge.c679 fl->alloc_failed++; in refill_fl()
2365 fl->alloc_failed = 0; in t4vf_sge_alloc_rxq()
Dcxgb4vf_main.c2206 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_cmds.c106 goto alloc_failed; in alloc_mcc_wrb()
110 goto alloc_failed; in alloc_mcc_wrb()
119 goto alloc_failed; in alloc_mcc_wrb()
141 alloc_failed: in alloc_mcc_wrb()
/Linux-v4.19/sound/pci/lx6464es/
Dlx6464es.c995 goto alloc_failed; in snd_lx6464es_create()
1071 alloc_failed: in snd_lx6464es_create()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb.h236 u64 alloc_failed; member
Digb_main.c8370 rx_ring->rx_stats.alloc_failed++; in igb_clean_rx_irq()
8437 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
8453 rx_ring->rx_stats.alloc_failed++; in igb_alloc_mapped_page()
Digb_ethtool.c2337 data[i+4] = ring->rx_stats.alloc_failed; in igb_get_ethtool_stats()
/Linux-v4.19/fs/gfs2/
Dsuper.c1589 goto alloc_failed; in gfs2_evict_inode()
1621 alloc_failed: in gfs2_evict_inode()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dfec_main.c2715 goto alloc_failed; in fec_enet_alloc_queue()
2732 goto alloc_failed; in fec_enet_alloc_queue()
2741 goto alloc_failed; in fec_enet_alloc_queue()
2749 alloc_failed: in fec_enet_alloc_queue()
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1092 goto alloc_failed; in ixgb_set_multi()
1106 alloc_failed: in ixgb_set_multi()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h618 unsigned long alloc_failed; /* # of times buffer allocation failed */ member
Dsge.c628 q->alloc_failed++; in refill_fl()
3500 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
Dcxgb4_debugfs.c2793 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()