Searched refs:ch_cb (Results 1 – 2 of 2) sorted by relevance
64 msg->ch_cb(msg); in cpuhelper_putport()78 KASSERT(msg->ch_cb != NULL, ("cpuhelper%d: badmsg", mycpuid)); in cpuhelper_mainloop()79 msg->ch_cb(msg); in cpuhelper_mainloop()90 msg->ch_cb = cb; in cpuhelper_initmsg()
51 cpuhelper_cb_t ch_cb; member