summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2024-12-13 02:03:43 +0300
committerChristian Brauner <brauner@kernel.org>2025-01-09 18:58:52 +0300
commit67d676bb135cd4de9647616e73cfd059ef57c9a6 (patch)
tree872458a34af5ace9a37e4a2276f91c7811600ca8 /tools/perf/scripts/python/export-to-postgresql.py
parent5dcbd85d35515532c93b337a3f8be54937aeea8a (diff)
downloadlinux-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