diff options
author | 2018-04-30 14:31:30 +1000 | |
---|---|---|
committer | 2018-05-31 14:59:19 -0400 | |
commit | ead9ad7253f4296ba8cd3eb930f06a74924700a9 (patch) | |
tree | d1bdf0e12adde5b85e8633fe6f5959c3a3ed8331 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | NFS: use cond_resched() when restarting walk of delegation list. (diff) | |
download | wireguard-linux-ead9ad7253f4296ba8cd3eb930f06a74924700a9.tar.xz wireguard-linux-ead9ad7253f4296ba8cd3eb930f06a74924700a9.zip |
rculist: add list_for_each_entry_from_rcu()
list_for_each_entry_from_rcu() is an RCU version of
list_for_each_entry_from(). It walks a linked list under rcu
protection, from a given start point.
It is similar to list_for_each_entry_continue_rcu() but starts *at*
the given position rather than *after* it.
Naturally, the start point must be known to be in the list.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions