Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlocktorture.c1042 static cpumask_t cpumask_all; in lock_torture_print_module_parms() local
1043 cpumask_t *rcmp = cpumask_nonempty(bind_readers) ? bind_readers : &cpumask_all; in lock_torture_print_module_parms()
1044 cpumask_t *wcmp = cpumask_nonempty(bind_writers) ? bind_writers : &cpumask_all; in lock_torture_print_module_parms()
1046 cpumask_setall(&cpumask_all); in lock_torture_print_module_parms()