Searched refs:pf_cache (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 135 struct page_frag_cache pf_cache; member 1304 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1310 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1316 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1321 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1444 page = virt_to_head_page(queue->pf_cache.va); in nvmet_tcp_release_queue_work() 1445 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvmet_tcp_release_queue_work()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 173 struct page_frag_cache pf_cache; member 1364 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1370 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1376 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1381 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1513 page = virt_to_head_page(queue->pf_cache.va); in nvmet_tcp_release_queue_work() 1514 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvmet_tcp_release_queue_work()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | tcp.c | 150 struct page_frag_cache pf_cache; member 485 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request() 1311 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req() 1334 if (queue->pf_cache.va) { in nvme_tcp_free_queue() 1335 page = virt_to_head_page(queue->pf_cache.va); in nvme_tcp_free_queue() 1336 __page_frag_cache_drain(page, queue->pf_cache.pagecnt_bias); in nvme_tcp_free_queue() 1337 queue->pf_cache.va = NULL; in nvme_tcp_free_queue()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 146 struct page_frag_cache pf_cache; member 466 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request() 1252 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
|
Completed in 12 milliseconds