Searched refs:page_frag_alloc (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/Documentation/translations/zh_CN/mm/ |
| D | page_frags.rst | 17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
|
| /Linux-v6.1/Documentation/mm/ |
| D | page_frags.rst | 12 The page_frag functions, page_frag_alloc and page_frag_free, provide a
|
| /Linux-v6.1/include/linux/ |
| D | gfp.h | 311 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
|
| /Linux-v6.1/drivers/nvme/target/ |
| 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-v6.1/drivers/net/wireless/mediatek/mt76/ |
| D | usb.c | 331 data = page_frag_alloc(&q->rx_page, q->buf_size, gfp); in mt76u_fill_rx_sg() 365 urb->transfer_buffer = page_frag_alloc(&q->rx_page, q->buf_size, gfp); in mt76u_refill_rx()
|
| D | dma.c | 461 buf = page_frag_alloc(&q->rx_page, q->buf_size, GFP_ATOMIC); in mt76_dma_rx_fill()
|
| /Linux-v6.1/drivers/nvme/host/ |
| D | tcp.c | 472 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request() 1288 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
|
| /Linux-v6.1/net/core/ |
| D | skbuff.c | 589 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 594 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 684 data = page_frag_alloc(&nc->page, len, gfp_mask); in __napi_alloc_skb()
|