diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-08-01 17:36:22 -0700 |
---|---|---|
committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-08-12 23:51:35 +0530 |
commit | e53cef031bfac2369d249cfd726706c30a5a3351 (patch) | |
tree | 87f0898be80a0d53adc7b5b9eb1b9f81d31206cb /lib/fdt.c | |
parent | c8c3ae83e0bbed6d56a00068c7d10ebf64db48d9 (diff) |
srcu: Mark callbacks not currently participating in barrier operation
SRCU keeps a count of the number of callbacks that the current
srcu_barrier() is waiting on, but there is currently no easy way to
work out which callback is stuck. One way to do this is to mark idle
SRCU-barrier callbacks by making the ->next pointer point to the callback
itself, and this commit does just that.
Later commits will use this for debug output.
Signed-off-by: "Paul E. McKenney" <paulmck@kernel.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'lib/fdt.c')
0 files changed, 0 insertions, 0 deletions