Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c64 if (is_unevictable(to_msm_bo(obj))) in evict()
H A Dmsm_gem.h237 static inline bool is_unevictable(struct msm_gem_object *msm_obj) in is_unevictable() function
H A Dmsm_gem.c858 GEM_WARN_ON(is_unevictable(msm_obj)); in msm_gem_evict()