Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dtest-ww_mutex.c576 struct stress *stress_array; in stress() local
583 stress_array = kmalloc_array(nthreads, sizeof(*stress_array), in stress()
585 if (!stress_array) { in stress()
617 stress = &stress_array[count++]; in stress()
632 kfree(stress_array); in stress()