Searched refs:starving (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/lib/ |
D | lru_cache.c | 205 lc->starving = 0; in lc_reset() 241 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 368 ++lc->starving; in __lc_get()
|
/Linux-v5.15/include/linux/ |
D | lru_cache.h | 196 unsigned long hits, misses, starving, locked, changed; member
|
/Linux-v5.15/Documentation/locking/ |
D | locktypes.rst | 152 thus starving even high-priority writers. In contrast, because readers 155 writer from starving readers. 318 thus starving even high-priority writers. In contrast, because readers 321 preventing that writer from starving readers.
|
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 132 unsigned long starving; /* # of times FL was found starving */ member
|
D | sge.c | 2101 fl->starving++; in sge_rx_timer_cb() 2369 fl->starving = 0; in t4vf_sge_alloc_rxq()
|
D | cxgb4vf_main.c | 2222 R("FLStarving:", fl.starving); in sge_qstats_show()
|
/Linux-v5.15/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 | 4263 fl->starving++; in sge_rx_timer_cb() 4496 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
|
/Linux-v5.15/Documentation/RCU/ |
D | stallwarn.rst | 234 kernels, if a high-priority process is starving RCU's softirq handler.
|
/Linux-v5.15/Documentation/block/ |
D | bfq-iosched.rst | 293 the Idle class, to prevent it from starving.
|
/Linux-v5.15/Documentation/scheduler/ |
D | sched-deadline.rst | 351 Moreover, if the total utilization is larger than M, then we risk starving
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | cpusets.rst | 678 violate cpuset placement, over starving a task that has had all
|