Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H 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()
1019 xa_unlock_bh(xa); in xa_alloc_cyclic_bh()
1415 #define xas_unlock_bh(xas) xa_unlock_bh((xas)->xa)
H A Didr.h105 #define idr_unlock_bh(idr) xa_unlock_bh(&(idr)->idr_rt)
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst218 xa_unlock_bh(&foo->array);
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c787 xa_unlock_bh(&ipsec->sadb); in mlx5e_xfrm_add_state()
/linux-6.15/net/core/
H A Dsock.c1119 xa_unlock_bh(&sk->sk_user_frags); in sock_devmem_dontneed()
1130 xa_unlock_bh(&sk->sk_user_frags); in sock_devmem_dontneed()
/linux-6.15/Documentation/core-api/
H A Dxarray.rst267 xa_unlock_bh(&foo->array);
/linux-6.15/net/ipv4/
H A Dtcp.c2395 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_commit()
2417 xa_unlock_bh(&sk->sk_user_frags); in tcp_xa_pool_refill()