Searched refs:shuffle_buf (Results 1 – 3 of 3) sorted by relevance
101 uint16_t *shuffle_buf,
3769 uint16_t *shuffle_buf, in kmem_shuffle() argument3775 shuffle_buf[i] = shuffle_buf[j]; in kmem_shuffle()3777 shuffle_buf[j] = i; in kmem_shuffle()3785 uint16_t shuffle_buf[KMEM_MAX_CLAIMS] = {}; in kmem_shuffle_claims() local3788 kmem_shuffle(&shuffle_buf[0], limit); in kmem_shuffle_claims()3791 kmem_claims[i] = kmem_claims[shuffle_buf[i]]; in kmem_shuffle_claims()3792 kmem_claims[shuffle_buf[i]] = tmp; in kmem_shuffle_claims()
1654 uint16_t *shuffle_buf = NULL; in kalloc_type_distribute_zone_for_type() local1663 shuffle_buf = &kt_skip_list[count + 1]; in kalloc_type_distribute_zone_for_type()1699 kmem_shuffle(shuffle_buf, n_zones); in kalloc_type_distribute_zone_for_type()1702 shuffled_zidx = shuffle_buf[zidx]; in kalloc_type_distribute_zone_for_type()1906 uint16_t *shuffle_buf; in kalloc_type_view_init_var() local1948 shuffle_buf = (uint16_t *)(kt_skip_list_start + unique_sig + 1); in kalloc_type_view_init_var()1957 kmem_shuffle(shuffle_buf, flex_heap_count); in kalloc_type_view_init_var()1963 shuffle_buf[flex_heap_count] = split_heap; in kalloc_type_view_init_var()1967 uint32_t heap_id = shuffle_buf[i % (flex_heap_count + 1)] + in kalloc_type_view_init_var()