Searched refs:turnstile_alloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/sys/
H A Dturnstile.h63 * Each thread allocates a turnstile at thread creation via turnstile_alloc()
90 struct turnstile *turnstile_alloc(void);
/freebsd-10.3-release/sys/kern/
H A Dsubr_turnstile.c411 thread0.td_turnstile = turnstile_alloc();
517 turnstile_alloc(void) function
H A Dkern_thread.c211 td->td_turnstile = turnstile_alloc();

Completed in 96 milliseconds