Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/sgi-xp/
H A Dxpc_uv.c933 struct xpc_channel_uv *ch_uv; in xpc_setup_ch_structures_uv() local
1013 if (ch_uv->send_msg_slots == NULL) in xpc_allocate_send_msg_slot_uv()
1047 if (ch_uv->recv_msg_slots == NULL) in xpc_allocate_recv_msg_slot_uv()
1051 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()
1089 kfree(ch_uv->send_msg_slots); in xpc_setup_msg_structures_uv()
1107 kfree(ch_uv->cached_notify_gru_mq_desc); in xpc_teardown_msg_structures_uv()
1112 kfree(ch_uv->send_msg_slots); in xpc_teardown_msg_structures_uv()
1114 kfree(ch_uv->recv_msg_slots); in xpc_teardown_msg_structures_uv()
1330 struct xpc_channel_uv *ch_uv; in xpc_handle_notify_mq_msg_uv() local
1368 ch_uv = &ch->sn.uv; in xpc_handle_notify_mq_msg_uv()
[all …]