Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.8-rc1 12 lines 311 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef __PAGE_POOL_PRIV_H 4#define __PAGE_POOL_PRIV_H 5 6s32 page_pool_inflight(const struct page_pool *pool, bool strict); 7 8int page_pool_list(struct page_pool *pool); 9void page_pool_detached(struct page_pool *pool); 10void page_pool_unlist(struct page_pool *pool); 11 12#endif