Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/sgi-xp/
Dxpc_sn2.c1171 struct xpc_channel_sn2 *ch_sn2; in xpc_setup_ch_structures_sn2() local
1240 ch_sn2 = &part->channels[ch_number].sn.sn2; in xpc_setup_ch_structures_sn2()
1242 ch_sn2->local_GP = &part_sn2->local_GPs[ch_number]; in xpc_setup_ch_structures_sn2()
1243 ch_sn2->local_openclose_args = in xpc_setup_ch_structures_sn2()
1246 mutex_init(&ch_sn2->msg_to_pull_mutex); in xpc_setup_ch_structures_sn2()
1560 struct xpc_channel_sn2 *ch_sn2 = &ch->sn.sn2; in xpc_allocate_local_msgqueue_sn2() local
1568 ch_sn2->local_msgqueue = in xpc_allocate_local_msgqueue_sn2()
1570 &ch_sn2->local_msgqueue_base); in xpc_allocate_local_msgqueue_sn2()
1571 if (ch_sn2->local_msgqueue == NULL) in xpc_allocate_local_msgqueue_sn2()
1575 ch_sn2->notify_queue = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_local_msgqueue_sn2()
[all …]