Searched refs:fls (Results 1 – 11 of 11) sorted by relevance
77 extern int fls(
1091 pair.btsp_count = MAX(1u << fls(count - 1), 128u); in __btlog_size()
10029 zba_xtra_shift = (uint8_t)fls(sizeof(vm_tag_t) - 1); in zone_set_map_sizes()
149 extern int fls(unsigned int);
897 return MTE_FREE_ACTIVE_0 + fls(n / 4); in mteinfo_free_queue_idx()1112 queue = &list->buckets[fls(mask) - 1]; in cell_list_find_last_page()2436 i_bucket = fls(inactive_list->mask) - 1; in mteinfo_tag_storage_active_refill()2441 c_bucket = fls(claimed_list->mask) - 1; in mteinfo_tag_storage_active_refill()2762 idx = fls(mask) - 1; in mteinfo_free_queue_grab()
2954 level = (fls(max_index | 1) - 1) / VM_PAGE_RADIX_FANOUT_SHIFT; in vm_pages_radix_init_root()
196 fls(unsigned int mask) in fls() function
768 return MTE_FREE_ACTIVE_0 + fls(n / 4); in t_active_bucket()
1001 fls(unsigned int mask) in fls() function
620 return 1UL << (fls(elements) - 1); in hashsize()
2114 wq_death_max_load = (uint16_t)fls(num_cpus) + 1; in workq_open()