Searched refs:request_mempool (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.c | 292 mempool_free(request, request->info->request_mempool); in send_done() 684 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req() 743 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req() 871 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_sgl() 957 mempool_free(request, info->request_mempool); in smbd_post_send_sgl() 1396 mempool_destroy(info->request_mempool); in smbd_destroy() 1449 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue() 1469 info->request_mempool = in allocate_caches_and_workqueue() 1472 if (!info->request_mempool) in allocate_caches_and_workqueue() 1511 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue() [all...] |
H A D | smbdirect.h | 160 mempool_t *request_mempool; member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 298 mempool_free(request, request->info->request_mempool); in send_done() 690 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_negotiate_req() 749 mempool_free(request, info->request_mempool); in smbd_post_send_negotiate_req() 877 request = mempool_alloc(info->request_mempool, GFP_KERNEL); in smbd_post_send_iter() 969 mempool_free(request, info->request_mempool); in smbd_post_send_iter() 1363 mempool_destroy(info->request_mempool); in smbd_destroy() 1419 mempool_destroy(info->request_mempool); in destroy_caches_and_workqueue() 1439 info->request_mempool = in allocate_caches_and_workqueue() 1442 if (!info->request_mempool) in allocate_caches_and_workqueue() 1481 mempool_destroy(info->request_mempool); in allocate_caches_and_workqueue() [all...] |
H A D | smbdirect.h | 160 mempool_t *request_mempool; member
|
Completed in 7 milliseconds