Home
last modified time | relevance | path

Searched refs:xa_unlock_bh (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dxarray.h539 #define xa_unlock_bh(xa) spin_unlock_bh(&(xa)->xa_lock) macro
597 xa_unlock_bh(xa); in xa_store_bh()
648 xa_unlock_bh(xa); in xa_erase_bh()
728 xa_unlock_bh(xa); in xa_cmpxchg_bh()
816 xa_unlock_bh(xa); in xa_insert_bh()
912 xa_unlock_bh(xa); in xa_alloc_bh()
1023 xa_unlock_bh(xa); in xa_alloc_cyclic_bh()
1421 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa)
A Didr.h105 #define idr_unlock_bh(idr) xa_unlock_bh(&(idr)->idr_rt)

Completed in 8 milliseconds