HomeSort by: relevance | last modified time | path
    Searched refs:lockdebug (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/kern/
vnode_if.sh 56 lockdebug=1
344 if [ -z "${rump}" -a ${lockdebug} -ne 0 ] ; then
656 sed -e "$sed_prep" $src | $awk -v rump=${rump} -v lockdebug=${lockdebug} '
734 if (lockdebug) {
kern_idle.c 37 #include <sys/lockdebug.h>
subr_lockdebug.c 48 #include <sys/lockdebug.h>
68 #ifdef LOCKDEBUG
85 typedef struct lockdebug { struct
88 _TAILQ_ENTRY(struct lockdebug, volatile) ld_chain;
89 _TAILQ_ENTRY(struct lockdebug, volatile) ld_achain;
104 typedef _TAILQ_HEAD(lockdebuglist, struct lockdebug, volatile) lockdebuglist_t;
212 * Find a lockdebug structure by a pointer to a lock and return it locked.
234 * Initialize the lockdebug system. Allocate an initial pool of
235 * lockdebug structures before the VM system is up and running.
802 * down in flames. Once a panic is triggered, lockdebug stat
    [all...]
kern_lock.c 46 #include <sys/lockdebug.h>
53 #if defined(DIAGNOSTIC) && !defined(LOCKDEBUG)
120 #ifdef LOCKDEBUG
138 #ifdef LOCKDEBUG
200 #ifdef LOCKDEBUG
225 #ifdef LOCKDEBUG
255 #if defined(DIAGNOSTIC) && !defined(LOCKDEBUG)
269 #ifdef LOCKDEBUG
320 #ifdef LOCKDEBUG
sched_4bsd.c 86 #include <sys/lockdebug.h>
kern_condvar.c 45 #include <sys/lockdebug.h>
kern_turnstile.c 68 #include <sys/lockdebug.h>
217 * compiling a kernel with LOCKDEBUG to pinpoint the problem.
470 #if defined(DEBUG) || defined(LOCKDEBUG)
518 #if defined(LOCKDEBUG)
562 #endif /* LOCKDEBUG */
subr_kmem.c 92 #include <sys/lockdebug.h>
kern_mutex.c 53 #include <sys/lockdebug.h>
72 #if defined(DIAGNOSTIC) || defined(MULTIPROCESSOR) || defined(LOCKDEBUG)
95 #if defined(LOCKDEBUG)
103 #else /* LOCKDEBUG */
107 #endif /* LOCKDEBUG */
222 #if defined(LOCKDEBUG)
225 #else /* defined(LOCKDEBUG) */
228 #endif /* defined(LOCKDEBUG) */
269 #if defined(LOCKDEBUG)
445 * the LOCKDEBUG case, mutex_enter() is always aliased here, even i
    [all...]
kern_rwlock.c 59 #include <sys/lockdebug.h>
73 * LOCKDEBUG
103 * For platforms that do not provide stubs, or for the LOCKDEBUG case.
105 #ifdef LOCKDEBUG
210 #ifdef LOCKDEBUG
kern_synch.c 88 #include <sys/lockdebug.h>
kern_exit.c 92 #include <sys/lockdebug.h>
kern_lwp.c 241 #include <sys/lockdebug.h>
  /src/sys/sys/
userret.h 36 #include <sys/lockdebug.h>
cpu_data.h 114 struct lockdebug;
174 u_int cpu_lkdebug_recurse; /* LOCKDEBUG recursion */
184 _TAILQ_HEAD(,struct lockdebug,volatile) cpu_ld_locks;/* !: lockdebug */
185 __cpu_simple_lock_t cpu_ld_lock; /* lockdebug */
lwp.h 85 struct lockdebug;
193 u_short l_shlocks; /* !: lockdebug: shared locks held */
194 u_short l_exlocks; /* !: lockdebug: excl. locks held */
206 _TAILQ_HEAD(,struct lockdebug,volatile) l_ld_locks;/* !: locks held by LWP */
  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 36 #include <sys/lockdebug.h>
61 #ifdef LOCKDEBUG
88 #ifdef LOCKDEBUG
101 #ifdef LOCKDEBUG
135 * LOCKDEBUG if you try it.
linux_ww_mutex.c 38 #include <sys/lockdebug.h>
139 #ifdef LOCKDEBUG
206 #ifdef LOCKDEBUG
225 #ifdef LOCKDEBUG
644 * We do not own it. We can safely assert to LOCKDEBUG that we
772 * We do not own it. We can safely assert to LOCKDEBUG that we
  /src/sys/rump/kern/lib/libsysproxy/
sysproxy.c 38 #include <sys/lockdebug.h>
  /src/usr.sbin/crash/
crash.c 80 #ifdef LOCKDEBUG
87 #ifdef LOCKDEBUG
88 struct lockdebug;
89 TAILQ_HEAD(, lockdebug) ld_all;
93 warnx("No lockdebug support compiled in");
440 #ifdef LOCKDEBUG
443 printf("Kernel compiled without options LOCKDEBUG.\n");
  /src/sys/external/bsd/common/linux/
linux_rcu.c 41 #include <sys/lockdebug.h>
  /src/sys/ddb/
db_xxx.c 61 #include <sys/lockdebug.h>
193 #ifdef LOCKDEBUG
db_command.c 90 #include <sys/lockdebug.h>
  /src/sys/rump/librump/rumpkern/
locks.c 40 #ifdef LOCKDEBUG
47 * Simple lockdebug. If it's compiled in, it's always active.
50 #ifdef LOCKDEBUG
51 #include <sys/lockdebug.h>
197 #ifndef LOCKDEBUG
209 #ifdef LOCKDEBUG
294 #ifdef LOCKDEBUG
  /src/sys/ufs/chfs/
chfs_vfsops.c 52 #include <sys/lockdebug.h>

Completed in 27 milliseconds

1 2