Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c298 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()
H A Dsmbdirect.h160 mempool_t *request_mempool; member