Home
last modified time | relevance | path

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

/include/linux/
Dxarray.h1368 #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
[all …]
Dswap.h323 #define mapping_set_update(xas, mapping) do { \ argument