Searched refs:bind_writers (Results 1 – 2 of 2) sorted by relevance
63 static cpumask_var_t bind_writers; // Bind the writers to the specified set of CPUs. variable107 module_param_cb(bind_writers, <_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()
3078 locktorture.bind_writers= [KNL]