Searched refs:nr_pages (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 270 while (alloc_pages < nr_pages) { in abd_alloc_chunks() 299 ASSERT3S(alloc_pages, ==, nr_pages); in abd_alloc_chunks() 387 ASSERT3U(table.nents, ==, nr_pages); in abd_alloc_chunks() 389 ABD_SCATTER(abd).abd_nents = nr_pages; in abd_alloc_chunks() 391 abd_for_each_sg(abd, sg, nr_pages, i) { in abd_alloc_chunks() 402 if (nr_pages > 1) { in abd_alloc_chunks() 428 int nr_pages = ABD_SCATTER(abd).abd_nents; in abd_free_chunks() local 437 abd_for_each_sg(abd, sg, nr_pages, i) { in abd_free_chunks() 472 ASSERT3U(table.nents, ==, nr_pages); in abd_alloc_zero_scatter() 570 abd_for_each_sg(abd, sg, nr_pages, i) { in abd_alloc_chunks() [all …]
|
| H A D | zfs_vnops_os.c | 3741 zfs_fillpage(struct inode *ip, struct page *pl[], int nr_pages) in zfs_fillpage() argument 3754 io_len = nr_pages << PAGE_SHIFT; in zfs_fillpage() 3798 zfs_getpage(struct inode *ip, struct page *pl[], int nr_pages) in zfs_getpage() argument 3810 err = zfs_fillpage(ip, pl, nr_pages); in zfs_getpage()
|
| H A D | zpl_file.c | 634 struct list_head *pages, unsigned nr_pages) in zpl_readpages() argument
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vnops_os.h | 70 extern int zfs_getpage(struct inode *ip, struct page *pl[], int nr_pages);
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 4071 rmem->nr_pages = RTE_ALIGN_MUL_CEIL(mem_size, BNXT_PAGE_SIZE) / in bnxt_alloc_ctx_mem_blk() 4080 if (rmem->nr_pages > 1) { in bnxt_alloc_ctx_mem_blk() 4088 rmem->nr_pages * 8, in bnxt_alloc_ctx_mem_blk() 4128 if (rmem->nr_pages > 1) { in bnxt_alloc_ctx_mem_blk() 4129 if (i == rmem->nr_pages - 2 && in bnxt_alloc_ctx_mem_blk() 4132 else if (i == rmem->nr_pages - 1 && in bnxt_alloc_ctx_mem_blk()
|
| H A D | bnxt.h | 409 int nr_pages; member
|
| H A D | bnxt_hwrm.c | 67 if (rmem->nr_pages > 1) { in bnxt_hwrm_set_pg_attr()
|