Searched refs:request_mempool (Results 1 – 2 of 2) sorted by relevance
240 mempool_destroy(info->request_mempool); in smbd_destroy_rdma_work()394 mempool_free(request, request->info->request_mempool); in send_done()813 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req()873 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req()950 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_create_header()998 mempool_free(request, info->request_mempool); in smbd_create_header()1022 mempool_free(request, info->request_mempool); in smbd_destroy_header()1568 mempool_destroy(info->request_mempool); in smbd_destroy()1621 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()1641 info->request_mempool = in allocate_caches_and_workqueue()[all …]
181 mempool_t *request_mempool; member