HomeSort by: relevance | last modified time | path
    Searched defs:lockdebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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...]
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...]

Completed in 23 milliseconds