Home
last modified time | relevance | path

Searched refs:dr_wrk (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c722 struct hv_dr_work *dr_wrk = arg; in pci_devices_present_work() local
732 hbus = dr_wrk->bus; in pci_devices_present_work()
733 free(dr_wrk, M_DEVBUF); in pci_devices_present_work()
829 struct hv_dr_work *dr_wrk; in hv_pci_devices_present() local
848 dr_wrk = malloc(sizeof(*dr_wrk), M_DEVBUF, M_WAITOK | M_ZERO); in hv_pci_devices_present()
849 dr_wrk->bus = hbus; in hv_pci_devices_present()
850 TASK_INIT(&dr_wrk->task, 0, pci_devices_present_work, dr_wrk); in hv_pci_devices_present()
851 taskqueue_enqueue(hbus->sc->taskq, &dr_wrk->task); in hv_pci_devices_present()
859 struct hv_dr_work *dr_wrk; in hv_pci_devices_present2() local
878 dr_wrk = malloc(sizeof(*dr_wrk), M_DEVBUF, M_WAITOK | M_ZERO); in hv_pci_devices_present2()
[all …]