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

  /src/sys/sys/
cpu_data.h 184 _TAILQ_HEAD(,struct lockdebug,volatile) cpu_ld_locks;/* !: lockdebug */
lwp.h 206 _TAILQ_HEAD(,struct lockdebug,volatile) l_ld_locks;/* !: locks held by LWP */
queue.h 397 #define _TAILQ_HEAD(name, type, qual) \
402 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,)
  /src/sys/kern/
subr_lockdebug.c 104 typedef _TAILQ_HEAD(lockdebuglist, struct lockdebug, volatile) lockdebuglist_t;

Completed in 13 milliseconds