Symbol: drm_pagemap_cache
drivers/gpu/drm/drm_pagemap_util.c
144
int drm_pagemap_cache_lock_lookup(struct drm_pagemap_cache *cache)
drivers/gpu/drm/drm_pagemap_util.c
154
void drm_pagemap_cache_unlock_lookup(struct drm_pagemap_cache *cache)
drivers/gpu/drm/drm_pagemap_util.c
175
struct drm_pagemap *drm_pagemap_get_from_cache(struct drm_pagemap_cache *cache)
drivers/gpu/drm/drm_pagemap_util.c
229
void drm_pagemap_cache_set_pagemap(struct drm_pagemap_cache *cache, struct drm_pagemap *dpagemap)
drivers/gpu/drm/drm_pagemap_util.c
252
struct drm_pagemap *drm_pagemap_get_from_cache_if_active(struct drm_pagemap_cache *cache)
drivers/gpu/drm/drm_pagemap_util.c
266
struct drm_pagemap_cache *cache = dpagemap->cache;
drivers/gpu/drm/drm_pagemap_util.c
295
struct drm_pagemap_cache *cache = dpagemap->cache;
drivers/gpu/drm/drm_pagemap_util.c
319
struct drm_pagemap_cache *cache;
drivers/gpu/drm/drm_pagemap_util.c
364
struct drm_pagemap_cache *cache;
drivers/gpu/drm/drm_pagemap_util.c
62
struct drm_pagemap_cache *cache = arg;
drivers/gpu/drm/drm_pagemap_util.c
91
struct drm_pagemap_cache *drm_pagemap_cache_create_devm(struct drm_pagemap_shrinker *shrinker)
drivers/gpu/drm/drm_pagemap_util.c
93
struct drm_pagemap_cache *cache = kzalloc_obj(*cache);
drivers/gpu/drm/xe/xe_svm.c
1823
xe_pagemap_find_or_create(struct xe_device *xe, struct drm_pagemap_cache *cache,
drivers/gpu/drm/xe/xe_svm.c
1906
struct drm_pagemap_cache *cache =
drivers/gpu/drm/xe/xe_vram_types.h
70
struct drm_pagemap_cache *dpagemap_cache;
include/drm/drm_pagemap.h
13
struct drm_pagemap_cache;
include/drm/drm_pagemap.h
170
struct drm_pagemap_cache *cache;
include/drm/drm_pagemap_util.h
14
struct drm_pagemap_cache;
include/drm/drm_pagemap_util.h
60
int drm_pagemap_cache_lock_lookup(struct drm_pagemap_cache *cache);
include/drm/drm_pagemap_util.h
62
void drm_pagemap_cache_unlock_lookup(struct drm_pagemap_cache *cache);
include/drm/drm_pagemap_util.h
66
struct drm_pagemap_cache *drm_pagemap_cache_create_devm(struct drm_pagemap_shrinker *shrinker);
include/drm/drm_pagemap_util.h
68
struct drm_pagemap *drm_pagemap_get_from_cache(struct drm_pagemap_cache *cache);
include/drm/drm_pagemap_util.h
70
void drm_pagemap_cache_set_pagemap(struct drm_pagemap_cache *cache, struct drm_pagemap *dpagemap);
include/drm/drm_pagemap_util.h
72
struct drm_pagemap *drm_pagemap_get_from_cache_if_active(struct drm_pagemap_cache *cache);