Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dksysfs.c167 int rcu_normal; variable
171 return sprintf(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()
177 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
182 KERNEL_ATTR_RW(rcu_normal);
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dupdate.c58 module_param(rcu_normal, int, 0);
140 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()
197 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot()
587 if (rcu_normal) in rcupdate_announce_bootup_oddness()
/OK3568_Linux_fs/kernel/include/linux/
H A Drcupdate.h990 extern int rcu_normal;
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dchecklist.rst203 However, real-time workloads can use rcupdate.rcu_normal kernel
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4606 rcupdate.rcu_normal= [KNL]