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

1 2

  /src/sys/rump/include/sys/
sleeptab.h 39 #ifdef LOCKDEBUG
  /src/sys/sys/
lock.h 74 #ifdef LOCKDEBUG
mutex.h 114 * dodebug==true. Only used in the LOCKDEBUG case.
145 MUTEX_NODEBUG = 4 /* Disables LOCKDEBUG; use with care */
157 #if defined(LOCKDEBUG)
158 #define MUTEX_BIT_NODEBUG 0x04 /* LOCKDEBUG disabled */
161 #endif /* LOCKDEBUG */
lockdebug.h 1 /* $NetBSD: lockdebug.h,v 1.22 2020/04/10 17:16:21 ad Exp $ */
67 #ifdef LOCKDEBUG
96 #else /* LOCKDEBUG */
106 #endif /* LOCKDEBUG */
  /src/sys/kern/
subr_localcount.c 57 #if defined(DEBUG) && defined(LOCKDEBUG)
221 #if defined(DEBUG) && defined(LOCKDEBUG)
269 #if defined(DEBUG) && defined(LOCKDEBUG)
280 * only if DEBUG and LOCKDEBUG enabled. Otherwise always return 0.
286 #if defined(DEBUG) && defined(LOCKDEBUG)
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
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_crashme.c 67 #ifdef LOCKDEBUG
88 #ifdef LOCKDEBUG
297 #ifdef LOCKDEBUG
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_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...]
  /src/sys/arch/aarch64/aarch64/
lock_stubs.S 41 #ifndef LOCKDEBUG
80 #endif /* !LOCKDEBUG */
  /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.
  /src/sys/arch/m68k/m68k/
lock_stubs.s 84 #if !defined(LOCKDEBUG)
112 #endif /* !LOCKDEBUG */
  /src/sys/arch/sparc64/sparc64/
lock_stubs.s 51 #if !defined(LOCKDEBUG)
89 #endif /* !LOCKDEBUG */
  /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
emul.c 40 #ifdef LOCKDEBUG
400 #ifdef LOCKDEBUG
  /src/sys/arch/x86/x86/
patch.c 150 #ifndef LOCKDEBUG
311 #ifndef LOCKDEBUG
332 #if !defined(LOCKDEBUG)
  /src/sys/arch/mips/mips/
lock_stubs_ras.S 190 #ifndef LOCKDEBUG
240 #endif /* !LOCKDEBUG */
279 #ifndef LOCKDEBUG
359 #ifndef LOCKDEBUG
482 #endif /* !LOCKDEBUG */
494 #ifdef LOCKDEBUG
504 #endif /* !LOCKDEBUG */
  /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/arch/sh3/sh3/
lock_stubs.S 84 #if !defined(LOCKDEBUG)
134 #endif /* !LOCKDEBUG */
  /src/sys/arch/alpha/alpha/
lock_stubs.s 51 #if !defined(LOCKDEBUG)
368 #endif /* !LOCKDEBUG */
378 #if !defined(LOCKDEBUG)
390 #endif /* ! LOCKDEBUG */
  /src/sys/arch/arm/s3c2xx0/
sscom_var.h 183 #if (defined(MULTIPROCESSOR) || defined(LOCKDEBUG)) && defined(SSCOM_MPLOCK)
  /src/sys/arch/powerpc/powerpc/
lock_stubs.S 70 #if !defined(LOCKDEBUG)
104 #endif /* !LOCKDEBUG */
  /src/sys/arch/evbarm/conf/
ARMADAXP 116 options LOCKDEBUG
  /src/sys/arch/amd64/amd64/
lock_stubs.S 48 #ifndef LOCKDEBUG
294 #endif /* LOCKDEBUG */

Completed in 26 milliseconds

1 2