Searched refs:gp_flags (Results 1 – 5 of 5) sorted by relevance
194 unsigned long gp_flags = 0; in __setup_additional_pages() local216 gp_flags = VM_ARM64_BTI; in __setup_additional_pages()221 VM_READ|VM_EXEC|gp_flags| in __setup_additional_pages()
515 *flags = READ_ONCE(rcu_state.gp_flags); in rcutorture_get_gp_data()969 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags | RCU_GP_FLAG_INIT); in rcu_start_this_gp()1025 !READ_ONCE(rcu_state.gp_flags) || !t) in rcu_gp_kthread_wake()1395 if (!READ_ONCE(rcu_state.gp_flags)) { in rcu_gp_init()1538 *gfp = READ_ONCE(rcu_state.gp_flags); in rcu_gp_fqs_check_wake()1568 WRITE_ONCE(rcu_state.gp_flags, in rcu_gp_fqs()1758 WRITE_ONCE(rcu_state.gp_flags, RCU_GP_FLAG_INIT); in rcu_gp_cleanup()1769 WRITE_ONCE(rcu_state.gp_flags, rcu_state.gp_flags & RCU_GP_FLAG_INIT); in rcu_gp_cleanup()1792 READ_ONCE(rcu_state.gp_flags) & in rcu_gp_kthread()1830 WRITE_ONCE(rcu_state.gp_flags, in rcu_report_qs_rsp()[all …]
198 (rcu_gp_in_progress() || READ_ONCE(rcu_state.gp_flags))) { in rcu_stall_kick_kthreads()532 data_race(READ_ONCE(rcu_state.gp_flags)), in rcu_check_gp_kthread_starvation()575 data_race(rcu_state.gp_flags), in rcu_check_gp_kthread_expired_fqs_timer()894 data_race(READ_ONCE(rcu_state.gp_flags))); in show_rcu_gp_kthreads()
345 short gp_flags; /* Commands for GP task. */ member
320 grace-period sequence number, the "f" precedes the ->gp_flags command
Completed in 17 milliseconds