Home
last modified time | relevance | path

Searched defs:xa (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dxarray.h397 static inline void xa_init(struct xarray *xa) in xa_init()
504 #define xa_for_each(xa, index, entry) \ argument
536 #define xa_lock(xa) spin_lock(&(xa)->xa_lock) argument
542 #define xa_lock_irqsave(xa, flags) \ argument
544 #define xa_unlock_irqrestore(xa, flags) \ argument
546 #define xa_lock_nested(xa, subclass) \ argument
548 #define xa_lock_bh_nested(xa, subclass) \ argument
550 #define xa_lock_irq_nested(xa, subclass) \ argument
1190 #define XA_BUG_ON(xa, x) do { \ argument
1203 #define XA_BUG_ON(xa, x) do { } while (0) argument
[all …]
A Dlist_lru.h57 struct xarray xa; member
A Didr.h264 struct xarray xa; member
A Dcdrom.h118 int xa; member
A Dio_uring_types.h101 struct xarray xa; member

Completed in 16 milliseconds