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
21 struct ksmbd_work *work = kmem_cache_zalloc(work_cache, KSMBD_DEFAULT_GFP); in ksmbd_alloc_work_struct()
35 kmem_cache_free(work_cache, work); in ksmbd_alloc_work_struct()
64 kmem_cache_free(work_cache, work); in ksmbd_free_work_struct()
69 kmem_cache_destroy(work_cache); in ksmbd_work_pool_destroy()
74 work_cache = kmem_cache_create("ksmbd_work_cache", in ksmbd_work_pool_init()
77 if (!work_cache) in ksmbd_work_pool_init()