Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Dprotection_keys.c562 int random_index; in alloc_random_pkey() local
576 random_index = rand() % nr_alloced; in alloc_random_pkey()
577 ret = alloced_pkeys[random_index]; in alloc_random_pkey()
579 alloced_pkeys[random_index] = 0; in alloc_random_pkey()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_migrate.c198 static int random_index(unsigned int max) in random_index() function
216 return intel_context_create(engines[random_index(count)]); in __migrate_engines()

Completed in 10 milliseconds