Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dprotection_keys.c556 int random_index; in alloc_random_pkey() local
570 random_index = rand() % nr_alloced; in alloc_random_pkey()
571 ret = alloced_pkeys[random_index]; in alloc_random_pkey()
573 alloced_pkeys[random_index] = 0; in alloc_random_pkey()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_migrate.c281 static int random_index(unsigned int max) in random_index() function
299 return intel_context_create(engines[random_index(count)]); in __migrate_engines()