Home
last modified time | relevance | path

Searched refs:page_frag_alloc (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dpage_frags.rst17 page_frag函数,page_frag_alloc和page_frag_free,为页面片段提供了一个简单
/linux/include/linux/
H A Dpage_frag_cache.h53 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc() function
/linux/tools/testing/selftests/mm/page_frag/
H A Dpage_frag_test.c97 va = page_frag_alloc(&test_nc, test_alloc_len, GFP_KERNEL); in page_frag_push_thread()
/linux/net/rxrpc/
H A Doutput.c87 buf = page_frag_alloc(&call->local->tx_alloc, in rxrpc_alloc_ack()
93 buf2 = page_frag_alloc(&call->local->tx_alloc, sack_size, gfp); in rxrpc_alloc_ack()
654 whdr = page_frag_alloc(&call->local->tx_alloc, sizeof(*whdr), GFP_NOFS); in rxrpc_send_data_packet()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c738 frame = page_frag_alloc(&rx->page_cache, total_len, GFP_ATOMIC); in gve_xdp_redirect()
/linux/drivers/nvme/host/
H A Dtcp.c559 req->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_init_request()
1423 async->pdu = page_frag_alloc(&queue->pf_cache, in nvme_tcp_alloc_async_req()
/linux/net/sunrpc/
H A Dsvcsock.c1241 buf = page_frag_alloc(&svsk->sk_frag_cache, sizeof(marker), in svc_tcp_sendmsg()