Searched refs:dr_wrk (Results 1 – 1 of 1) sorted by relevance
723 struct hv_dr_work *dr_wrk = arg; in pci_devices_present_work() local733 hbus = dr_wrk->bus; in pci_devices_present_work()734 free(dr_wrk, M_DEVBUF); in pci_devices_present_work()830 struct hv_dr_work *dr_wrk; in hv_pci_devices_present() local849 dr_wrk = malloc(sizeof(*dr_wrk), M_DEVBUF, M_WAITOK | M_ZERO); in hv_pci_devices_present()850 dr_wrk->bus = hbus; in hv_pci_devices_present()851 TASK_INIT(&dr_wrk->task, 0, pci_devices_present_work, dr_wrk); in hv_pci_devices_present()852 taskqueue_enqueue(hbus->sc->taskq, &dr_wrk->task); in hv_pci_devices_present()860 struct hv_dr_work *dr_wrk; in hv_pci_devices_present2() local879 dr_wrk = malloc(sizeof(*dr_wrk), M_DEVBUF, M_WAITOK | M_ZERO); in hv_pci_devices_present2()[all …]