HomeSort by: relevance | last modified time | path
    Searched defs:sc_shared (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xpci_xenbus.c 71 struct xen_pci_sharedinfo *sc_shared; member in struct:xpci_xenbus_softc
173 sc->sc_shared = shared = (void *)uvm_km_alloc(kernel_map, PAGE_SIZE, 0,
406 struct xen_pci_op *active_op = &xpci_sc->sc_shared->op;
415 xen_atomic_set_bit(&xpci_sc->sc_shared->flags, _XEN_PCIF_active);
417 while (xen_atomic_test_bit(&xpci_sc->sc_shared->flags,
xpci_xenbus.c 71 struct xen_pci_sharedinfo *sc_shared; member in struct:xpci_xenbus_softc
173 sc->sc_shared = shared = (void *)uvm_km_alloc(kernel_map, PAGE_SIZE, 0,
406 struct xen_pci_op *active_op = &xpci_sc->sc_shared->op;
415 xen_atomic_set_bit(&xpci_sc->sc_shared->flags, _XEN_PCIF_active);
417 while (xen_atomic_test_bit(&xpci_sc->sc_shared->flags,

Completed in 151 milliseconds