Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dsx.h107 int _sx_slock_hard(struct sx *sx, int opts, const char *file, int line);
181 error = _sx_slock_hard(sx, opts, file, line); in __sx_slock()
/freebsd-10-stable/sys/kern/
Dkern_sx.c847 _sx_slock_hard(struct sx *sx, int opts, const char *file, int line) in _sx_slock_hard() function