Lines Matching defs:xas
1388 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark)) argument
1389 #define xas_trylock(xas) xa_trylock((xas)->xa) argument
1390 #define xas_lock(xas) xa_lock((xas)->xa) argument
1391 #define xas_unlock(xas) xa_unlock((xas)->xa) argument
1392 #define xas_lock_bh(xas) xa_lock_bh((xas)->xa) argument
1393 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa) argument
1394 #define xas_lock_irq(xas) xa_lock_irq((xas)->xa) argument
1395 #define xas_unlock_irq(xas) xa_unlock_irq((xas)->xa) argument
1396 #define xas_lock_irqsave(xas, flags) \ argument
1398 #define xas_unlock_irqrestore(xas, flags) \ argument
1407 static inline int xas_error(const struct xa_state *xas) in xas_error()
1421 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err()
1432 static inline bool xas_invalid(const struct xa_state *xas) in xas_invalid()
1443 static inline bool xas_valid(const struct xa_state *xas) in xas_valid()
1454 static inline bool xas_is_node(const struct xa_state *xas) in xas_is_node()
1487 static inline void xas_reset(struct xa_state *xas) in xas_reset()
1504 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry()
1541 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split()
1547 static inline void xas_split_alloc(struct xa_state *xas, void *entry, in xas_split_alloc()
1567 static inline void *xas_reload(struct xa_state *xas) in xas_reload()
1596 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set()
1612 static inline void xas_advance(struct xa_state *xas, unsigned long index) in xas_advance()
1626 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order()
1648 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
1653 static inline void xas_set_lru(struct xa_state *xas, struct list_lru *lru) in xas_set_lru()
1669 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry()
1694 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk()
1726 static inline void *xas_next_marked(struct xa_state *xas, unsigned long max, in xas_next_marked()
1769 #define xas_for_each(xas, entry, max) \ argument
1787 #define xas_for_each_marked(xas, entry, max, mark) \ argument
1803 #define xas_for_each_conflict(xas, entry) \ argument
1825 static inline void *xas_prev(struct xa_state *xas) in xas_prev()
1854 static inline void *xas_next(struct xa_state *xas) in xas_next()