Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dksmbd_work.c16 static struct kmem_cache *work_cache; variable
21 struct ksmbd_work *work = kmem_cache_zalloc(work_cache, GFP_KERNEL); in ksmbd_alloc_work_struct()
34 kmem_cache_free(work_cache, work); in ksmbd_alloc_work_struct()
61 kmem_cache_free(work_cache, work); in ksmbd_free_work_struct()
66 kmem_cache_destroy(work_cache); in ksmbd_work_pool_destroy()
71 work_cache = kmem_cache_create("ksmbd_work_cache", in ksmbd_work_pool_init()
74 if (!work_cache) in ksmbd_work_pool_init()