Searched refs:ARRAY_COUNT (Results 1 – 6 of 6) sorted by relevance
158 #define ARRAY_COUNT(a) (sizeof((a)) / sizeof((a)[0])) macro
1071 ARRAY_COUNT(object->purgeable_volatilizer_bt)); in vm_purgeable_object_add()1431 ARRAY_COUNT(object->purgeable_owner_bt)); in vm_purgeable_nonvolatile_enqueue()
8971 if (idx >= ARRAY_COUNT(free_tag_bits)) { in vm_tag_alloc_locked()8972 for (idx = 0; idx < ARRAY_COUNT(vm_allocation_sites); idx++) { in vm_tag_alloc_locked()8996 if (idx >= ARRAY_COUNT(vm_allocation_sites)) { in vm_tag_alloc_locked()
610 for (uint32_t i = 0; i < ARRAY_COUNT(limit0.pl_rlimit); i++) { in bsd_init()
395 for (size_t i = 0; i < ARRAY_COUNT(disable_lv_entitlements); i++) { in arm64e_plugin_host()418 for (size_t i = 0; i < ARRAY_COUNT(hardening_exceptions); i++) { in arm64e_plugin_host()
2523 return ARRAY_COUNT(vm_reserved_regions); in ml_get_vm_reserved_regions()