Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c931 struct xpc_channel_uv *ch_uv; in xpc_setup_ch_structures_uv() local
935 ch_uv = &part->channels[ch_number].sn.uv; in xpc_setup_ch_structures_uv()
937 xpc_init_fifo_uv(&ch_uv->msg_slot_free_list); in xpc_setup_ch_structures_uv()
938 xpc_init_fifo_uv(&ch_uv->recv_msg_list); in xpc_setup_ch_structures_uv()
1001 struct xpc_channel_uv *ch_uv = &ch->sn.uv; in xpc_allocate_send_msg_slot_uv() local
1010 ch_uv->send_msg_slots = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_send_msg_slot_uv()
1011 if (ch_uv->send_msg_slots == NULL) in xpc_allocate_send_msg_slot_uv()
1015 msg_slot = &ch_uv->send_msg_slots[entry]; in xpc_allocate_send_msg_slot_uv()
1018 xpc_put_fifo_entry_uv(&ch_uv->msg_slot_free_list, in xpc_allocate_send_msg_slot_uv()
1035 struct xpc_channel_uv *ch_uv = &ch->sn.uv; in xpc_allocate_recv_msg_slot_uv() local
[all …]