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

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_uv.c1046 ch_uv->recv_msg_slots = kzalloc(nbytes, GFP_KERNEL);
1047 if (ch_uv->recv_msg_slots == NULL)
1051 msg_slot = ch_uv->recv_msg_slots +
1114 kfree(ch_uv->recv_msg_slots);
1370 msg_slot = ch_uv->recv_msg_slots +
H A Dxpc.h313 void *recv_msg_slots; /* each slot will hold a xpc_notify_mq_msg_uv */ member in struct:xpc_channel_uv

Completed in 163 milliseconds