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

/linux-4.1.27/mm/
H A Dmempolicy.c109 static struct kmem_cache *sn_cache; variable in typeref:struct:kmem_cache
2230 kmem_cache_free(sn_cache, n); sp_free()
2341 n = kmem_cache_alloc(sn_cache, GFP_KERNEL); sp_alloc()
2347 kmem_cache_free(sn_cache, n); sp_alloc()
2406 kmem_cache_free(sn_cache, n_new); shared_policy_replace()
2413 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); shared_policy_replace()
2573 sn_cache = kmem_cache_create("shared_policy_node", numa_policy_init()

Completed in 56 milliseconds