diff options
author | Matthew Wilcox <willy@infradead.org> | 2017-11-14 14:30:11 +0100 |
---|---|---|
committer | Matthew Wilcox <willy@infradead.org> | 2018-10-21 16:45:58 +0200 |
commit | b803b42823d0d9e8b6deccf01ffc2aba5d0738df (patch) | |
tree | a3ea387087a9f64258e0bc9300f92ee63d1313fa /mm/debug.c | |
parent | xarray: Add XArray conditional store operations (diff) | |
download | linux-b803b42823d0d9e8b6deccf01ffc2aba5d0738df.tar.xz linux-b803b42823d0d9e8b6deccf01ffc2aba5d0738df.zip |
xarray: Add XArray iterators
The xa_for_each iterator allows the user to efficiently walk a range
of the array, executing the loop body once for each entry in that
range that matches the filter. This commit also includes xa_find()
and xa_find_after() which are helper functions for xa_for_each() but
may also be useful in their own right.
In the xas family of functions, we have xas_for_each(), xas_find(),
xas_next_entry(), xas_for_each_tagged(), xas_find_tagged(),
xas_next_tagged() and xas_pause().
Signed-off-by: Matthew Wilcox <willy@infradead.org>
Diffstat (limited to 'mm/debug.c')
0 files changed, 0 insertions, 0 deletions