Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dtest-ww_mutex.c563 struct stress *stress_array; in stress() local
570 stress_array = kmalloc_array(nthreads, sizeof(*stress_array), in stress()
572 if (!stress_array) { in stress()
604 stress = &stress_array[count++]; in stress()
619 kfree(stress_array); in stress()