msg_slot          492 arch/x86/include/asm/uv/uv_bau.h 	int			msg_slot;
msg_slot          319 arch/x86/platform/uv/tlb_uv.c 	sp = &smaster->socket_acknowledge_count[mdp->msg_slot];
msg_slot         1298 arch/x86/platform/uv/tlb_uv.c 		msgdesc.msg_slot = msg - msgdesc.queue_first;
msg_slot         1089 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_send_msg_slot_uv *msg_slot;
msg_slot         1102 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot = &ch_uv->send_msg_slots[entry];
msg_slot         1104 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot->msg_slot_number = entry;
msg_slot         1106 drivers/misc/sgi-xp/xpc_uv.c 					      &msg_slot->next);
msg_slot         1123 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_notify_mq_msg_uv *msg_slot;
msg_slot         1136 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot = ch_uv->recv_msg_slots +
msg_slot         1139 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot->hdr.msg_slot_number = entry;
msg_slot         1336 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_send_msg_slot_uv *msg_slot;
msg_slot         1352 drivers/misc/sgi-xp/xpc_uv.c 	msg_slot = container_of(entry, struct xpc_send_msg_slot_uv, next);
msg_slot         1353 drivers/misc/sgi-xp/xpc_uv.c 	*address_of_msg_slot = msg_slot;
msg_slot         1359 drivers/misc/sgi-xp/xpc_uv.c 		     struct xpc_send_msg_slot_uv *msg_slot)
msg_slot         1361 drivers/misc/sgi-xp/xpc_uv.c 	xpc_put_fifo_entry_uv(&ch->sn.uv.msg_slot_free_list, &msg_slot->next);
msg_slot         1370 drivers/misc/sgi-xp/xpc_uv.c 		     struct xpc_send_msg_slot_uv *msg_slot,
msg_slot         1373 drivers/misc/sgi-xp/xpc_uv.c 	xpc_notify_func func = msg_slot->func;
msg_slot         1375 drivers/misc/sgi-xp/xpc_uv.c 	if (func != NULL && cmpxchg(&msg_slot->func, func, NULL) == func) {
msg_slot         1380 drivers/misc/sgi-xp/xpc_uv.c 			"msg_slot_number=%d partid=%d channel=%d\n", msg_slot,
msg_slot         1381 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot->msg_slot_number, ch->partid, ch->number);
msg_slot         1383 drivers/misc/sgi-xp/xpc_uv.c 		func(reason, ch->partid, ch->number, msg_slot->key);
msg_slot         1386 drivers/misc/sgi-xp/xpc_uv.c 			"msg_slot_number=%d partid=%d channel=%d\n", msg_slot,
msg_slot         1387 drivers/misc/sgi-xp/xpc_uv.c 			msg_slot->msg_slot_number, ch->partid, ch->number);
msg_slot         1395 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_send_msg_slot_uv *msg_slot;
msg_slot         1398 drivers/misc/sgi-xp/xpc_uv.c 	msg_slot = &ch->sn.uv.send_msg_slots[entry];
msg_slot         1400 drivers/misc/sgi-xp/xpc_uv.c 	BUG_ON(msg_slot->msg_slot_number != msg->hdr.msg_slot_number);
msg_slot         1401 drivers/misc/sgi-xp/xpc_uv.c 	msg_slot->msg_slot_number += ch->local_nentries;
msg_slot         1403 drivers/misc/sgi-xp/xpc_uv.c 	if (msg_slot->func != NULL)
msg_slot         1404 drivers/misc/sgi-xp/xpc_uv.c 		xpc_notify_sender_uv(ch, msg_slot, xpMsgDelivered);
msg_slot         1406 drivers/misc/sgi-xp/xpc_uv.c 	xpc_free_msg_slot_uv(ch, msg_slot);
msg_slot         1416 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_notify_mq_msg_uv *msg_slot;
msg_slot         1455 drivers/misc/sgi-xp/xpc_uv.c 	msg_slot = ch_uv->recv_msg_slots +
msg_slot         1458 drivers/misc/sgi-xp/xpc_uv.c 	BUG_ON(msg_slot->hdr.size != 0);
msg_slot         1460 drivers/misc/sgi-xp/xpc_uv.c 	memcpy(msg_slot, msg, msg->hdr.size);
msg_slot         1462 drivers/misc/sgi-xp/xpc_uv.c 	xpc_put_fifo_entry_uv(&ch_uv->recv_msg_list, &msg_slot->hdr.u.next);
msg_slot         1539 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_send_msg_slot_uv *msg_slot = NULL;
msg_slot         1561 drivers/misc/sgi-xp/xpc_uv.c 	ret = xpc_allocate_msg_slot_uv(ch, flags, &msg_slot);
msg_slot         1568 drivers/misc/sgi-xp/xpc_uv.c 		msg_slot->key = key;
msg_slot         1570 drivers/misc/sgi-xp/xpc_uv.c 		msg_slot->func = func;
msg_slot         1582 drivers/misc/sgi-xp/xpc_uv.c 	msg->hdr.msg_slot_number = msg_slot->msg_slot_number;
msg_slot         1603 drivers/misc/sgi-xp/xpc_uv.c 		if (cmpxchg(&msg_slot->func, func, NULL) != func) {
msg_slot         1608 drivers/misc/sgi-xp/xpc_uv.c 		msg_slot->key = NULL;
msg_slot         1611 drivers/misc/sgi-xp/xpc_uv.c 	xpc_free_msg_slot_uv(ch, msg_slot);
msg_slot         1627 drivers/misc/sgi-xp/xpc_uv.c 	struct xpc_send_msg_slot_uv *msg_slot;
msg_slot         1637 drivers/misc/sgi-xp/xpc_uv.c 		msg_slot = &ch->sn.uv.send_msg_slots[entry];
msg_slot         1638 drivers/misc/sgi-xp/xpc_uv.c 		if (msg_slot->func != NULL)
msg_slot         1639 drivers/misc/sgi-xp/xpc_uv.c 			xpc_notify_sender_uv(ch, msg_slot, ch->reason);