Home
last modified time | relevance | path

Searched refs:test_pool (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/kernel/cgroup/
Ddmem.c220 struct dmem_cgroup_pool_state *test_pool) in dmem_cgroup_calculate_protection() argument
247 if (found_pool == test_pool) in dmem_cgroup_calculate_protection()
268 struct dmem_cgroup_pool_state *test_pool, in dmem_cgroup_state_evict_valuable() argument
271 struct dmem_cgroup_pool_state *pool = test_pool; in dmem_cgroup_state_evict_valuable()
276 if (limit_pool == test_pool) in dmem_cgroup_state_evict_valuable()
283 for (pool = test_pool; pool && limit_pool != pool; pool = pool_parent(pool)) in dmem_cgroup_state_evict_valuable()
293 for (limit_pool = test_pool; pool_parent(limit_pool); limit_pool = pool_parent(limit_pool)) in dmem_cgroup_state_evict_valuable()
297 ctest = &test_pool->cnt; in dmem_cgroup_state_evict_valuable()
299 dmem_cgroup_calculate_protection(limit_pool, test_pool); in dmem_cgroup_state_evict_valuable()
/linux-6.14.4/include/linux/
Dcgroup_dmem.h25 struct dmem_cgroup_pool_state *test_pool,
56 struct dmem_cgroup_pool_state *test_pool, in dmem_cgroup_state_evict_valuable() argument