Lines Matching defs:ts
178 propagate_unlock_ts(struct turnstile *top, struct turnstile *ts) in propagate_unlock_ts()
201 struct turnstile *ts, *top; in propagate_priority() local
313 turnstile_adjust_thread(struct turnstile *ts, struct thread *td) in turnstile_adjust_thread()
445 struct turnstile *ts; in turnstile_adjust() local
478 turnstile_setowner(struct turnstile *ts, struct thread *owner) in turnstile_setowner()
500 struct turnstile *ts; in turnstile_dtor() local
515 struct turnstile *ts; in turnstile_init() local
530 struct turnstile *ts; in turnstile_fini() local
550 turnstile_free(struct turnstile *ts) in turnstile_free()
572 struct turnstile *ts; in turnstile_trywait() local
592 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock()
614 turnstile_unlock(struct turnstile *ts, struct lock_object *lock) in turnstile_unlock()
627 turnstile_assert(struct turnstile *ts) in turnstile_assert()
633 turnstile_cancel(struct turnstile *ts) in turnstile_cancel()
657 struct turnstile *ts; in turnstile_lookup() local
686 turnstile_first_waiter(struct turnstile *ts) in turnstile_first_waiter()
702 turnstile_claim(struct turnstile *ts) in turnstile_claim()
739 turnstile_wait(struct turnstile *ts, struct thread *owner, int queue) in turnstile_wait()
828 turnstile_signal(struct turnstile *ts, int queue) in turnstile_signal()
879 turnstile_broadcast(struct turnstile *ts, int queue) in turnstile_broadcast()
947 turnstile_unpend(struct turnstile *ts) in turnstile_unpend()
1025 turnstile_disown(struct turnstile *ts) in turnstile_disown()
1067 turnstile_head(struct turnstile *ts, int queue) in turnstile_head()
1082 turnstile_empty(struct turnstile *ts, int queue) in turnstile_empty()
1120 struct turnstile *ts; in DB_SHOW_COMMAND() local
1173 struct turnstile *ts; in print_lockchain() local
1272 struct turnstile *ts; in print_waiter() local
1285 print_waiters(struct turnstile *ts, int indent) in print_waiters()
1312 struct turnstile *ts; in DB_SHOW_COMMAND() local