Searched refs:recv_msg_slots (Results 1 – 2 of 2) sorted by relevance
1046 ch_uv->recv_msg_slots = kzalloc(nbytes, GFP_KERNEL); in xpc_allocate_recv_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()1114 kfree(ch_uv->recv_msg_slots); in xpc_teardown_msg_structures_uv()1370 msg_slot = ch_uv->recv_msg_slots + in xpc_handle_notify_mq_msg_uv()
313 void *recv_msg_slots; /* each slot will hold a xpc_notify_mq_msg_uv */ member
Completed in 11 milliseconds