Home
last modified time | relevance | path

Searched refs:request_mempool (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/cifs/
Dsmbdirect.c293 mempool_free(request, request->info->request_mempool); in send_done()
685 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req()
744 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req()
872 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_sgl()
958 mempool_free(request, info->request_mempool); in smbd_post_send_sgl()
1397 mempool_destroy(info->request_mempool); in smbd_destroy()
1450 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()
1470 info->request_mempool = in allocate_caches_and_workqueue()
1473 if (!info->request_mempool) in allocate_caches_and_workqueue()
1512 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue()
Dsmbdirect.h160 mempool_t *request_mempool; member