Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dxarray.h535 #define xa_unlock_bh(xa) spin_unlock_bh(&(xa)->xa_lock) macro
593 xa_unlock_bh(xa); in xa_store_bh()
644 xa_unlock_bh(xa); in xa_erase_bh()
724 xa_unlock_bh(xa); in xa_cmpxchg_bh()
812 xa_unlock_bh(xa); in xa_insert_bh()
902 xa_unlock_bh(xa); in xa_alloc_bh()
1000 xa_unlock_bh(xa); in xa_alloc_cyclic_bh()
1393 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa)
A Didr.h104 #define idr_unlock_bh(idr) xa_unlock_bh(&(idr)->idr_rt)
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dxarray.rst218 xa_unlock_bh(&foo->array);
/linux-6.3-rc2/Documentation/core-api/
A Dxarray.rst265 xa_unlock_bh(&foo->array);

Completed in 9 milliseconds