Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/
H A D0001-Fix-Cython-3-compatibility.patch357 -cdef inline void unlock_lock(FastRLock lock) nogil:
358 +cdef inline void unlock_lock(FastRLock lock) noexcept nogil:
/openbmc/linux/fs/dlm/
H A Dlock.c3156 static int unlock_lock(struct dlm_ls *ls, struct dlm_lkb *lkb, in unlock_lock() function
3291 error = unlock_lock(ls, lkb, &args); in dlm_unlock()
5771 error = unlock_lock(ls, lkb, &args); in dlm_user_unlock()
5921 error = unlock_lock(ls, lkb, &args); in unlock_proc_lock()