Lines Matching defs:xas
1370 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark)) argument
1371 #define xas_trylock(xas) xa_trylock((xas)->xa) argument
1372 #define xas_lock(xas) xa_lock((xas)->xa) argument
1373 #define xas_unlock(xas) xa_unlock((xas)->xa) argument
1374 #define xas_lock_bh(xas) xa_lock_bh((xas)->xa) argument
1375 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa) argument
1376 #define xas_lock_irq(xas) xa_lock_irq((xas)->xa) argument
1377 #define xas_unlock_irq(xas) xa_unlock_irq((xas)->xa) argument
1378 #define xas_lock_irqsave(xas, flags) \ argument
1380 #define xas_unlock_irqrestore(xas, flags) \ argument
1389 static inline int xas_error(const struct xa_state *xas) in xas_error()
1403 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err()
1414 static inline bool xas_invalid(const struct xa_state *xas) in xas_invalid()
1425 static inline bool xas_valid(const struct xa_state *xas) in xas_valid()
1436 static inline bool xas_is_node(const struct xa_state *xas) in xas_is_node()
1469 static inline void xas_reset(struct xa_state *xas) in xas_reset()
1486 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry()
1522 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split()
1528 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc()
1548 static inline void *xas_reload(struct xa_state *xas) in xas_reload()
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()
1611 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
1627 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry()
1652 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk()
1684 static inline void *xas_next_marked(struct xa_state *xas, unsigned long max, in xas_next_marked()
1727 #define xas_for_each(xas, entry, max) \ argument
1745 #define xas_for_each_marked(xas, entry, max, mark) \ argument
1761 #define xas_for_each_conflict(xas, entry) \ argument
1783 static inline void *xas_prev(struct xa_state *xas) in xas_prev()
1812 static inline void *xas_next(struct xa_state *xas) in xas_next()