Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Duserfaultfd.c996 void double_pt_lock(spinlock_t *ptl1, in double_pt_lock() argument
998 __acquires(ptl1) in double_pt_lock()
1001 if (ptl1 > ptl2) in double_pt_lock()
1002 swap(ptl1, ptl2); in double_pt_lock()
1004 spin_lock(ptl1); in double_pt_lock()
1005 if (ptl1 != ptl2) in double_pt_lock()
1011 void double_pt_unlock(spinlock_t *ptl1, in double_pt_unlock() argument
1013 __releases(ptl1) in double_pt_unlock()
1016 spin_unlock(ptl1); in double_pt_unlock()
1017 if (ptl1 != ptl2) in double_pt_unlock()
/linux-6.12.1/include/linux/
Duserfaultfd_k.h139 void double_pt_lock(spinlock_t *ptl1, spinlock_t *ptl2);
140 void double_pt_unlock(spinlock_t *ptl1, spinlock_t *ptl2);