Lines Matching refs:mmsg
110 struct malloc_type *mmsg, in kdmsg_iocom_init() argument
115 iocom->mmsg = mmsg; in kdmsg_iocom_init()
382 msg->aux_data = kmalloc(abytes, iocom->mmsg, M_WAITOK); in kdmsg_iocom_thread_rd()
789 state = kmalloc(sizeof(*state), iocom->mmsg, M_WAITOK | M_ZERO); in kdmsg_state_msgrx()
1460 state = kmalloc(sizeof(*state), iocom->mmsg, M_WAITOK | M_ZERO); in kdmsg_state_msgtx()
1763 kfree(state, iocom->mmsg); in kdmsg_state_free()
1778 iocom->mmsg, M_WAITOK | M_ZERO); in kdmsg_msg_alloc()
1796 state = kmalloc(sizeof(*state), iocom->mmsg, M_WAITOK | M_ZERO); in kdmsg_msg_alloc()
1848 kfree(msg->aux_data, iocom->mmsg); in kdmsg_msg_free()
1859 kfree(msg, iocom->mmsg); in kdmsg_msg_free()
1881 kfree(data->aux_data, data->iocom->mmsg); in kdmsg_free_aux_data()