Searched refs:max_ts (Results 1 – 1 of 1) sorted by relevance
2605 struct turnstile *max_ts; in turnstile_workloop_pusher_info() local2624 max_ts = priority_queue_max(&turnstile->ts_inheritor_queue, in turnstile_workloop_pusher_info()2626 if (max_ts) { in turnstile_workloop_pusher_info()2629 &max_ts->ts_inheritor_links); in turnstile_workloop_pusher_info()2663 switch (turnstile_get_type(max_ts)) { in turnstile_workloop_pusher_info()2668 *knote_out = (struct knote *)max_ts->ts_proprietor; in turnstile_workloop_pusher_info()2673 port = (ipc_port_t)max_ts->ts_proprietor; in turnstile_workloop_pusher_info()2681 panic("Unexpected type for turnstile %p", max_ts); in turnstile_workloop_pusher_info()