diff options
| author | Valentin Schneider <vschneid@redhat.com> | 2024-04-16 14:46:14 +0200 |
|---|---|---|
| committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-08-11 11:11:51 +0530 |
| commit | 8375cb260d7e43610934af63748d1a51201449f8 (patch) | |
| tree | ffb9d9eff25c74939881f63d06b2c3e44d17d2e7 /include | |
| parent | dc5fface4b30508933b515a4985401c8c8f6bcfd (diff) | |
| download | linux-8375cb260d7e43610934af63748d1a51201449f8.tar.gz linux-8375cb260d7e43610934af63748d1a51201449f8.tar.bz2 linux-8375cb260d7e43610934af63748d1a51201449f8.zip | |
context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()
The context_tracking.state RCU_DYNTICKS subvariable has been renamed to
RCU_WATCHING, and the 'dynticks' prefix can be dropped without losing any
meaning.
Suggested-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/context_tracking_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/context_tracking_state.h b/include/linux/context_tracking_state.h index 12d00adf29e1..8f32fe599c5c 100644 --- a/include/linux/context_tracking_state.h +++ b/include/linux/context_tracking_state.h @@ -87,7 +87,7 @@ static __always_inline long ct_nesting_cpu(int cpu) return ct->nesting; } -static __always_inline long ct_dynticks_nmi_nesting(void) +static __always_inline long ct_nmi_nesting(void) { return __this_cpu_read(context_tracking.nmi_nesting); } |
