Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Duserfaultfd.c993 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument
995 __acquires(ptl1) in double_pt_lock()
998 if (ptl1 > ptl2) in double_pt_lock()
999 swap(ptl1, ptl2); in double_pt_lock()
1001 spin_lock(ptl1); in double_pt_lock()
1002 if (ptl1 != ptl2) in double_pt_lock()
1008 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument
1010 __releases(ptl1) in double_pt_unlock()
1013 spin_unlock(ptl1); in double_pt_unlock()
1014 if (ptl1 != ptl2) in double_pt_unlock()
/linux-6.15/include/linux/
H A Duserfaultfd_k.h139 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);
140 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);