Home
last modified time | relevance | path

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

/linux-6.15/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, 0644);
1097 cpumask_t *rcmp = cpumask_nonempty(bind_readers) ? bind_readers : &cpumask_all; in lock_torture_print_module_parms()
1428 if (cpumask_nonempty(bind_readers)) in lock_torture_init()
1429 torture_sched_setaffinity(reader_tasks[j]->pid, bind_readers, true); in lock_torture_init()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt3208 locktorture.bind_readers= [KNL]