Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dmempolicy.c113 static struct kmem_cache *sn_cache; variable
2438 kmem_cache_free(sn_cache, n); in sp_free()
2562 n = kmem_cache_alloc(sn_cache, GFP_KERNEL); in sp_alloc()
2568 kmem_cache_free(sn_cache, n); in sp_alloc()
2627 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()
2634 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()
2793 sn_cache = kmem_cache_create("shared_policy_node", in numa_policy_init()