Searched refs:page_frag_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | page_frags.rst | 17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
|
/linux-6.3-rc2/Documentation/mm/ |
A D | page_frags.rst | 10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
|
/linux-6.3-rc2/include/linux/ |
A D | gfp.h | 311 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
|
/linux-6.3-rc2/drivers/nvme/target/ |
A D | tcp.c | 1315 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 D | mtk_wed_wo.c | 146 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 D | tcp.c | 473 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 D | skbuff.c | 683 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 31 milliseconds