Home
last modified time | relevance | path

Searched refs:nts (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_turnstile.c927 struct turnstile *nts; in turnstile_calc_unlend_prio_locked() local
934 LIST_FOREACH(nts, &td->td_contested, ts_link) { in turnstile_calc_unlend_prio_locked()
935 cp = turnstile_first_waiter(nts)->td_priority; in turnstile_calc_unlend_prio_locked()