Lines Matching refs:order
20 void drm_random_reorder(unsigned int *order, unsigned int count,28 swap(order[i], order[j]);35 unsigned int *order, i;37 order = kmalloc_array(count, sizeof(*order), GFP_KERNEL);38 if (!order)39 return order;42 order[i] = i;44 drm_random_reorder(order, count, state);45 return order;
Indexes created Mon Oct 20 16:09:52 GMT 2025