/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.h | 68 int map_count; member
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | mac.c | 66 blocks_in_map = be32_to_cpu(part->map_count); in mac_partition()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | mac.c | 66 blocks_in_map = be32_to_cpu(part->map_count); in mac_partition()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.hpp | 59 unsigned map_count() const;
|
H A D | resource.cpp | 98 resource::map_count() const { in map_count() function in resource
|
/kernel/linux/linux-6.6/mm/ |
H A D | mmap.c | 330 if (i != mm->map_count) { in validate_mm() 331 pr_emerg("map_count %d vma iterator %d\n", mm->map_count, i); in validate_mm() 421 mm->map_count++; in vma_link() 539 mm->map_count++; in vma_complete() 567 mm->map_count--; in vma_complete() 1250 if (mm->map_count > sysctl_max_map_count) in do_mmap() 2451 if (vma->vm_mm->map_count >= sysctl_max_map_count) in split_vma() 2497 * Make sure that map_count on return from munmap() will in do_vmi_align_munmap() 2498 * not exceed its limit; but let map_count g in do_vmi_align_munmap() [all...] |
H A D | nommu.c | 565 vma->vm_mm->map_count--; in cleanup_vma_from_mm() 1204 current->mm->map_count++; in do_mmap() 1322 if (mm->map_count >= sysctl_max_map_count) in split_vma() 1372 mm->map_count++; in split_vma()
|
H A D | debug.c | 169 "pgd %px mm_users %d mm_count %d pgtables_bytes %lu map_count %d\n" in dump_mm() 200 mm->map_count, in dump_mm()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 52 atomic_t map_count; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb.h | 52 atomic_t map_count; member
|
/kernel/linux/linux-5.10/mm/ |
H A D | mmap.c | 419 if (i != mm->map_count) { in validate_mm() 420 pr_emerg("map_count %d vm_next %d\n", mm->map_count, i); in validate_mm() 429 if (i != mm->map_count) { in validate_mm() 431 pr_emerg("map_count %d rb %d\n", mm->map_count, i); in validate_mm() 709 mm->map_count++; in vma_link() 726 mm->map_count++; in __insert_vm_struct() 965 mm->map_count--; in __vma_adjust() 1459 if (mm->map_count > sysctl_max_map_coun in do_mmap() [all...] |
H A D | debug.c | 226 "pgd %px mm_users %d mm_count %d pgtables_bytes %lu map_count %d\n" in dump_mm() 257 mm->map_count, in dump_mm()
|
H A D | mremap.c | 354 if (mm->map_count >= sysctl_max_map_count - 3) in move_vma() 581 if ((mm->map_count + 2) >= sysctl_max_map_count - 3) in mremap_to()
|
H A D | nommu.c | 571 mm->map_count++; in add_vma_to_mm() 634 mm->map_count--; in delete_vma_from_mm() 1366 if (mm->map_count >= sysctl_max_map_count) in split_vma()
|
H A D | rmap.c | 1669 int ref_count, map_count; in try_to_unmap_one() local 1679 map_count = page_mapcount(page); in try_to_unmap_one() 1691 if (ref_count == 1 + map_count && in try_to_unmap_one()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 134 uint32_t map_count() const { return static_cast<uint32_t>(map_ids_.size()); } in map_count() function in v8::WebSnapshotSerializer 286 uint32_t map_count() const { return map_count_; } in map_count() function in v8::WebSnapshotDeserializer
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.h | 147 int map_count() const { return map_count_; } in map_count() function in v8::internal::BoyerMoorePositionInfo 173 int Count(int map_number) { return bitmaps_->at(map_number)->map_count(); } in Count()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_ioctl.c | 67 uint32_t map_count; member 641 region->map_count = 0; in vmw_ioctl_region_create() 705 ++region->map_count; in vmw_ioctl_region_map() 716 --region->map_count; in vmw_ioctl_region_unmap()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | storage.c | 549 layout->map_count = 0; in create_layout() 579 layout->map_count++; in create_layout() 582 layout->value_count = layout->repeated_count + layout->map_count; in create_layout() 1010 for (i = 0; i < layout->map_count; i++, value++) { in layout_init()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.h | 74 int map_count; member
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 408 if (bo->u.real.map_count >= 1) { in radeon_bo_destroy() 452 bo->u.real.map_count++; in radeon_bo_do_map() 484 bo->u.real.map_count = 1; in radeon_bo_do_map() 595 assert(bo->u.real.map_count); in radeon_bo_unmap() 596 if (--bo->u.real.map_count) { in radeon_bo_unmap()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm_types.h | 477 int map_count; /* number of VMAs */ member
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 250 size_t map_count; member 521 dma->map_count = 0; in artpec6_crypto_init_dma_operation() 613 if (dma->map_count >= ARRAY_SIZE(dma->maps)) in artpec6_crypto_dma_map_page() 620 map = &dma->maps[dma->map_count++]; in artpec6_crypto_dma_map_page() 682 for (i = 0; i < dma->map_count; i++) { in artpec6_crypto_dma_unmap_all() 688 dma->map_count = 0; in artpec6_crypto_dma_unmap_all()
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 251 size_t map_count; member 522 dma->map_count = 0; in artpec6_crypto_init_dma_operation() 614 if (dma->map_count >= ARRAY_SIZE(dma->maps)) in artpec6_crypto_dma_map_page() 621 map = &dma->maps[dma->map_count++]; in artpec6_crypto_dma_map_page() 683 for (i = 0; i < dma->map_count; i++) { in artpec6_crypto_dma_unmap_all() 689 dma->map_count = 0; in artpec6_crypto_dma_unmap_all()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | sb_mixer.c | 695 int map_count, in snd_sbmixer_init() 708 for (idx = 0; idx < map_count; idx++) { in snd_sbmixer_init() 691 snd_sbmixer_init(struct snd_sb *chip, const struct sbmix_elem *controls, int controls_count, const unsigned char map[][2], int map_count, char *name) snd_sbmixer_init() argument
|