Searched defs:turnstile_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dturnstile.h47 typedef struct turnstile turnstile_t; typedef in typeref:struct:turnstile
51 turnstile_t *ts_next; /* next on hash chain */
52 turnstile_t *ts_free; /* next on freelist */
57 turnstile_t *ts_prioinv; /* next in inheritor's t_prioinv list */
63 extern turnstile_t *turnstile_lookup(void *);
65 extern int turnstile_block(turnstile_t *, int, void *, struct _sobj_ops *,
67 extern void turnstile_wakeup(turnstile_t *, int, int, struct _kthread *);

Completed in 57 milliseconds