Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dksmbd_work.c16 static struct kmem_cache *work_cache; variable
51 struct ksmbd_work *work = kmem_cache_zalloc(work_cache, KSMBD_DEFAULT_GFP); in ksmbd_alloc_work_struct()
88 kmem_cache_free(work_cache, work); in ksmbd_free_work_struct()
93 kmem_cache_destroy(work_cache); in ksmbd_work_pool_destroy()
98 work_cache = kmem_cache_create("ksmbd_work_cache", in ksmbd_work_pool_init()
101 if (!work_cache) in ksmbd_work_pool_init()