Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmbdirect.c295 mempool_free(request, request->info->request_mempool); in send_done()
714 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req()
774 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req()
851 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_create_header()
899 mempool_free(request, info->request_mempool); in smbd_create_header()
923 mempool_free(request, info->request_mempool); in smbd_destroy_header()
1470 mempool_destroy(info->request_mempool); in smbd_destroy()
1520 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue()
1540 info->request_mempool = in allocate_caches_and_workqueue()
1543 if (!info->request_mempool) in allocate_caches_and_workqueue()
[all …]
Dsmbdirect.h163 mempool_t *request_mempool; member