Searched refs:page_frag_alloc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | page_frags.rst | 12 The page_frag functions, page_frag_alloc and page_frag_free, provide a
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | tcp.c | 1293 c->cmd_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1299 c->rsp_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1305 c->data_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd() 1310 c->r2t_pdu = page_frag_alloc(&queue->pf_cache, in nvmet_tcp_alloc_cmd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | gfp.h | 606 extern void *page_frag_alloc(struct page_frag_cache *nc,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | usb.c | 384 data = page_frag_alloc(&q->rx_page, q->buf_size, gfp); in mt76u_fill_rx_sg() 418 urb->transfer_buffer = page_frag_alloc(&q->rx_page, q->buf_size, gfp); in mt76u_refill_rx()
|
| H A D | dma.c | 446 buf = page_frag_alloc(&q->rx_page, q->buf_size, GFP_ATOMIC); in mt76_dma_rx_fill()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | skbuff.c | 382 return page_frag_alloc(&nc->page, fragsz, gfp_mask); in __napi_alloc_frag() 408 data = page_frag_alloc(nc, fragsz, GFP_ATOMIC); in netdev_alloc_frag() 461 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 466 data = page_frag_alloc(nc, len, gfp_mask); in __netdev_alloc_skb() 534 data = page_frag_alloc(&nc->page, len, gfp_mask); in __napi_alloc_skb()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 466 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request() 1252 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynos | 1357 page_frag_alloc
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_alloc.c | 5303 void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function 5372 EXPORT_SYMBOL(page_frag_alloc);
|