Searched refs:work_cache (Results 1 – 1 of 1) sorted by relevance
16 static struct kmem_cache *work_cache; variable21 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()