Lines Matching refs:ispl
1121 stackshot_plh_hash(struct ipc_service_port_label *ispl) in stackshot_plh_hash() argument
1123 uintptr_t ptr = (uintptr_t)ispl; in stackshot_plh_hash()
1126 …((((x) * STACKSHOT_PLH_SHIFT) < (sizeof(ispl) * CHAR_BIT)) ? ((ptr) >> ((x) * STACKSHOT_PLH_SHIFT)… in stackshot_plh_hash()
1161 stackshot_plh_lookup(struct ipc_service_port_label *ispl, enum stackshot_plh_lookup_type type) in stackshot_plh_lookup() argument
1166 if (ispl == NULL) { in stackshot_plh_lookup()
1183 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup()
1193 if (plh->plh_array[cur] == ispl) { in stackshot_plh_lookup()
1210 plh->plh_array[cur] = ispl; in stackshot_plh_lookup()
1240 struct ipc_service_port_label *ispl = arr[idx]; in kdp_stackshot_plh_record() local
1249 if (_stackshot_validate_kva((vm_offset_t)ispl, ispl_size)) { in kdp_stackshot_plh_record()
1250 kdp_ipc_fill_splabel(ispl, &spl, &name); in kdp_stackshot_plh_record()
3754 struct ipc_service_port_label *ispl = NULL; in stackshot_thread_turnstileinfo() local
3759 kdp_turnstile_fill_tsinfo(ts, tsinfo, &ispl); in stackshot_thread_turnstileinfo()
3760 tsinfo->portlabel_id = stackshot_plh_lookup(ispl, in stackshot_thread_turnstileinfo()
3770 struct ipc_service_port_label *ispl = NULL; in stackshot_thread_wait_owner_info() local
3781 kdp_mqueue_recv_find_owner(thread->waitq.wq_q, thread->wait_event, waitinfo, &ispl); in stackshot_thread_wait_owner_info()
3782 waitinfo->portlabel_id = stackshot_plh_lookup(ispl, STACKSHOT_PLH_LOOKUP_RECEIVE); in stackshot_thread_wait_owner_info()
3785 kdp_mqueue_send_find_owner(thread->waitq.wq_q, thread->wait_event, waitinfo, &ispl); in stackshot_thread_wait_owner_info()
3786 waitinfo->portlabel_id = stackshot_plh_lookup(ispl, STACKSHOT_PLH_LOOKUP_SEND); in stackshot_thread_wait_owner_info()