Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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()
1019 xa_unlock_bh(xa); in xa_alloc_cyclic_bh()
1415 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa)
Didr.h104 #define idr_unlock_bh(idr) xa_unlock_bh(&(idr)->idr_rt)
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dxarray.rst218 xa_unlock_bh(&foo->array);
/linux-6.12.1/net/core/
Dsock.c1102 xa_unlock_bh(&sk->sk_user_frags); in sock_devmem_dontneed()
1113 xa_unlock_bh(&sk->sk_user_frags); in sock_devmem_dontneed()
/linux-6.12.1/Documentation/core-api/
Dxarray.rst265 xa_unlock_bh(&foo->array);
/linux-6.12.1/net/ipv4/
Dtcp.c2367 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_commit()
2389 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_refill()