Searched refs:page_frag_alloc (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/Documentation/translations/zh_CN/mm/ |
D | page_frags.rst | 17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
|
/linux-6.6.21/Documentation/mm/ |
D | page_frags.rst | 10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
|
/linux-6.6.21/include/linux/ |
D | gfp.h | 311 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
|
/linux-6.6.21/drivers/nvme/target/ |
D | tcp.c | 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()
|
/linux-6.6.21/drivers/net/ethernet/mediatek/ |
D | mtk_wed_wo.c | 145 buf = page_frag_alloc(&q->cache, q->buf_size, GFP_ATOMIC); in mtk_wed_wo_queue_refill()
|
/linux-6.6.21/drivers/net/ethernet/google/gve/ |
D | gve_rx.c | 651 frame = page_frag_alloc(&rx->page_cache, total_len, GFP_ATOMIC); in gve_xdp_redirect()
|
/linux-6.6.21/drivers/nvme/host/ |
D | tcp.c | 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()
|
/linux-6.6.21/net/sunrpc/ |
D | svcsock.c | 1244 buf = page_frag_alloc(&svsk->sk_frag_cache, sizeof(marker), in svc_tcp_sendmsg()
|
/linux-6.6.21/net/core/ |
D | skbuff.c | 727 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 732 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 821 data = page_frag_alloc(&nc->page, len, gfp_mask); in __napi_alloc_skb()
|