Lines Matching refs:ispl
1119 stackshot_plh_hash(struct ipc_service_port_label *ispl) in stackshot_plh_hash() argument
1121 uintptr_t ptr = (uintptr_t)ispl; in stackshot_plh_hash()
1124 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()
1159 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup() argument
1164 if (ispl == NULL) { in stackshot_plh_lookup()
1181 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()
1191 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()
1208 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()
1238 struct ipc_service_port_label *ispl = arr[idx]; in kdp_stackshot_plh_record() local
1247 if (_stackshot_validate_kva((vm_offset_t)ispl, ispl_size)) { in kdp_stackshot_plh_record()
1248 kdp_ipc_fill_splabel(ispl, &spl, &name); in kdp_stackshot_plh_record()
3678 struct ipc_service_port_label *ispl = NULL; in stackshot_thread_turnstileinfo() local
3683 kdp_turnstile_fill_tsinfo(ts, tsinfo, &ispl); in stackshot_thread_turnstileinfo()
3684 tsinfo->portlabel_id = stackshot_plh_lookup(ispl, in stackshot_thread_turnstileinfo()
3694 struct ipc_service_port_label *ispl = NULL; in stackshot_thread_wait_owner_info() local
3705 kdp_mqueue_recv_find_owner(thread->waitq.wq_q, thread->wait_event, waitinfo, &ispl); in stackshot_thread_wait_owner_info()
3706 waitinfo->portlabel_id = stackshot_plh_lookup(ispl, STACKSHOT_PLH_LOOKUP_RECEIVE); in stackshot_thread_wait_owner_info()
3709 kdp_mqueue_send_find_owner(thread->waitq.wq_q, thread->wait_event, waitinfo, &ispl); in stackshot_thread_wait_owner_info()
3710 waitinfo->portlabel_id = stackshot_plh_lookup(ispl, STACKSHOT_PLH_LOOKUP_SEND); in stackshot_thread_wait_owner_info()