Searched refs:starving (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/lib/ |
D | lru_cache.c | 216 lc->starving = 0; in lc_reset() 252 lc->hits, lc->misses, lc->starving, lc->locked, lc->changed); in lc_seq_printf_stats() 381 ++lc->starving; in __lc_get()
|
/linux-4.4.14/include/linux/ |
D | lru_cache.h | 208 unsigned long hits, misses, starving, locked, changed; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | adapter.h | 131 unsigned long starving; /* # of times FL was found starving */ member
|
D | sge.c | 2095 fl->starving++; in sge_rx_timer_cb() 2348 fl->starving = 0; in t4vf_sge_alloc_rxq()
|
D | cxgb4vf_main.c | 1934 R("FLStarving:", fl.starving); in sge_qstats_show()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2328 RL("FLStarving:", fl.starving); in sge_qinfo_show() 2362 RL("FLStarving:", fl.starving); in sge_qinfo_show() 2391 RL("FLStarving:", fl.starving); in sge_qinfo_show()
|
D | cxgb4.h | 486 unsigned long starving; member
|
D | sge.c | 2356 fl->starving++; in sge_rx_timer_cb() 2555 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 135 kernels, if a high-priority process is starving RCU's softirq handler.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 161 Moreover, if the total utilization is larger than M, then we risk starving
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 657 violate cpuset placement, over starving a task that has had all
|