summaryrefslogtreecommitdiff
path: root/tools/include/asm-generic/bitops/non-atomic.h
AgeCommit message (Collapse)Author
2018-10-21xarray: Add XArray marksMatthew Wilcox
XArray marks are like the radix tree tags, only slightly more strongly typed. They are renamed in order to distinguish them from tagged pointers. This commit adds the basic get/set/clear operations. Signed-off-by: Matthew Wilcox <willy@infradead.org>