Searched refs:xbs_probe_children (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/xen/xenbus/
H A Dxenbusb.h80 struct task xbs_probe_children; member in struct:xenbusb_softc
293 * via the xbs_probe_children task. This separation of responsibilities
H A Dxenbusb.c275 * done via the xbs_probe_children task.
549 * This callback performs, or delegates to the xbs_probe_children task,
608 taskqueue_enqueue(taskqueue_thread, &xbs->xbs_probe_children);
785 TASK_INIT(&xbs->xbs_probe_children, 0, xenbusb_probe_children_cb, dev);

Completed in 163 milliseconds