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

/linux-master/include/linux/
H A Dlru_cache.h196 unsigned long hits, misses, starving, locked, changed; member in struct:lru_cache
225 * unused element available, we are "starving", and must not give out
229 * if the statistics say we are frequently starving,
/linux-master/lib/
H A Dlru_cache.c194 lc->starving = 0;
223 * (starving + hits + misses)
228 seq_printf(seq, "\t%s: used:%u/%u hits:%lu misses:%lu starving:%lu locked:%lu changed:%lu\n",
230 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed);
357 ++lc->starving;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h133 unsigned long starving; /* # of times FL was found starving */ member in struct:sge_fl
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
2074 * the Free List over the starving threshold, then we can clear its
2075 * "starving" status.
2090 * schedule napi but the FL is no longer starving.
2098 fl->starving++;
2106 * Reschedule the next scan for starving Free Lists ...
2366 fl->starving
[all...]
H A Dcxgb4vf_main.c2226 R("FLStarving:", fl.starving);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c2739 RL("FLStarving:", fl.starving);
2791 RL("FLStarving:", fl.starving);
2850 RL("FLStarving:", fl.starving);
H A Dcxgb4.h741 unsigned long low; /* # of times momentarily starving */
742 unsigned long starving; member in struct:sge_fl
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.
4251 fl->starving++;
4484 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0;
5180 * A FL with <= fl_starve_thres buffers is starving and a periodic
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm221 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx9.asm361 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.

Completed in 248 milliseconds