Lines Matching refs:xa_state

1271 struct xa_state {  struct
1312 struct xa_state name = __XA_STATE(array, index, 0, 0)
1326 struct xa_state name = __XA_STATE(array, \
1350 static inline int xas_error(const struct xa_state *xas) in xas_error()
1364 static inline void xas_set_err(struct xa_state *xas, long err) in xas_set_err()
1375 static inline bool xas_invalid(const struct xa_state *xas) in xas_invalid()
1386 static inline bool xas_valid(const struct xa_state *xas) in xas_valid()
1397 static inline bool xas_is_node(const struct xa_state *xas) in xas_is_node()
1430 static inline void xas_reset(struct xa_state *xas) in xas_reset()
1447 static inline bool xas_retry(struct xa_state *xas, const void *entry) in xas_retry()
1457 void *xas_load(struct xa_state *);
1458 void *xas_store(struct xa_state *, void *entry);
1459 void *xas_find(struct xa_state *, unsigned long max);
1460 void *xas_find_conflict(struct xa_state *);
1462 bool xas_get_mark(const struct xa_state *, xa_mark_t);
1463 void xas_set_mark(const struct xa_state *, xa_mark_t);
1464 void xas_clear_mark(const struct xa_state *, xa_mark_t);
1465 void *xas_find_marked(struct xa_state *, unsigned long max, xa_mark_t);
1466 void xas_init_marks(const struct xa_state *);
1468 bool xas_nomem(struct xa_state *, gfp_t);
1469 void xas_pause(struct xa_state *);
1471 void xas_create_range(struct xa_state *);
1487 static inline void *xas_reload(struct xa_state *xas) in xas_reload()
1505 static inline void xas_set(struct xa_state *xas, unsigned long index) in xas_set()
1517 static inline void xas_set_order(struct xa_state *xas, unsigned long index, in xas_set_order()
1539 static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update) in xas_set_update()
1555 static inline void *xas_next_entry(struct xa_state *xas, unsigned long max) in xas_next_entry()
1580 static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance, in xas_find_chunk()
1612 static inline void *xas_next_marked(struct xa_state *xas, unsigned long max, in xas_next_marked()
1689 void *__xas_next(struct xa_state *);
1690 void *__xas_prev(struct xa_state *);
1708 static inline void *xas_prev(struct xa_state *xas) in xas_prev()
1737 static inline void *xas_next(struct xa_state *xas) in xas_next()