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()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()