OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 00:09:54 GMT 2025