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

  /src/sys/sys/
sleeptab.h 93 typedef struct turnstile { struct
94 LIST_ENTRY(turnstile) ts_chain; /* link on hash chain */
95 struct turnstile *ts_free; /* turnstile free list */
103 SLIST_ENTRY(turnstile) ts_pichain;
106 LIST_HEAD(tschain, turnstile);
sleeptab.h 93 typedef struct turnstile { struct
94 LIST_ENTRY(turnstile) ts_chain; /* link on hash chain */
95 struct turnstile *ts_free; /* turnstile free list */
103 SLIST_ENTRY(turnstile) ts_pichain;
106 LIST_HEAD(tschain, turnstile);

Completed in 24 milliseconds