Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_sn2.c1171 struct xpc_channel_sn2 *ch_sn2; in xpc_setup_ch_structures_sn2() local
1243 ch_sn2 = &part->channels[ch_number].sn.sn2; in xpc_setup_ch_structures_sn2()
1245 ch_sn2->local_GP = &part_sn2->local_GPs[ch_number]; in xpc_setup_ch_structures_sn2()
1246 ch_sn2->local_openclose_args = in xpc_setup_ch_structures_sn2()
1249 mutex_init(&ch_sn2->msg_to_pull_mutex); in xpc_setup_ch_structures_sn2()
1563 struct xpc_channel_sn2 *ch_sn2 = &ch->sn.sn2; in xpc_allocate_local_msgqueue_sn2() local
1571 ch_sn2->local_msgqueue = in xpc_allocate_local_msgqueue_sn2()
1573 &ch_sn2->local_msgqueue_base); in xpc_allocate_local_msgqueue_sn2()
1574 if (ch_sn2->local_msgqueue == NULL) in xpc_allocate_local_msgqueue_sn2()
1578 ch_sn2->notify_queue = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_local_msgqueue_sn2()
[all …]