Home
last modified time | relevance | path

Searched refs:page_frag_alloc (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
A Dpage_frags.rst17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
/linux/net/rxrpc/
A Dtxbuf.c99 buf = page_frag_alloc(&call->local->tx_alloc, in rxrpc_alloc_ack_txbuf()
107 buf2 = page_frag_alloc(&call->local->tx_alloc, sack_size, gfp); in rxrpc_alloc_ack_txbuf()
/linux/Documentation/mm/
A Dpage_frags.rst10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
/linux/include/linux/
A Dgfp.h388 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
/linux/drivers/nvme/target/
A Dtcp.c1466 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1472 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1478 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1483 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_wed_wo.c145 buf = page_frag_alloc(&q->cache, q->buf_size, in mtk_wed_wo_queue_refill()
/linux/drivers/net/ethernet/google/gve/
A Dgve_rx.c732 frame = page_frag_alloc(&rx->page_cache, total_len, GFP_ATOMIC); in gve_xdp_redirect()
/linux/drivers/nvme/host/
A Dtcp.c538 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1364 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
/linux/net/sunrpc/
A Dsvcsock.c1225 buf = page_frag_alloc(&svsk->sk_frag_cache, sizeof(marker), in svc_tcp_sendmsg()
/linux/net/core/
A Dskbuff.c755 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb()
762 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb()
852 data = page_frag_alloc(&nc->page, len, gfp_mask); in napi_alloc_skb()

Completed in 37 milliseconds