Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Duser.c76 static struct kmem_cache *uid_cachep; variable
137 kmem_cache_free(uid_cachep, up); in free_user()
181 new = kmem_cache_zalloc(uid_cachep, GFP_KERNEL); in alloc_uid()
197 kmem_cache_free(uid_cachep, new); in alloc_uid()
215 uid_cachep = kmem_cache_create("uid_cache", sizeof(struct user_struct), in uid_cache_init()