Searched refs:request_mempool (Results 1 – 2 of 2) sorted by relevance
299 mempool_free(request, request->info->request_mempool); in send_done()691 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req()750 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req()878 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_iter()970 mempool_free(request, info->request_mempool); in smbd_post_send_iter()1364 mempool_destroy(info->request_mempool); in smbd_destroy()1420 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()1440 info->request_mempool = in allocate_caches_and_workqueue()1443 if (!info->request_mempool) in allocate_caches_and_workqueue()1482 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
160 mempool_t *request_mempool; member