Lines Matching refs:order
15 void drm_random_reorder(unsigned int *order, unsigned int count,23 swap(order[i], order[j]);30 unsigned int *order, i;32 order = kmalloc_array(count, sizeof(*order), GFP_KERNEL);33 if (!order)34 return order;37 order[i] = i;39 drm_random_reorder(order, count, state);40 return order;