Searched defs:xa (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | xarray.h | 382 static inline void xa_init_flags(struct xarray *xa, gfp_t flags) in xa_init_flags() 397 static inline void xa_init(struct xarray *xa) in xa_init() 409 static inline bool xa_empty(const struct xarray *xa) in xa_empty() 422 static inline bool xa_marked(const struct xarray *xa, xa_mark_t mark) in xa_marked() 451 #define xa_for_each_range(xa, index, entry, start, last) \ argument 480 #define xa_for_each_start(xa, index, entry, start) \ argument 504 #define xa_for_each(xa, index, entry) \ argument 531 #define xa_for_each_marked(xa, index, entry, filter) \ argument 535 #define xa_trylock(xa) spin_trylock(&(xa)->xa_lock) argument 536 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument [all …]
|
| D | list_lru.h | 57 struct xarray xa; member
|
| D | idr.h | 247 struct xarray xa; member
|
| D | cdrom.h | 119 int xa; member
|
| D | io_uring_types.h | 93 struct xarray xa; member
|
| /include/net/ |
| D | xdp.h | 193 void *xa; member
|