Searched refs:request_mempool (Results 1 – 2 of 2) sorted by relevance
240 mempool_destroy(info->request_mempool); in smbd_destroy_rdma_work()391 mempool_free(request, request->info->request_mempool); in send_done()810 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req()870 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req()947 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_create_header()995 mempool_free(request, info->request_mempool); in smbd_create_header()1019 mempool_free(request, info->request_mempool); in smbd_destroy_header()1543 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()1563 info->request_mempool = in allocate_caches_and_workqueue()1566 if (!info->request_mempool) in allocate_caches_and_workqueue()[all …]
180 mempool_t *request_mempool; member