Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sx.c125 static uintptr_t unlock_sx(struct lock_object *lock);
135 .lc_unlock = unlock_sx,
197 unlock_sx(struct lock_object *lock) in unlock_sx() function