Home
last modified time | relevance | path

Searched refs:rcu_normal (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/kernel/
A Dksysfs.c196 int rcu_normal; variable
200 return sprintf(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()
206 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
211 KERNEL_ATTR_RW(rcu_normal);
/linux-6.3-rc2/kernel/rcu/
A Dupdate.c58 module_param(rcu_normal, int, 0444);
142 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()
237 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot()
658 if (rcu_normal) in rcupdate_announce_bootup_oddness()
/linux-6.3-rc2/include/linux/
A Drcupdate.h1094 extern int rcu_normal;
/linux-6.3-rc2/Documentation/RCU/
A Dchecklist.rst216 IPI-sensitive real-time workloads can use the rcupdate.rcu_normal
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt5141 rcupdate.rcu_normal= [KNL]

Completed in 21 milliseconds