Home
last modified time | relevance | path

Searched defs:xas (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dxarray.h1417 #define xas_trylock(xas) xa_trylock((xas)->xa) argument
1418 #define xas_lock(xas) xa_lock((xas)->xa) argument
1419 #define xas_unlock(xas) xa_unlock((xas)->xa) argument
1420 #define xas_lock_bh(xas) xa_lock_bh((xas)->xa) argument
1421 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa) argument
1422 #define xas_lock_irq(xas) xa_lock_irq((xas)->xa) argument
1424 #define xas_lock_irqsave(xas, flags) \ argument
1426 #define xas_unlock_irqrestore(xas, flags) \ argument
1515 static inline void xas_reset(struct xa_state *xas) in xas_reset()
1817 #define xas_for_each(xas, entry, max) \ argument
[all …]

Completed in 9 milliseconds