Searched refs:scs_cache (Results 1 – 1 of 1) sorted by relevance
14 static struct kmem_cache *scs_cache; variable26 void *s = kmem_cache_alloc_node(scs_cache, GFP_SCS, node); in scs_alloc()37 kasan_poison_object_data(scs_cache, s); in scs_alloc()45 kasan_unpoison_object_data(scs_cache, s); in scs_free()46 kmem_cache_free(scs_cache, s); in scs_free()51 scs_cache = kmem_cache_create("scs_cache", SCS_SIZE, 0, 0, NULL); in scs_init()