Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1715 uint16_t *kt_shuffle_buf) in kalloc_type_create_zones_fixed() argument
1722 __assert_only uint64_t kt_shuffle_count = ((vm_address_t) kt_shuffle_buf - in kalloc_type_create_zones_fixed()
1760 *kt_shuffle_buf = 0; in kalloc_type_create_zones_fixed()
1762 kmem_shuffle(kt_shuffle_buf, n_unique_sig); in kalloc_type_create_zones_fixed()
1775 uint16_t shuffle_idx = kt_shuffle_buf[j]; in kalloc_type_create_zones_fixed()
1787 &kt_shuffle_buf[n_unique_sig], kt_zones_for_size, in kalloc_type_create_zones_fixed()
1826 uint16_t *kt_shuffle_buf = kalloc_type_create_iterators_fixed( in kalloc_type_view_init_fixed() local
1832 kalloc_type_create_zones_fixed(kt_skip_list_start, kt_shuffle_buf); in kalloc_type_view_init_fixed()