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()
1568 for (nentries = ch->local_nentries; nentries > 0; nentries--) { in xpc_allocate_local_msgqueue_sn2()
1586 if (nentries < ch->local_nentries) { in xpc_allocate_local_msgqueue_sn2()
1589 ch->local_nentries, ch->partid, ch->number); in xpc_allocate_local_msgqueue_sn2()
1591 ch->local_nentries = nentries; in xpc_allocate_local_msgqueue_sn2()
1716 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
1768 (get % ch->local_nentries) * in xpc_clear_local_msgqueue_flags_sn2()
2045 ch->local_nentries) * in xpc_send_msgs_sn2()
2109 if (put - ch_sn2->w_remote_GP.get < ch->local_nentries) { in xpc_allocate_msg_sn2()
2147 (put % ch->local_nentries) * in xpc_allocate_msg_sn2()
2209 notify = &ch_sn2->notify_queue[msg_number % ch->local_nentries]; in xpc_send_payload_sn2()