Home
last modified time | relevance | path

Searched refs:pagepool (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.10/fs/erofs/
Ddecompressor.c26 struct list_head *pagepool);
32 struct list_head *pagepool) in z_erofs_lz4_prepare_destpages() argument
76 victim = erofs_allocpage(pagepool, GFP_KERNEL); in z_erofs_lz4_prepare_destpages()
230 struct list_head *pagepool) in z_erofs_decompress_generic() argument
266 ret = alg->prepare_destpages(rq, pagepool); in z_erofs_decompress_generic()
301 struct list_head *pagepool) in z_erofs_shifted_transform() argument
340 struct list_head *pagepool) in z_erofs_decompress() argument
343 return z_erofs_shifted_transform(rq, pagepool); in z_erofs_decompress()
344 return z_erofs_decompress_generic(rq, pagepool); in z_erofs_decompress()
Dzdata.c742 struct list_head *pagepool) in z_erofs_decompress_pcluster() argument
800 if (z_erofs_put_stagingpage(pagepool, page)) in z_erofs_decompress_pcluster()
890 }, pagepool); in z_erofs_decompress_pcluster()
901 (void)z_erofs_put_stagingpage(pagepool, page); in z_erofs_decompress_pcluster()
914 if (z_erofs_put_stagingpage(pagepool, page)) in z_erofs_decompress_pcluster()
942 struct list_head *pagepool) in z_erofs_decompress_queue() argument
958 z_erofs_decompress_pcluster(io->sb, pcl, pagepool); in z_erofs_decompress_queue()
966 LIST_HEAD(pagepool); in z_erofs_decompressqueue_work()
969 z_erofs_decompress_queue(bgq, &pagepool); in z_erofs_decompressqueue_work()
971 put_pages_list(&pagepool); in z_erofs_decompressqueue_work()
[all …]
Dcompress.h42 static inline bool z_erofs_put_stagingpage(struct list_head *pagepool, in z_erofs_put_stagingpage() argument
52 list_add(&page->lru, pagepool); in z_erofs_put_stagingpage()
57 struct list_head *pagepool);
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgk20a.c63 grctx->pagepool(info); in gk20a_grctx_generate_main()
75 .pagepool = gk104_grctx_generate_pagepool,
Dctxgm20b.c66 grctx->pagepool(info); in gm20b_grctx_generate_main()
78 .pagepool = gm107_grctx_generate_pagepool,
Dctxgp104.c32 .pagepool = gp100_grctx_generate_pagepool,
Dctxgp107.c40 .pagepool = gp100_grctx_generate_pagepool,
Dctxgf104.c95 .pagepool = gf100_grctx_generate_pagepool,
Dctxgk110b.c88 .pagepool = gk104_grctx_generate_pagepool,
Dctxgf110.c343 .pagepool = gf100_grctx_generate_pagepool,
Dctxgf119.c511 .pagepool = gf100_grctx_generate_pagepool,
Dctxtu102.c81 .pagepool = gp100_grctx_generate_pagepool,
Dctxgk208.c554 .pagepool = gk104_grctx_generate_pagepool,
Dctxgk110.c839 .pagepool = gk104_grctx_generate_pagepool,
Dctxgm200.c112 .pagepool = gm107_grctx_generate_pagepool,
Dctxgp102.c102 .pagepool = gp100_grctx_generate_pagepool,
Dctxgf108.c796 .pagepool = gf100_grctx_generate_pagepool,
Dctxgp100.c124 .pagepool = gp100_grctx_generate_pagepool,
Dctxgf117.c295 .pagepool = gf100_grctx_generate_pagepool,
Dctxgm107.c979 .pagepool = gm107_grctx_generate_pagepool,
Dctxgv100.c199 .pagepool = gp100_grctx_generate_pagepool,
Dctxgk104.c992 .pagepool = gk104_grctx_generate_pagepool,
Dctxgf100.h46 void (*pagepool)(struct gf100_grctx *); member
Dctxgf100.c1387 grctx->pagepool(info); in gf100_grctx_generate_main()
1591 .pagepool = gf100_grctx_generate_pagepool,
/Linux-v5.10/fs/btrfs/
Dextent_io.c4348 struct page *pagepool[16]; in extent_readahead() local
4353 while ((nr = readahead_page_batch(rac, pagepool))) { in extent_readahead()
4354 u64 contig_start = page_offset(pagepool[0]); in extent_readahead()
4355 u64 contig_end = page_offset(pagepool[nr - 1]) + PAGE_SIZE - 1; in extent_readahead()
4359 contiguous_readpages(pagepool, nr, contig_start, contig_end, in extent_readahead()