Home
last modified time | relevance | path

Searched refs:ls_remove_spin (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
Dlock.c1631 spin_lock(&ls->ls_remove_spin); in wait_pending_remove()
1636 spin_unlock(&ls->ls_remove_spin); in wait_pending_remove()
1640 spin_unlock(&ls->ls_remove_spin); in wait_pending_remove()
1784 spin_lock(&ls->ls_remove_spin); in shrink_bucket()
1787 spin_unlock(&ls->ls_remove_spin); in shrink_bucket()
1793 spin_lock(&ls->ls_remove_spin); in shrink_bucket()
1796 spin_unlock(&ls->ls_remove_spin); in shrink_bucket()
4061 spin_lock(&ls->ls_remove_spin); in send_repeat_remove()
4064 spin_unlock(&ls->ls_remove_spin); in send_repeat_remove()
4078 spin_lock(&ls->ls_remove_spin); in send_repeat_remove()
[all …]
Ddlm_internal.h551 spinlock_t ls_remove_spin; member
Dlockspace.c518 spin_lock_init(&ls->ls_remove_spin); in new_lockspace()