Searched refs:busy_areas (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | execmem.c | 91 struct maple_tree busy_areas; member 104 .busy_areas = MTREE_INIT_EXT(busy_areas, MT_FLAGS_LOCK_EXTERN, 224 struct maple_tree *busy_areas = &execmem_cache.busy_areas; in execmem_cache_alloc_locked() local 226 MA_STATE(mas_busy, busy_areas, 0, ULONG_MAX); in execmem_cache_alloc_locked() 382 struct maple_tree *busy_areas = &execmem_cache.busy_areas; in execmem_cache_free_slow() local 383 MA_STATE(mas, busy_areas, 0, ULONG_MAX); in execmem_cache_free_slow() 410 struct maple_tree *busy_areas = &execmem_cache.busy_areas; in execmem_cache_free() local 412 MA_STATE(mas, busy_areas, addr, addr); in execmem_cache_free()
|