diff options
author | Christian Brauner <brauner@kernel.org> | 2024-12-13 02:03:43 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:58:52 +0300 |
commit | 67d676bb135cd4de9647616e73cfd059ef57c9a6 (patch) | |
tree | 872458a34af5ace9a37e4a2276f91c7811600ca8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5dcbd85d35515532c93b337a3f8be54937aeea8a (diff) | |
download | linux-67d676bb135cd4de9647616e73cfd059ef57c9a6.tar.xz |
rculist: add list_bidir_{del,prev}_rcu()
Currently there is no primitive for retrieving the previous list member.
To do this we need a new deletion primitive that doesn't poison the prev
pointer and a corresponding retrieval helper. Note that it is not valid
to ues both list_del_rcu() and list_bidir_del_rcu() on the same list.
Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-4-6e3cdaf9b280@kernel.org
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Suggested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions