Lines Matching refs:dmsg_priority
3173 if (dmsgr) _dispatch_mach_push(dm, dmsgr, dmsgr->dmsg_priority); in _dispatch_mach_reply_kevent_unregister()
3198 dmr->dmr_priority = dmsg->dmsg_priority; in _dispatch_mach_reply_kevent_register()
3327 dmsg->dmsg_priority = priority; in _dispatch_mach_msg_recv()
3332 return _dispatch_mach_push(dm, dmsg, dmsg->dmsg_priority); in _dispatch_mach_msg_recv()
3354 return _dispatch_mach_push(dm, dmsg, dmsg->dmsg_priority); in _dispatch_mach_msg_disconnected()
3371 dmsgr->dmsg_priority = dmsg->dmsg_priority; in _dispatch_mach_msg_create_reply_disconnected()
3377 dmsgr->dmsg_priority = dmr->dmr_priority; in _dispatch_mach_msg_create_reply_disconnected()
3391 _dispatch_mach_push(dm, dmsg, dmsg->dmsg_priority); in _dispatch_mach_msg_not_sent()
3392 if (dmsgr) _dispatch_mach_push(dm, dmsgr, dmsgr->dmsg_priority); in _dispatch_mach_msg_not_sent()
3441 if (dmsg->dmsg_priority != _voucher_get_priority(voucher)) { in _dispatch_mach_msg_send()
3443 voucher, dmsg->dmsg_priority); in _dispatch_mach_msg_send()
3486 voucher, dmsg->dmsg_priority, ipc_kvoucher); in _dispatch_mach_msg_send()
3515 _dispatch_mach_push(dm, dmsg, dmsg->dmsg_priority); in _dispatch_mach_msg_send()
3516 if (dmsgr) _dispatch_mach_push(dm, dmsgr, dmsgr->dmsg_priority); in _dispatch_mach_msg_send()
3670 dmsg->dmsg_priority = _dispatch_priority_propagate(); in dispatch_mach_send()
3830 _dispatch_adopt_priority_and_replace_voucher(dmsg->dmsg_priority, in _dispatch_mach_msg_invoke()