Searched refs:mapcnt (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/mm/ |
| H A 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("%" PRIu64 "\t", mapcnt); in show_page() 636 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() argument 656 show_page_range(voffset, offset, 1, flags, cgroup, mapcnt); in add_page() 658 show_page(voffset, offset, flags, cgroup, mapcnt); in add_page() 978 uint64_t mapcnt = 0; in walk_file_range() local 1034 if (!kpagecount_read(&mapcnt, pfn, 1)) in walk_file_range() [all …]
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 794 if (!device->filter.mapcnt) in dma_filter_match() 797 for (i = 0; i < device->filter.mapcnt; i++) { in dma_filter_match()
|
| H A D | sa11x0-dma.c | 920 d->slave.filter.mapcnt = ARRAY_SIZE(sa11x0_dma_map); in sa11x0_dma_probe()
|
| H A D | pxa_dma.c | 1395 pdev->slave.filter.mapcnt = slave_map_cnt; in pxad_probe()
|
| H A D | amba-pl08x.c | 2812 pl08x->slave.filter.mapcnt = pl08x->pd->slave_map_len; in pl08x_probe()
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 782 int mapcnt; member
|
| /linux/drivers/dma/xilinx/ |
| H A D | xdma.c | 1273 xdev->dma_dev.filter.mapcnt = pdata->device_map_cnt; in xdma_probe()
|
| /linux/drivers/dma/amd/qdma/ |
| H A D | qdma.c | 1105 qdev->dma_dev.filter.mapcnt = qdev->chan_num * 2; in amd_qdma_probe()
|
| /linux/drivers/dma/ti/ |
| H A D | omap-dma.c | 1792 od->ddev.filter.mapcnt = od->plat->slavecnt; in omap_dma_probe()
|
| H A D | edma.c | 2522 ecc->dma_slave.filter.mapcnt = info->slavecnt; in edma_probe()
|