Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c2605 struct turnstile *max_ts; in turnstile_workloop_pusher_info() local
2624 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()