HomeSort by: relevance | last modified time | path
    Searched refs:lo_type (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
lockdebug.h 50 int lo_type; member in struct:lockops
  /src/sys/rump/librump/rumpkern/
locks.c 55 .lo_type = LOCKOPS_SPIN,
60 .lo_type = LOCKOPS_SLEEP,
65 .lo_type = LOCKOPS_SLEEP,
  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 74 .lo_type = LOCKOPS_SLEEP,
linux_ww_mutex.c 181 .lo_type = LOCKOPS_SLEEP,
  /src/sys/kern/
kern_lock.c 134 .lo_type = LOCKOPS_SPIN,
kern_mutex.c 291 .lo_type = LOCKOPS_SPIN,
297 .lo_type = LOCKOPS_SLEEP,
subr_lockdebug.c 329 ld->ld_flags = (lo->lo_type == LOCKOPS_SLEEP ? LD_SLEEPER : 0);
1004 if (ld->ld_lockops->lo_type == LOCKOPS_SLEEP)
kern_rwlock.c 121 .lo_type = LOCKOPS_SLEEP,

Completed in 98 milliseconds