Searched refs:mapcnt (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/ |
D | page-types.c | 374 uint64_t cgroup, uint64_t mapcnt) in show_page_range() argument 383 if (flags == flags0 && cgroup == cgroup0 && mapcnt == mapcnt0 && in show_page_range() 404 mapcnt0 = mapcnt; in show_page_range() 416 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() argument 425 printf("%lu\t", mapcnt); in show_page() 634 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() argument 654 show_page_range(voffset, offset, 1, flags, cgroup, mapcnt); in add_page() 656 show_page(voffset, offset, flags, cgroup, mapcnt); in add_page() 975 uint64_t mapcnt = 0; in walk_file() local 1035 if (!kpagecount_read(&mapcnt, pfn, 1)) in walk_file() [all …]
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | setup.c | 617 unsigned mapcnt; in xen_is_e820_reserved() local 626 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++) { in xen_is_e820_reserved() 647 unsigned mapcnt; in xen_find_free_area() local 651 for (mapcnt = 0; mapcnt < xen_e820_table.nr_entries; mapcnt++, entry++) { in xen_find_free_area()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | mcf-edma.c | 268 mcf_edma->dma_dev.filter.mapcnt = pdata->slavecnt; in mcf_edma_probe()
|
D | dmaengine.c | 793 if (!device->filter.mapcnt) in dma_filter_match() 796 for (i = 0; i < device->filter.mapcnt; i++) { in dma_filter_match()
|
D | s3c24xx-dma.c | 1303 s3cdma->slave.filter.mapcnt = pdata->slavecnt; in s3c24xx_dma_probe()
|
D | sa11x0-dma.c | 922 d->slave.filter.mapcnt = ARRAY_SIZE(sa11x0_dma_map); in sa11x0_dma_probe()
|
D | pxa_dma.c | 1397 pdev->slave.filter.mapcnt = slave_map_cnt; in pxad_probe()
|
D | amba-pl08x.c | 2823 pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; in pl08x_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dmaengine.h | 764 int mapcnt; member
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | omap-dma.c | 1787 od->ddev.filter.mapcnt = od->plat->slavecnt; in omap_dma_probe()
|
D | edma.c | 2566 ecc->dma_slave.filter.mapcnt = info->slavecnt; in edma_probe()
|