Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sx.c118 static void lock_sx(struct lock_object *lock, uintptr_t how);
131 .lc_lock = lock_sx,
182 lock_sx(struct lock_object *lock, uintptr_t how) in lock_sx() function