Searched refs:starving (Results 1 – 12 of 12) sorted by relevance
/linux/lib/ |
H A D | lru_cache.c | 194 lc->starving = 0; in lc_reset() 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
|
/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/Documentation/locking/ |
H A D | locktypes.rst | 152 thus starving even high-priority writers. In contrast, because readers 155 writer from starving readers. 315 thus starving even high-priority writers. In contrast, because readers 318 preventing that writer from starving readers.
|
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 133 unsigned long starving; /* # of times FL was found starving */ member
|
H A D | sge.c | 2098 fl->starving++; in sge_rx_timer_cb() 2366 fl->starving = 0; in t4vf_sge_alloc_rxq()
|
H A D | cxgb4vf_main.c | 2226 R("FLStarving:", fl.starving); in sge_qstats_show()
|
/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 | 742 unsigned long starving; member
|
/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 | 354 Moreover, if the total utilization is larger than M, then we risk starving
|