Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dpage_frags.rst17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
/linux-6.3-rc2/Documentation/mm/
A Dpage_frags.rst10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
/linux-6.3-rc2/include/linux/
A Dgfp.h311 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
/linux-6.3-rc2/drivers/nvme/target/
A Dtcp.c1315 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1321 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1327 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
1332 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_wed_wo.c146 buf = page_frag_alloc(&q->cache, q->buf_size, GFP_ATOMIC); in mtk_wed_wo_queue_refill()
/linux-6.3-rc2/drivers/nvme/host/
A Dtcp.c473 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1291 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
/linux-6.3-rc2/net/core/
A Dskbuff.c683 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb()
688 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb()
777 data = page_frag_alloc(&nc->page, len, gfp_mask); in __napi_alloc_skb()

Completed in 23 milliseconds