Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A 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()
1048 "--- %s%s: acq_writer_lim=%d bind_readers=%*pbl bind_writers=%*pbl call_rcu_chains=%d long_hold=%d nested_locks=%d nreaders_stress=%d nwriters_stress=%d onoff_holdoff=%d onoff_interval=%d rt_boost=%d rt_boost_factor=%d shuffle_interval=%d shutdown_secs=%d stat_interval=%d stutter=%d verbose=%d writer_fifo=%d\n", 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, true); in lock_torture_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3166 locktorture.bind_writers= [KNL]