Lines Matching defs:index
443 #define xa_for_each_range(xa, index, entry, start, last) \ argument
472 #define xa_for_each_start(xa, index, entry, start) \ argument
496 #define xa_for_each(xa, index, entry) \ argument
523 #define xa_for_each_marked(xa, index, entry, filter) \ argument
581 static inline void *xa_store_bh(struct xarray *xa, unsigned long index, in xa_store_bh()
607 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq()
632 static inline void *xa_erase_bh(struct xarray *xa, unsigned long index) in xa_erase_bh()
656 static inline void *xa_erase_irq(struct xarray *xa, unsigned long index) in xa_erase_irq()
682 static inline void *xa_cmpxchg(struct xarray *xa, unsigned long index, in xa_cmpxchg()
709 static inline void *xa_cmpxchg_bh(struct xarray *xa, unsigned long index, in xa_cmpxchg_bh()
736 static inline void *xa_cmpxchg_irq(struct xarray *xa, unsigned long index, in xa_cmpxchg_irq()
766 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
795 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
824 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
1040 int xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve()
1058 int xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_bh()
1076 int xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_irq()
1090 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release()
1328 #define __XA_STATE(array, index, shift, sibs) { \ argument
1348 #define XA_STATE(name, array, index) \ argument
1362 #define XA_STATE_ORDER(name, array, index, order) \ argument
1515 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order()
1575 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set()
1587 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order()