Home
last modified time | relevance | path

Searched refs:pf_cache (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nvme/target/
H A Dtcp.c194 struct page_frag_cache pf_cache; member
1434 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1440 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1446 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1451 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1586 page_frag_cache_drain(&queue->pf_cache); in nvmet_tcp_release_queue_work()
/linux/drivers/vhost/
H A Dnet.c149 struct page_frag_cache pf_cache; member
709 buf = page_frag_alloc_align(&net->pf_cache, buflen, GFP_KERNEL, in vhost_net_build_xdp()
1385 page_frag_cache_init(&n->pf_cache); in vhost_net_open()
1453 page_frag_cache_drain(&n->pf_cache); in vhost_net_release()
/linux/drivers/nvme/host/
H A Dtcp.c177 struct page_frag_cache pf_cache; member
559 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1426 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
1445 page_frag_cache_drain(&queue->pf_cache); in nvme_tcp_free_queue()