Searched refs:starving (Results 1 – 13 of 13) sorted by relevance
/linux/lib/ |
H A D | lru_cache.c | 194 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()
|
/linux/include/linux/ |
H A D | lru_cache.h | 196 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,
|
/linux/Documentation/tools/rtla/ |
H A D | rtla-osnoise-top.rst | 37 (*1s* by default). The reason for reducing the runtime is to avoid starving
|
H A D | rtla-osnoise-hist.rst | 35 default). The reason for reducing the runtime is to avoid starving the
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 133 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 D | sge.c | 253 * 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...] |
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_debugfs.c | 2739 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 D | cxgb4.h | 741 unsigned long low; /* # of times momentarily starving */ 742 unsigned long starving; member 1010 struct timer_list rx_timer; /* refills starving FLs */
|
H A D | sge.c | 227 * fl_starving - return whether a Free List is starving. 531 * found critically low mark it as starving in the bitmap of starving FLs. 4252 fl->starving++; in sge_rx_timer_cb() 4485 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq() 5165 * A FL with <= fl_starve_thres buffers is starving and a periodic in t4_sge_init()
|
/linux/Documentation/RCU/ |
H A D | stallwarn.rst | 278 kernels, if a high-priority process is starving RCU's softirq handler.
|
/linux/Documentation/block/ |
H A D | bfq-iosched.rst | 293 the Idle class, to prevent it from starving.
|
/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 355 Moreover, if the total utilization is larger than M, then we risk starving
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpusets.rst | 683 violate cpuset placement, over starving a task that has had all
|