Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_sx.c123 static void lock_sx(struct lock_object *lock, uintptr_t how);
136 .lc_lock = lock_sx,
180 lock_sx(struct lock_object *lock, uintptr_t how) in lock_sx() function