Searched refs:send_msg_slots (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_uv.c1091 ch_uv->send_msg_slots = kzalloc(nbytes, GFP_KERNEL);
1092 if (ch_uv->send_msg_slots == NULL)
1096 msg_slot = &ch_uv->send_msg_slots[entry];
1168 kfree(ch_uv->send_msg_slots);
1191 kfree(ch_uv->send_msg_slots);
1392 msg_slot = &ch->sn.uv.send_msg_slots[entry];
1631 msg_slot = &ch->sn.uv.send_msg_slots[entry];
H A Dxpc.h534 struct xpc_send_msg_slot_uv *send_msg_slots; member in struct:xpc_channel_uv

Completed in 64 milliseconds