Searched refs:ch_uv (Results 1 - 1 of 1) 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.c1012 struct xpc_channel_uv *ch_uv; local
1016 ch_uv = &part->channels[ch_number].sn.uv;
1018 xpc_init_fifo_uv(&ch_uv->msg_slot_free_list);
1019 xpc_init_fifo_uv(&ch_uv->recv_msg_list);
1082 struct xpc_channel_uv *ch_uv = &ch->sn.uv; local
1091 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];
1099 xpc_put_fifo_entry_uv(&ch_uv->msg_slot_free_list,
1116 struct xpc_channel_uv *ch_uv local
1153 struct xpc_channel_uv *ch_uv = &ch->sn.uv; local
1182 struct xpc_channel_uv *ch_uv = &ch->sn.uv; local
1269 struct xpc_channel_uv *ch_uv = &ch->sn.uv; local
1409 struct xpc_channel_uv *ch_uv; local
[all...]

Completed in 77 milliseconds