Home
last modified time | relevance | path

Searched refs:page_frag_free (Results 1 – 14 of 14) sorted by relevance

/linux-6.1.9/Documentation/translations/zh_CN/mm/
Dpage_frags.rst17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
/linux-6.1.9/net/xdp/
Dxsk_queue.c55 page_frag_free(q->ring); in xskq_destroy()
/linux-6.1.9/drivers/nvme/target/
Dtcp.c1343 page_frag_free(c->data_pdu); in nvmet_tcp_alloc_cmd()
1345 page_frag_free(c->rsp_pdu); in nvmet_tcp_alloc_cmd()
1347 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmd()
1353 page_frag_free(c->r2t_pdu); in nvmet_tcp_free_cmd()
1354 page_frag_free(c->data_pdu); in nvmet_tcp_free_cmd()
1355 page_frag_free(c->rsp_pdu); in nvmet_tcp_free_cmd()
1356 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()
/linux-6.1.9/Documentation/mm/
Dpage_frags.rst12 The page_frag functions, page_frag_alloc and page_frag_free, provide a
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c251 page_frag_free(tx_buf->raw_buf); in ice_clean_xdp_irq()
Dice_xsk.c775 page_frag_free(tx_buf->raw_buf); in ice_clean_xdp_tx_buf()
Dice_txrx.c119 page_frag_free(tx_buf->raw_buf); in ice_unmap_and_free_tx_buf()
/linux-6.1.9/include/linux/
Dgfp.h317 extern void page_frag_free(void *addr);
Dskbuff.h3190 page_frag_free(addr); in skb_free_frag()
/linux-6.1.9/net/core/
Dxdp.c391 page_frag_free(data); in __xdp_return()
/linux-6.1.9/drivers/nvme/host/
Dtcp.c458 page_frag_free(req->pdu); in nvme_tcp_exit_request()
1279 page_frag_free(async->pdu); in nvme_tcp_free_async_req()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c306 page_frag_free(tx_buffer->data); in ixgbevf_clean_tx_irq()
2409 page_frag_free(tx_buffer->data); in ixgbevf_clean_tx_ring()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c528 page_frag_free(buf); in __otx2_alloc_rbuf()
/linux-6.1.9/mm/
Dpage_alloc.c5778 void page_frag_free(void *addr) in page_frag_free() function
5785 EXPORT_SYMBOL(page_frag_free);