Searched refs:msg_slot (Results 1 – 4 of 4) sorted by relevance
1085 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_send_msg_slot_uv() local1098 msg_slot = &ch_uv->send_msg_slots[entry]; in xpc_allocate_send_msg_slot_uv()1100 msg_slot->msg_slot_number = entry; in xpc_allocate_send_msg_slot_uv()1102 &msg_slot->next); in xpc_allocate_send_msg_slot_uv()1119 struct xpc_notify_mq_msg_uv *msg_slot; in xpc_allocate_recv_msg_slot_uv() local1132 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()1135 msg_slot->hdr.msg_slot_number = entry; in xpc_allocate_recv_msg_slot_uv()1332 struct xpc_send_msg_slot_uv *msg_slot; in xpc_allocate_msg_slot_uv() local1348 msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next); in xpc_allocate_msg_slot_uv()1349 *address_of_msg_slot = msg_slot; in xpc_allocate_msg_slot_uv()[all …]
471 int msg_slot; member
307 sp = &smaster->socket_acknowledge_count[mdp->msg_slot]; in bau_process_message()1264 msgdesc.msg_slot = msg - msgdesc.queue_first; in uv_bau_message_interrupt()
2422 u32 msg_slot; in skd_release_skreq() local2444 msg_slot = skreq->fitmsg_id & SKD_ID_SLOT_MASK; in skd_release_skreq()2445 SKD_ASSERT(msg_slot < skdev->num_fitmsg_context); in skd_release_skreq()2447 skmsg = &skdev->skmsg_table[msg_slot]; in skd_release_skreq()