Searched refs:shuffle_buf (Results 1 – 3 of 3) sorted by relevance
101 uint16_t *shuffle_buf,
3686 uint16_t *shuffle_buf, in kmem_shuffle() argument3692 shuffle_buf[i] = shuffle_buf[j]; in kmem_shuffle()3694 shuffle_buf[j] = i; in kmem_shuffle()3702 uint16_t shuffle_buf[KMEM_MAX_CLAIMS] = {}; in kmem_shuffle_claims() local3705 kmem_shuffle(&shuffle_buf[0], limit); in kmem_shuffle_claims()3708 kmem_claims[i] = kmem_claims[shuffle_buf[i]]; in kmem_shuffle_claims()3709 kmem_claims[shuffle_buf[i]] = tmp; in kmem_shuffle_claims()
1634 uint16_t *shuffle_buf = NULL; in kalloc_type_distribute_zone_for_type() local1643 shuffle_buf = &kt_skip_list[count + 1]; in kalloc_type_distribute_zone_for_type()1679 kmem_shuffle(shuffle_buf, n_zones); in kalloc_type_distribute_zone_for_type()1682 shuffled_zidx = shuffle_buf[zidx]; in kalloc_type_distribute_zone_for_type()1886 uint16_t *shuffle_buf; in kalloc_type_view_init_var() local1928 shuffle_buf = (uint16_t *)(kt_skip_list_start + unique_sig + 1); in kalloc_type_view_init_var()1937 kmem_shuffle(shuffle_buf, flex_heap_count); in kalloc_type_view_init_var()1943 shuffle_buf[flex_heap_count] = split_heap; in kalloc_type_view_init_var()1947 uint32_t heap_id = shuffle_buf[i % (flex_heap_count + 1)] + in kalloc_type_view_init_var()