Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_sn2.c430 args->local_msgqueue_pa = xp_pa(ch->sn.sn2.local_msgqueue); in xpc_send_chctl_openreply_sn2()
1571 ch_sn2->local_msgqueue = in xpc_allocate_local_msgqueue_sn2()
1574 if (ch_sn2->local_msgqueue == NULL) in xpc_allocate_local_msgqueue_sn2()
1581 ch_sn2->local_msgqueue = NULL; in xpc_allocate_local_msgqueue_sn2()
1660 ch_sn2->local_msgqueue = NULL; in xpc_setup_msg_structures_sn2()
1696 ch_sn2->local_msgqueue = NULL; in xpc_teardown_msg_structures_sn2()
1767 msg = (struct xpc_msg_sn2 *)((u64)ch_sn2->local_msgqueue + in xpc_clear_local_msgqueue_flags_sn2()
2044 local_msgqueue + (put % in xpc_send_msgs_sn2()
2146 msg = (struct xpc_msg_sn2 *)((u64)ch_sn2->local_msgqueue + in xpc_allocate_msg_sn2()
Dxpc.h510 struct xpc_msg_sn2 *local_msgqueue; /* local message queue */ member