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

/linux-master/kernel/locking/
H A Dlocktorture.c62 static cpumask_var_t bind_writers; // Bind the writers to the specified set of CPUs. variable
106 module_param_cb(bind_writers, &lt_bind_ops, &bind_writers, 0644);
1043 cpumask_t *wcmp = cpumask_nonempty(bind_writers) ? bind_writers : &cpumask_all;
1047 "--- %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",
1359 if (cpumask_nonempty(bind_writers))
1360 torture_sched_setaffinity(writer_tasks[i]->pid, bind_writers);

Completed in 97 milliseconds