Searched refs:BITMAP_LEN (Results 1 – 21 of 21) sorted by relevance
66 bitmap_t scbrq_bitmap[BITMAP_LEN(NRQS_MAX)];160 bitmap_t scr_unbound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];162 bitmap_t scr_unbound_warp_available[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];164 bitmap_t scr_bound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];166 bitmap_t scr_bound_warp_available[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];
143 static bitmap_t var##_bits0[BITMAP_LEN(COMPACT_ID_COUNT_BASE)] = { \144 [0 ... BITMAP_LEN(COMPACT_ID_COUNT_BASE) - 1] = ~0ull, \
250 bitmap_t bitmap[BITMAP_LEN(NRQS)]; /* run queue bitmap array */287 bitmap_t bitmap[BITMAP_LEN(NRTQS)];
303 bitmap_t foreign_psets[BITMAP_LEN(MAX_PSETS)];304 bitmap_t native_psets[BITMAP_LEN(MAX_PSETS)];305 bitmap_t local_psets[BITMAP_LEN(MAX_PSETS)];306 bitmap_t remote_psets[BITMAP_LEN(MAX_PSETS)];
195 #define BITMAP_LEN(n) (((uint)(n) + 63) >> 6) /* Round to 64bit bitmap_t */ macro196 #define BITMAP_SIZE(n) (size_t)(BITMAP_LEN(n) << 3) /* Round to 64bit bitmap_t, then co…228 for (uint i = 0; i < BITMAP_LEN(nbits); i++) { in bitmap_is_empty()
128 bitmap_t c_service_bitmap[BITMAP_LEN(CONCLAVE_SERVICE_MAX)];
480 for (uint8_t i = 0; i < BITMAP_LEN(NRQS); i++) { in sched_clutch_bucket_runq_init()3880 static bitmap_t sched_edge_available_pset_bitmask[BITMAP_LEN(MAX_PSETS)];5719 bitmap_t clutch_bucket_modify_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)] = {0}; in sched_edge_tg_preferred_cluster_change()
80 kernel_service_bitmap[BITMAP_LEN(CONCLAVE_SERVICE_MAX)] = {0};
401 bitmap_t sched_preempt_pri[BITMAP_LEN(NRQS_MAX)];3986 for (u_int i = 0; i < BITMAP_LEN(NRQS); i++) { in run_queue_init()
521 static bitmap_t zone_destroyed_bitmap[BITMAP_LEN(MAX_ZONES)];
49 #define ENTROPY_MAX_FILTER_COUNT (BITMAP_LEN(ENTROPY_MAX_SAMPLE_COUNT))279 assert3u(filter_count, >=, BITMAP_LEN(sample_count)); in entropy_filter()445 assert3u(filter_count, >=, BITMAP_LEN(sample_count)); in entropy_health_test()
452 extern bitmap_t vm_mte_tag_storage_for_vm_tags_mask[BITMAP_LEN(VM_MEMORY_COUNT)];
607 bitmap_t vm_mte_tag_storage_for_vm_tags_mask[BITMAP_LEN(VM_MEMORY_COUNT)];
25549 static bitmap_t vm_map_user_range_heap_map[BITMAP_LEN(VM_MEMORY_COUNT)];25550 static bitmap_t vm_map_user_range_large_file_map[BITMAP_LEN(VM_MEMORY_COUNT)];
116 …entropy_filter(entropy_analysis_max_sample_count, entropy_analysis_buffer, BITMAP_LEN(filter_nbits…
106 for (u_int i = 0; i < BITMAP_LEN(NRQS); i++) { in run_queue_init()
403 bitmap_t modify_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)] = {0}; in impl_set_tg_sched_bucket_preferred_pset()
542 static bitmap_t asid_plru_bitmap[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA;543 static uint64_t asid_plru_generation[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA = {0};1749 for (; plru_index < BITMAP_LEN(pmap_max_asids); plru_index += ((MAX_HW_ASIDS + 1) >> 6)) { in alloc_asid()2333 const vm_size_t asid_table_size = sizeof(*asid_bitmap) * BITMAP_LEN(pmap_max_asids); in pmap_bootstrap()3923 bitmap_t active_disconnects[BITMAP_LEN(MAX_CPUS)];
855 skr->skr_seg_bmap_len = BITMAP_LEN(skr->skr_seg_max_cnt); in skmem_region_create()
608 static bitmap_t asid_plru_bitmap[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA;609 static uint64_t asid_plru_generation[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA = {0};1284 for (; plru_index < BITMAP_LEN(pmap_max_asids); plru_index += (MAX_HW_ASIDS >> 6)) { in alloc_asid()1761 const vm_size_t asid_table_size = sizeof(*asid_bitmap) * BITMAP_LEN(pmap_max_asids); in pmap_bootstrap()
2486 static_assert(BITMAP_LEN(FSW_RPS_MAX_NTHREADS) == 1); in fsw_receive()