Searched refs:BITMAP_LEN (Results 1 – 11 of 11) sorted by relevance
79 bitmap_t scbrq_bitmap[BITMAP_LEN(NRQS_MAX)];171 bitmap_t scr_unbound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];173 bitmap_t scr_unbound_warp_available[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];175 bitmap_t scr_bound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];177 bitmap_t scr_bound_warp_available[BITMAP_LEN(TH_BUCKET_SCHED_MAX)];
273 bitmap_t foreign_psets[BITMAP_LEN(MAX_PSETS)];274 bitmap_t native_psets[BITMAP_LEN(MAX_PSETS)];275 bitmap_t local_psets[BITMAP_LEN(MAX_PSETS)];276 bitmap_t remote_psets[BITMAP_LEN(MAX_PSETS)];
227 bitmap_t bitmap[BITMAP_LEN(NRQS)]; /* run queue bitmap array */264 bitmap_t bitmap[BITMAP_LEN(NRTQS)];
204 #define BITMAP_LEN(n) (((uint)(n) + 63) >> 6) /* Round to 64bit bitmap_t */ macro205 #define BITMAP_SIZE(n) (size_t)(BITMAP_LEN(n) << 3) /* Round to 64bit bitmap_t, then co…
376 for (uint8_t i = 0; i < BITMAP_LEN(NRQS); i++) { in sched_clutch_bucket_runq_init()3430 static bitmap_t sched_edge_available_pset_bitmask[BITMAP_LEN(MAX_PSETS)];4770 bitmap_t clutch_bucket_modify_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)] = {0}; in sched_edge_tg_preferred_cluster_change()
379 bitmap_t sched_preempt_pri[BITMAP_LEN(NRQS_MAX)];3872 for (u_int i = 0; i < BITMAP_LEN(NRQS); i++) { in run_queue_init()
553 static bitmap_t zone_destroyed_bitmap[BITMAP_LEN(MAX_ZONES)];
49 #define ENTROPY_MAX_FILTER_COUNT (BITMAP_LEN(ENTROPY_MAX_SAMPLE_COUNT))283 assert(filter_count >= BITMAP_LEN(sample_count)); in entropy_filter()449 assert(filter_count >= BITMAP_LEN(sample_count)); in entropy_health_test()
116 …entropy_filter(entropy_analysis_max_sample_count, entropy_analysis_buffer, BITMAP_LEN(filter_nbits…
521 static bitmap_t asid_plru_bitmap[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA;522 static uint64_t asid_plru_generation[BITMAP_LEN(MAX_HW_ASIDS)] MARK_AS_PMAP_DATA = {0};1561 for (; plru_index < BITMAP_LEN(pmap_max_asids); plru_index += ((MAX_HW_ASIDS + 1) >> 6)) { in alloc_asid()2119 const vm_size_t asid_table_size = sizeof(*asid_bitmap) * BITMAP_LEN(pmap_max_asids); in pmap_bootstrap()3851 bitmap_t active_disconnects[BITMAP_LEN(MAX_CPUS)];
819 skr->skr_seg_bmap_len = BITMAP_LEN(skr->skr_seg_max_cnt); in skmem_region_create()