Home
last modified time | relevance | path

Searched refs:vma_count (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-maps-race.c81 int vma_count; in FIXTURE() local
94 int vma_count; member
433 self->vma_count = self->page_size / 32 + 1; in FIXTURE_SETUP()
434 self->shared_mem_size = sizeof(struct vma_modifier_info) + self->vma_count * sizeof(void *); in FIXTURE_SETUP()
449 mod_info->vma_count = self->vma_count; in FIXTURE_SETUP()
459 for (i = 0; i < mod_info->vma_count; i++) { in FIXTURE_SETUP()
486 for (i = 0; i < mod_info->vma_count; i++) in FIXTURE_SETUP()
513 for (int i = 0; i < mod_info->vma_count; i++) { in FIXTURE_SETUP()
542 for (int i = 0; i < self->vma_count; i++) in FIXTURE_TEARDOWN()
/linux/fs/
H A Dbinfmt_elf.c1602 count = cprm->vma_count; in fill_files_note()
1628 for (i = 0; i < cprm->vma_count; i++) { in fill_files_note()
1666 n = cprm->vma_count - count; in fill_files_note()
2009 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_core_dump()
2068 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump()
2106 for (i = 0; i < cprm->vma_count; i++) { in elf_core_dump()
H A Dbinfmt_elf_fdpic.c1455 int vma_count) in elf_fdpic_dump_segments() argument
1459 for (i = 0; i < vma_count; i++) { in elf_fdpic_dump_segments()
1521 segs = cprm->vma_count + elf_core_extra_phdrs(cprm); in elf_fdpic_core_dump()
1586 for (i = 0; i < cprm->vma_count; i++) { in elf_fdpic_core_dump()
1636 if (!elf_fdpic_dump_segments(cprm, cprm->vma_meta, cprm->vma_count)) in elf_fdpic_core_dump()
/linux/mm/
H A Dvma.c1291 .tree_end = vms->vma_count, in vms_clear_ptes()
1337 mm->map_count -= vms->vma_count; in vms_complete_munmap_vmas()
1453 mas_set(mas_detach, vms->vma_count++); in vms_gather_munmap_vmas()
1509 vma_test = mas_find(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
1513 vma_test = mas_next(&test, vms->vma_count - 1); in vms_gather_munmap_vmas()
1516 BUG_ON(vms->vma_count != test_count); in vms_gather_munmap_vmas()
1561 vms->vma_count = 0; in init_vma_munmap()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1146 u32 vma_count; in panthor_vm_op_ctx_prealloc_vmas() local
1153 vma_count = 3; in panthor_vm_op_ctx_prealloc_vmas()
1164 vma_count = 2; in panthor_vm_op_ctx_prealloc_vmas()
1171 for (u32 i = 0; i < vma_count; i++) { in panthor_vm_op_ctx_prealloc_vmas()