Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlocktorture.c62 static cpumask_var_t bind_readers; // Bind the readers to the specified set of CPUs. variable
106 module_param_cb(bind_readers, &lt_bind_ops, &bind_readers, 0444);
1097 cpumask_t *rcmp = cpumask_nonempty(bind_readers) ? bind_readers : &cpumask_all; in lock_torture_print_module_parms()
1215 free_cpumask_var(bind_readers); in lock_torture_cleanup()
1432 if (cpumask_nonempty(bind_readers)) in lock_torture_init()
1433 torture_sched_setaffinity(reader_tasks[j]->pid, bind_readers, true); in lock_torture_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3468 locktorture.bind_readers= [KNL]