Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/librump/rumpkern/
H A Dlocks.c55 .lo_type = LOCKOPS_SPIN,
60 .lo_type = LOCKOPS_SLEEP,
65 .lo_type = LOCKOPS_SLEEP,
/netbsd-src/sys/sys/
H A Dlockdebug.h50 int lo_type; member
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_rwsem.c74 .lo_type = LOCKOPS_SLEEP,
H A Dlinux_ww_mutex.c181 .lo_type = LOCKOPS_SLEEP,
/netbsd-src/sys/kern/
H A Dkern_mutex.c291 .lo_type = LOCKOPS_SPIN,
297 .lo_type = LOCKOPS_SLEEP,
H A Dkern_lock.c134 .lo_type = LOCKOPS_SPIN,
H A Dsubr_lockdebug.c329 ld->ld_flags = (lo->lo_type == LOCKOPS_SLEEP ? LD_SLEEPER : 0); in lockdebug_alloc()
1004 if (ld->ld_lockops->lo_type == LOCKOPS_SLEEP)
H A Dkern_rwlock.c121 .lo_type = LOCKOPS_SLEEP,
/netbsd-src/sys/gdbscripts/
H A Dlwps138 if ($ld->ld_lockops->lo_type == 0x2)