Home
last modified time | relevance | path

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

/xnu-8792.41.9/tools/lldbmacros/
H A Dturnstile.py65 turnstile.ts_proprietor, type_and_gencount.ts_gencount, turnstile.ts_prim_count)
143 if not unsigned(ts.ts_proprietor):
/xnu-8792.41.9/osfmk/kern/
H A Dturnstile.c218 ipc_port_t port = (ipc_port_t) turnstile->ts_proprietor; in turnstile_is_send_turnstile()
235 ipc_port_t port = (ipc_port_t) turnstile->ts_proprietor; in turnstile_is_receive_turnstile()
385 assert(dst_ts->ts_proprietor == free_ts->ts_proprietor); in turnstile_freelist_insert()
582 if (ts->ts_proprietor == proprietor) { in turnstile_htable_lookup_add()
656 if (ts->ts_proprietor == proprietor) { in turnstable_htable_lookup_remove()
738 if (ts->ts_proprietor == proprietor) { in turnstile_htable_lookup()
1012 thread_turnstile->ts_proprietor = proprietor; in turnstile_prepare_common()
1158 thread_turnstile->ts_proprietor = TURNSTILE_PROPRIETOR_NULL; in turnstile_complete_common()
2605 proprietor = max_turnstile->ts_proprietor; in turnstile_workq_proprietor_of_max_turnstile()
2705 *knote_out = (struct knote *)max_ts->ts_proprietor; in turnstile_workloop_pusher_info()
[all …]
H A Dturnstile.h348 uintptr_t ts_proprietor; /* hash key lookup turnstile (IL) */ member
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_port.c3249 ipc_port_t port = (ipc_port_t)turnstile->ts_proprietor; /* we are blocking on send */ in kdp_mqueue_send_find_owner()