Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_frags.rst17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c1401 page_frag_free(c->data_pdu);
1403 page_frag_free(c->rsp_pdu); in nvmet_tcp_free_cmd()
1405 page_frag_free(c->cmd_pdu); in nvmet_tcp_free_cmd()
1411 page_frag_free(c->r2t_pdu); in nvmet_tcp_alloc_cmds()
1412 page_frag_free(c->data_pdu); in nvmet_tcp_alloc_cmds()
1413 page_frag_free(c->rsp_pdu); in nvmet_tcp_alloc_cmds()
1414 page_frag_free(c->cmd_pdu); in nvmet_tcp_alloc_cmds()
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst10 The page_frag functions, page_frag_alloc and page_frag_free, provide a
/openbmc/linux/include/linux/
H A Dgfp.h317 extern void page_frag_free(void *addr);
H A Dskbuff.h3281 page_frag_free(addr); in skb_free_frag()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c239 page_frag_free(tx_buf->raw_buf); in ice_clean_xdp_tx_buf()
H A Dice_txrx.c129 page_frag_free(tx_buf->raw_buf); in ice_unmap_and_free_tx_buf()
/openbmc/linux/net/core/
H A Dxdp.c389 page_frag_free(data); in __xdp_return()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c664 page_frag_free(frame); in gve_xdp_redirect()
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c471 page_frag_free(req->pdu); in nvme_tcp_exit_request()
1302 page_frag_free(async->pdu); in nvme_tcp_free_async_req()
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c1238 page_frag_free(buf); in svc_tcp_sendmsg()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c306 page_frag_free(tx_buffer->data); in ixgbevf_clean_tx_irq()
2416 page_frag_free(tx_buffer->data); in ixgbevf_clean_tx_ring()
/openbmc/linux/mm/
H A Dpage_alloc.c4670 void page_frag_free(void *addr) in page_frag_free()
4677 EXPORT_SYMBOL(page_frag_free);
4669 void page_frag_free(void *addr) page_frag_free() function
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c556 page_frag_free(buf); in __otx2_alloc_rbuf()