Lines Matching defs:xas
1368 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark)) argument
1369 #define xas_trylock(xas) xa_trylock((xas)->xa) argument
1370 #define xas_lock(xas) xa_lock((xas)->xa) argument
1371 #define xas_unlock(xas) xa_unlock((xas)->xa) argument
1372 #define xas_lock_bh(xas) xa_lock_bh((xas)->xa) argument
1373 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa) argument
1374 #define xas_lock_irq(xas) xa_lock_irq((xas)->xa) argument
1375 #define xas_unlock_irq(xas) xa_unlock_irq((xas)->xa) argument
1376 #define xas_lock_irqsave(xas, flags) \ argument
1378 #define xas_unlock_irqrestore(xas, flags) \ argument
1387 static inline int xas_error(const struct xa_state *xas) in xas_error()
1401 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err()
1412 static inline bool xas_invalid(const struct xa_state *xas) in xas_invalid()
1423 static inline bool xas_valid(const struct xa_state *xas) in xas_valid()
1434 static inline bool xas_is_node(const struct xa_state *xas) in xas_is_node()
1467 static inline void xas_reset(struct xa_state *xas) in xas_reset()
1484 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry()
1520 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split()
1526 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc()
1546 static inline void *xas_reload(struct xa_state *xas) in xas_reload()
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()
1609 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
1625 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry()
1650 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk()
1682 static inline void *xas_next_marked(struct xa_state *xas, unsigned long max, in xas_next_marked()
1725 #define xas_for_each(xas, entry, max) \ argument
1743 #define xas_for_each_marked(xas, entry, max, mark) \ argument
1759 #define xas_for_each_conflict(xas, entry) \ argument
1781 static inline void *xas_prev(struct xa_state *xas) in xas_prev()
1810 static inline void *xas_next(struct xa_state *xas) in xas_next()