Searched refs:local_msgqueue (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c430 args->local_msgqueue_pa = xp_pa(ch->sn.sn2.local_msgqueue);
1571 ch_sn2->local_msgqueue =
1574 if (ch_sn2->local_msgqueue == NULL)
1581 ch_sn2->local_msgqueue = NULL;
1660 ch_sn2->local_msgqueue = NULL;
1696 ch_sn2->local_msgqueue = NULL;
1767 msg = (struct xpc_msg_sn2 *)((u64)ch_sn2->local_msgqueue +
2044 local_msgqueue + (put %
2146 msg = (struct xpc_msg_sn2 *)((u64)ch_sn2->local_msgqueue +
H A Dxpc.h439 * these message queues (local_msgqueue) holds the locally created messages
442 * own local_msgqueue.
445 * two message queues. Consider the local_msgqueue to be on one partition
450 * local_msgqueue remote_msgqueue
488 * partition's local_msgqueue and then delivered to their intended
510 struct xpc_msg_sn2 *local_msgqueue; /* local message queue */ member in struct:xpc_channel_sn2

Completed in 80 milliseconds