Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmbdirect.c1226 response = mempool_alloc(info->response_mempool, GFP_KERNEL); in allocate_receive_buffers()
1245 mempool_free(response, info->response_mempool); in allocate_receive_buffers()
1255 mempool_free(response, info->response_mempool); in destroy_receive_buffers()
1258 mempool_free(response, info->response_mempool); in destroy_receive_buffers()
1367 mempool_destroy(info->response_mempool); in smbd_destroy()
1418 mempool_destroy(info->response_mempool); in destroy_caches_and_workqueue()
1456 info->response_mempool = in allocate_caches_and_workqueue()
1459 if (!info->response_mempool) in allocate_caches_and_workqueue()
1478 mempool_destroy(info->response_mempool); in allocate_caches_and_workqueue()
H A Dsmbdirect.h164 mempool_t *response_mempool; member