Home
last modified time | relevance | path

Searched refs:dmem_cgroup_state_evict_valuable (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dcgroup_dmem.h24 bool dmem_cgroup_state_evict_valuable(struct dmem_cgroup_pool_state *limit_pool,
55 bool dmem_cgroup_state_evict_valuable(struct dmem_cgroup_pool_state *limit_pool, in dmem_cgroup_state_evict_valuable() function
/linux/kernel/cgroup/
H A Ddmem.c302 bool dmem_cgroup_state_evict_valuable(struct dmem_cgroup_pool_state *limit_pool, in dmem_cgroup_state_evict_valuable() function
352 EXPORT_SYMBOL_GPL(dmem_cgroup_state_evict_valuable);
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c520 if (!dmem_cgroup_state_evict_valuable(evict_walk->limit_pool, bo->resource->css, in ttm_bo_evict_cb()