• Home
  • Raw
  • Download

Lines Matching defs:index

445 #define xa_for_each_range(xa, index, entry, start, last)		\  argument
474 #define xa_for_each_start(xa, index, entry, start) \ argument
498 #define xa_for_each(xa, index, entry) \ argument
525 #define xa_for_each_marked(xa, index, entry, filter) \ argument
583 static inline void *xa_store_bh(struct xarray *xa, unsigned long index, in xa_store_bh()
609 static inline void *xa_store_irq(struct xarray *xa, unsigned long index, in xa_store_irq()
634 static inline void *xa_erase_bh(struct xarray *xa, unsigned long index) in xa_erase_bh()
658 static inline void *xa_erase_irq(struct xarray *xa, unsigned long index) in xa_erase_irq()
684 static inline void *xa_cmpxchg(struct xarray *xa, unsigned long index, in xa_cmpxchg()
711 static inline void *xa_cmpxchg_bh(struct xarray *xa, unsigned long index, in xa_cmpxchg_bh()
738 static inline void *xa_cmpxchg_irq(struct xarray *xa, unsigned long index, in xa_cmpxchg_irq()
768 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
797 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
826 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
1042 int xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve()
1060 int xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_bh()
1078 int xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_irq()
1092 static inline void xa_release(struct xarray *xa, unsigned long index) in xa_release()
1330 #define __XA_STATE(array, index, shift, sibs) { \ argument
1350 #define XA_STATE(name, array, index) \ argument
1364 #define XA_STATE_ORDER(name, array, index, order) \ argument
1517 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order()
1577 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set()
1589 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order()