Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_uv.c1131 ch_uv->recv_msg_slots = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_recv_msg_slot_uv()
1132 if (ch_uv->recv_msg_slots == NULL) in xpc_allocate_recv_msg_slot_uv()
1136 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()
1199 kfree(ch_uv->recv_msg_slots); in xpc_teardown_msg_structures_uv()
1455 msg_slot = ch_uv->recv_msg_slots + in xpc_handle_notify_mq_msg_uv()
H A Dxpc.h313 void *recv_msg_slots; /* each slot will hold a xpc_notify_mq_msg_uv */ member
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_uv.c1131 ch_uv->recv_msg_slots = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_recv_msg_slot_uv()
1132 if (ch_uv->recv_msg_slots == NULL) in xpc_allocate_recv_msg_slot_uv()
1136 msg_slot = ch_uv->recv_msg_slots + in xpc_allocate_recv_msg_slot_uv()
1199 kfree(ch_uv->recv_msg_slots); in xpc_teardown_msg_structures_uv()
1455 msg_slot = ch_uv->recv_msg_slots + in xpc_handle_notify_mq_msg_uv()
H A Dxpc.h313 void *recv_msg_slots; /* each slot will hold a xpc_notify_mq_msg_uv */ member

Completed in 8 milliseconds