Home
last modified time | relevance | path

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

/linux-6.14.4/mm/
Dexecmem.c92 struct execmem_cache { struct
98 static struct execmem_cache execmem_cache = { argument
99 .mutex = __MUTEX_INITIALIZER(execmem_cache.mutex),
101 execmem_cache.mutex),
103 execmem_cache.mutex),
135 struct maple_tree *free_areas = &execmem_cache.free_areas; in execmem_cache_clean()
136 struct mutex *mutex = &execmem_cache.mutex; in execmem_cache_clean()
160 struct maple_tree *free_areas = &execmem_cache.free_areas; in execmem_cache_add()
161 struct mutex *mutex = &execmem_cache.mutex; in execmem_cache_add()
206 struct maple_tree *free_areas = &execmem_cache.free_areas; in __execmem_cache_alloc()
[all …]