Searched refs:starving (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/lib/ |
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-6.6.21/include/linux/ |
D | lru_cache.h | 196 unsigned long hits, misses, starving, locked, changed; member
|
/linux-6.6.21/Documentation/tools/rtla/ |
D | rtla-osnoise-hist.rst | 35 default). The reason for reducing the runtime is to avoid starving the
|
D | rtla-osnoise-top.rst | 37 (*1s* by default). The reason for reducing the runtime is to avoid starving
|
/linux-6.6.21/Documentation/locking/ |
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-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 133 unsigned long starving; /* # of times FL was found starving */ member
|
D | sge.c | 2098 fl->starving++; in sge_rx_timer_cb() 2366 fl->starving = 0; in t4vf_sge_alloc_rxq()
|
D | cxgb4vf_main.c | 2226 R("FLStarving:", fl.starving); in sge_qstats_show()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
D | cxgb4.h | 742 unsigned long starving; member
|
D | sge.c | 4265 fl->starving++; in sge_rx_timer_cb() 4498 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
|
/linux-6.6.21/Documentation/RCU/ |
D | stallwarn.rst | 271 kernels, if a high-priority process is starving RCU's softirq handler.
|
/linux-6.6.21/Documentation/block/ |
D | bfq-iosched.rst | 293 the Idle class, to prevent it from starving.
|
/linux-6.6.21/Documentation/scheduler/ |
D | sched-deadline.rst | 354 Moreover, if the total utilization is larger than M, then we risk starving
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 678 violate cpuset placement, over starving a task that has had all
|