Home
last modified time | relevance | path

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

/openbsd/regress/sys/kern/extent/
H A Dtests108 # But not if we specify EX_CONFLICTOK
111 alloc_region 0xfce00000 0x100000 EX_CONFLICTOK
117 alloc_region 0xfce00100 0x1000 EX_CONFLICTOK
124 alloc_region 0xf8000000 0x8000000 EX_CONFLICTOK
131 alloc_region 0xa0000 0x60000 EX_CONFLICTOK
137 alloc_region 0 0x4000 EX_CONFLICTOK
143 free 0x0d00 0xe300 EX_CONFLICTOK
148 free 0x0d00 0xf300 EX_CONFLICTOK
153 free 0x0000 0xf000 EX_CONFLICTOK
/openbsd/sys/sys/
H A Dextent.h86 #define EX_CONFLICTOK 0x0080 /* allow conflicts */ macro
/openbsd/sys/kern/
H A Dsubr_extent.c422 if ((flags & EX_CONFLICTOK) && (flags & EX_WAITSPACE)) in extent_do_alloc_region()
494 if (flags & EX_CONFLICTOK) { in extent_do_alloc_region()
1112 if ((flags & EX_CONFLICTOK) == 0) in extent_free()
1131 if (flags & EX_CONFLICTOK) in extent_free()
/openbsd/sys/arch/amd64/pci/
H A Dacpipci.c304 extent_free(sc->sc_memex, min, len, EX_WAITOK | EX_CONFLICTOK); in acpipci_parse_resources()
309 extent_free(sc->sc_ioex, min, len, EX_WAITOK | EX_CONFLICTOK); in acpipci_parse_resources()
H A Dpci_machdep.c987 EX_CONFLICTOK | EX_NOWAIT); in pci_init_extents()
/openbsd/sys/dev/pci/
H A Dppb.c830 EX_NOWAIT | EX_CONFLICTOK); in ppb_hotplug_remove()
838 EX_NOWAIT | EX_CONFLICTOK); in ppb_hotplug_remove()
846 EX_NOWAIT | EX_CONFLICTOK); in ppb_hotplug_remove()
/openbsd/sys/arch/i386/pci/
H A Dpci_machdep.c965 EX_CONFLICTOK | EX_NOWAIT); in pci_init_extents()
/openbsd/sys/arch/arm64/dev/
H A Dapldart.c589 dvaend - dva + 1, EX_WAITOK | EX_CONFLICTOK); in apldart_init_locked_stream()
H A Dsmmu.c813 EX_WAITOK | EX_CONFLICTOK); in smmu_reserve_region()
/openbsd/sys/dev/acpi/
H A Dacpidmar.c1902 EX_WAITOK | EX_CONFLICTOK); in acpidmar_init()