Home
last modified time | relevance | path

Searched refs:fls (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dmisc_protos.h77 extern int fls(
H A Dbtlog.c1091 pair.btsp_count = MAX(1u << fls(count - 1), 128u); in __btlog_size()
H A Dzalloc.c10029 zba_xtra_shift = (uint8_t)fls(sizeof(vm_tag_t) - 1); in zone_set_map_sizes()
/xnu-12377.61.12/bsd/libkern/
H A Dlibkern.h149 extern int fls(unsigned int);
/xnu-12377.61.12/osfmk/vm/
H A Dvm_mteinfo.c897 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()
H A Dvm_resident.c2954 level = (fls(max_index | 1) - 1) / VM_PAGE_RADIX_FANOUT_SHIFT; in vm_pages_radix_init_root()
/xnu-12377.61.12/osfmk/x86_64/
H A Dloose_ends.c196 fls(unsigned int mask) in fls() function
/xnu-12377.61.12/tests/vm/
H A Dvm_mteinfo.c768 return MTE_FREE_ACTIVE_0 + fls(n / 4); in t_active_bucket()
/xnu-12377.61.12/osfmk/arm64/
H A Dloose_ends.c1001 fls(unsigned int mask) in fls() function
/xnu-12377.61.12/bsd/kern/
H A Dkern_subr.c620 return 1UL << (fls(elements) - 1); in hashsize()
/xnu-12377.61.12/bsd/pthread/
H A Dpthread_workqueue.c2114 wq_death_max_load = (uint16_t)fls(num_cpus) + 1; in workq_open()