aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorNeilBrown <[email protected]>2023-09-11 10:39:37 -0400
committerChuck Lever <[email protected]>2023-10-16 12:44:06 -0400
commit8a3e5975ed11dd16d81dc501b514ab01986db94e (patch)
tree1e14c66306c4e7463ab715a5e1ceed5768cdd438 /tools/perf/scripts/python/bin/stackcollapse-record
parent9bd4161c591710f152a8cd3ed85ea928c61e26ca (diff)
llist: add llist_del_first_this()
llist_del_first_this() deletes a specific entry from an llist, providing it is at the head of the list. Multiple threads can call this concurrently providing they each offer a different entry. This can be uses for a set of worker threads which are on the llist when they are idle. The head can always be woken, and when it is woken it can remove itself, and possibly wake the next if there is an excess of work to do. Signed-off-by: NeilBrown <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions