Expand description
XArray abstraction.
C header: include/linux/xarray.h
Structs§
- Guard
 - A lock guard.
 - Store
Error  - The error returned by 
store. - XArray
 - An array which efficiently maps sparse integer indices to owned objects.
 
Enums§
- Alloc
Kind  - Flags passed to 
XArray::newto configure the array’s allocation tracking behavior.