Searched defs:xa (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | xarray.h | 374 static inline void xa_init_flags(struct xarray *xa, gfp_t flags) in xa_init_flags() 389 static inline void xa_init(struct xarray *xa) in xa_init() 401 static inline bool xa_empty(const struct xarray *xa) in xa_empty() 414 static inline bool xa_marked(const struct xarray *xa, xa_mark_t mark) in xa_marked() 442 #define xa_for_each_start(xa, index, entry, start) \ argument 469 #define xa_for_each(xa, index, entry) \ argument 496 #define xa_for_each_marked(xa, index, entry, filter) \ argument 500 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) argument 501 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument 502 #define xa_unlock(xa) spin_unlock(&(xa)->xa_lock) argument [all …]
|
D | idr.h | 245 struct xarray xa; member
|
D | cdrom.h | 114 int xa; member
|