Home
last modified time | relevance | path

Searched refs:starving (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c204 lc->starving = 0; in lc_reset()
233 * (starving + hits + misses) in lc_seq_printf_stats()
238 seq_printf(seq, "\t%s: used:%u/%u hits:%lu misses:%lu starving:%lu locked:%lu changed:%lu\n", in lc_seq_printf_stats()
240 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats()
367 ++lc->starving; in __lc_get()
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c194 lc->starving = 0; in lc_reset()
223 * (starving + hits + misses) in lc_seq_printf_stats()
228 seq_printf(seq, "\t%s: used:%u/%u hits:%lu misses:%lu starving:%lu locked:%lu changed:%lu\n", in lc_seq_printf_stats()
230 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats()
357 ++lc->starving; in __lc_get()
/kernel/linux/linux-5.10/include/linux/
H A Dlru_cache.h196 unsigned long hits, misses, starving, locked, changed; member
226 * unused element available, we are "starving", and must not give out
230 * if the statistics say we are frequently starving,
/kernel/linux/linux-6.6/include/linux/
H A Dlru_cache.h196 unsigned long hits, misses, starving, locked, changed; member
225 * unused element available, we are "starving", and must not give out
229 * if the statistics say we are frequently starving,
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h132 unsigned long starving; /* # of times FL was found starving */ member
287 * State for managing "starving Free Lists" -- Free Lists which have
291 * make periodic attempts to refill these starving Free Lists ...
H A Dsge.c253 * fl_starving - return whether a Free List is starving.
602 * mark it as starving in the bitmap of starving FLs.
2075 * being actively polled, then bump its "starving" counter and attempt in sge_rx_timer_cb()
2077 * the Free List over the starving threshold, then we can clear its in sge_rx_timer_cb()
2078 * "starving" status. in sge_rx_timer_cb()
2093 * schedule napi but the FL is no longer starving. in sge_rx_timer_cb()
2101 fl->starving++; in sge_rx_timer_cb()
2109 * Reschedule the next scan for starving Free Lists ... in sge_rx_timer_cb()
2369 fl->starving in t4vf_sge_alloc_rxq()
[all...]
H A Dcxgb4vf_main.c2218 R("FLStarving:", fl.starving); in sge_qstats_show()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h133 unsigned long starving; /* # of times FL was found starving */ member
288 * State for managing "starving Free Lists" -- Free Lists which have
292 * make periodic attempts to refill these starving Free Lists ...
H A Dsge.c253 * fl_starving - return whether a Free List is starving.
602 * mark it as starving in the bitmap of starving FLs.
2072 * being actively polled, then bump its "starving" counter and attempt in sge_rx_timer_cb()
2074 * the Free List over the starving threshold, then we can clear its in sge_rx_timer_cb()
2075 * "starving" status. in sge_rx_timer_cb()
2090 * schedule napi but the FL is no longer starving. in sge_rx_timer_cb()
2098 fl->starving++; in sge_rx_timer_cb()
2106 * Reschedule the next scan for starving Free Lists ... in sge_rx_timer_cb()
2366 fl->starving in t4vf_sge_alloc_rxq()
[all...]
H A Dcxgb4vf_main.c2226 R("FLStarving:", fl.starving); in sge_qstats_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2739 RL("FLStarving:", fl.starving); in sge_qinfo_show()
2791 RL("FLStarving:", fl.starving); in sge_qinfo_show()
2850 RL("FLStarving:", fl.starving); in sge_qinfo_show()
H A Dcxgb4.h743 unsigned long low; /* # of times momentarily starving */
744 unsigned long starving; member
1012 struct timer_list rx_timer; /* refills starving FLs */
H A Dsge.c227 * fl_starving - return whether a Free List is starving.
531 * found critically low mark it as starving in the bitmap of starving FLs.
4240 fl->starving++; in sge_rx_timer_cb()
4473 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
5164 * A FL with <= fl_starve_thres buffers is starving and a periodic in t4_sge_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2739 RL("FLStarving:", fl.starving); in sge_qinfo_show()
2791 RL("FLStarving:", fl.starving); in sge_qinfo_show()
2850 RL("FLStarving:", fl.starving); in sge_qinfo_show()
H A Dcxgb4.h741 unsigned long low; /* # of times momentarily starving */
742 unsigned long starving; member
1010 struct timer_list rx_timer; /* refills starving FLs */
H A Dsge.c227 * fl_starving - return whether a Free List is starving.
531 * found critically low mark it as starving in the bitmap of starving FLs.
4265 fl->starving++; in sge_rx_timer_cb()
4498 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
5194 * A FL with <= fl_starve_thres buffers is starving and a periodic in t4_sge_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm311 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx8.asm221 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm361 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx8.asm221 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.

Completed in 57 milliseconds