Home
last modified time | relevance | path

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

/kernel/locking/
Dtest-ww_mutex.c523 struct stress *stress_array; in stress() local
530 stress_array = kmalloc_array(nthreads, sizeof(*stress_array), in stress()
532 if (!stress_array) { in stress()
564 stress = &stress_array[count++]; in stress()
579 kfree(stress_array); in stress()