Lines Matching defs:index
447 #define xa_for_each_range(xa, index, entry, start, last) \ argument
476 #define xa_for_each_start(xa, index, entry, start) \ argument
500 #define xa_for_each(xa, index, entry) \ argument
527 #define xa_for_each_marked(xa, index, entry, filter) \ argument
585 static inline void *xa_store_bh(struct xarray *xa, unsigned long index, in xa_store_bh()
612 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq()
638 static inline void *xa_erase_bh(struct xarray *xa, unsigned long index) in xa_erase_bh()
662 static inline void *xa_erase_irq(struct xarray *xa, unsigned long index) in xa_erase_irq()
688 static inline void *xa_cmpxchg(struct xarray *xa, unsigned long index, in xa_cmpxchg()
716 static inline void *xa_cmpxchg_bh(struct xarray *xa, unsigned long index, in xa_cmpxchg_bh()
744 static inline void *xa_cmpxchg_irq(struct xarray *xa, unsigned long index, in xa_cmpxchg_irq()
775 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
805 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
835 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
1076 int xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve()
1094 int xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_bh()
1112 int xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_irq()
1126 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release()
1365 #define __XA_STATE(array, index, shift, sibs) { \ argument
1386 #define XA_STATE(name, array, index) \ argument
1400 #define XA_STATE_ORDER(name, array, index, order) \ argument
1554 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order()
1614 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set()
1630 static inline void xas_advance(struct xa_state *xas, unsigned long index) in xas_advance()
1644 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order()