Home
last modified time | relevance | path

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

/openbsd/sys/dev/cardbus/
H A Drbus.c72 int exflags = EX_FAST | EX_NOWAIT | EX_MALLOCOK; in rbus_space_alloc_subregion()
154 int exflags = EX_FAST | EX_NOWAIT; in rbus_space_free()
/openbsd/sys/sys/
H A Dextent.h80 #define EX_FAST 0x0002 /* take first fit in extent_alloc() */ macro
/openbsd/sys/kern/
H A Dsubr_extent.c788 if ((flags & EX_FAST) || (ovh == 0)) in extent_do_alloc()
883 if ((flags & EX_FAST) || (ovh == 0)) in extent_do_alloc()
911 if (((flags & EX_FAST) == 0) && (bestovh != 0)) { in extent_do_alloc()
/openbsd/sys/arch/i386/pci/
H A Dpci_addr_fixup.c282 EX_FAST|EX_NOWAIT|EX_MALLOCOK, addr); in pciaddr_do_resource_allocate()
/openbsd/sys/arch/alpha/pci/
H A Dpci_bwx_bus_mem_chipdep.c386 EX_FAST | EX_NOWAIT | (CHIP_EX_MALLOC_SAFE(v) ? EX_MALLOCOK : 0),
/openbsd/sys/arch/amd64/amd64/
H A Dbus_space.c456 EX_FAST | EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0), in bus_space_alloc()