Searched refs:policy_cache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 112 static struct kmem_cache *policy_cache; variable 302 policy = kmem_cache_alloc(policy_cache, GFP_KERNEL); in mpol_new() 317 kmem_cache_free(policy_cache, p); in __mpol_put() 2299 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() 2638 mpol_new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in shared_policy_replace() 2790 policy_cache = kmem_cache_create("numa_policy", in numa_policy_init()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 116 static struct kmem_cache *policy_cache; variable 300 policy = kmem_cache_alloc(policy_cache, GFP_KERNEL); in mpol_new() 316 kmem_cache_free(policy_cache, p); in __mpol_put() 2428 struct mempolicy *new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in __mpol_dup() 2775 mpol_new = kmem_cache_alloc(policy_cache, GFP_KERNEL); in shared_policy_replace() 2927 policy_cache = kmem_cache_create("numa_policy", in numa_policy_init()
|
Completed in 8 milliseconds