Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
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);
1043 cpumask_t *rcmp = cpumask_nonempty(bind_readers) ? bind_readers : &cpumask_all; in lock_torture_print_module_parms()
1371 if (cpumask_nonempty(bind_readers)) in lock_torture_init()
1372 torture_sched_setaffinity(reader_tasks[j]->pid, bind_readers); in lock_torture_init()
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt3074 locktorture.bind_readers= [KNL]