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

  /src/sys/sys/
lockdebug.h 52 } lockops_t; typedef in typeref:struct:lockops
59 lockops_t *, const char *);
69 bool lockdebug_alloc(const char *, size_t, volatile void *, lockops_t *,
  /src/sys/rump/librump/rumpkern/
locks.c 53 static lockops_t mutex_spin_lockops = {
58 static lockops_t mutex_adaptive_lockops = {
63 static lockops_t rw_lockops = {
  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 72 static lockops_t rwsem_lockops = {
linux_ww_mutex.c 179 static lockops_t ww_lockops = {
  /src/sys/kern/
subr_lockdebug.c 91 lockops_t *ld_lockops;
268 lockops_t *lo, uintptr_t initaddr)
728 lockops_t *lo = ld->ld_lockops;
759 lockops_t los;
1052 lockops_t *ops, const char *msg)
kern_mutex.c 289 lockops_t mutex_spin_lockops = {
295 lockops_t mutex_adaptive_lockops = {
356 lockops_t *lockops __unused;
kern_lock.c 132 lockops_t _kernel_lock_ops = {
kern_rwlock.c 119 lockops_t rwlock_lockops = {

Completed in 49 milliseconds