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

/linux-master/kernel/locking/
H A Dtest-ww_mutex.c577 struct stress *stress_array; local
584 stress_array = kmalloc_array(nthreads, sizeof(*stress_array),
586 if (!stress_array) {
618 stress = &stress_array[count++];
633 kfree(stress_array);

Completed in 252 milliseconds