Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dlocktorture.c63 static cpumask_var_t bind_writers; // Bind the writers to the specified set of CPUs. variable
107 module_param_cb(bind_writers, &lt_bind_ops, &bind_writers, 0644);
1044 cpumask_t *wcmp = cpumask_nonempty(bind_writers) ? bind_writers : &cpumask_all; in lock_torture_print_module_parms()
1360 if (cpumask_nonempty(bind_writers)) in lock_torture_init()
1361 torture_sched_setaffinity(writer_tasks[i]->pid, bind_writers); in lock_torture_init()
/linux-6.12.1/Documentation/admin-guide/
Dkernel-parameters.txt3078 locktorture.bind_writers= [KNL]