Lines Matching refs:local_nentries
419 args->local_nentries = ch->local_nentries; in xpc_send_chctl_openrequest_sn2()
429 args->local_nentries = ch->local_nentries; in xpc_send_chctl_openreply_sn2()
1565 for (nentries = ch->local_nentries; nentries > 0; nentries--) { in xpc_allocate_local_msgqueue_sn2()
1583 if (nentries < ch->local_nentries) { in xpc_allocate_local_msgqueue_sn2()
1586 ch->local_nentries, ch->partid, ch->number); in xpc_allocate_local_msgqueue_sn2()
1588 ch->local_nentries = nentries; in xpc_allocate_local_msgqueue_sn2()
1713 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
1765 (get % ch->local_nentries) * in xpc_clear_local_msgqueue_flags_sn2()
2042 ch->local_nentries) * in xpc_send_msgs_sn2()
2106 if (put - ch_sn2->w_remote_GP.get < ch->local_nentries) { in xpc_allocate_msg_sn2()
2144 (put % ch->local_nentries) * in xpc_allocate_msg_sn2()
2206 notify = &ch_sn2->notify_queue[msg_number % ch->local_nentries]; in xpc_send_payload_sn2()