OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EX_FAST
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/sys/
extent.h
83
#define
EX_FAST
__BIT(1) /* take first fit in extent_alloc() */
/src/sys/arch/hp300/hp300/
bus_space.c
77
EX_FAST
| EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0),
autoconf.c
1048
EX_FAST
| EX_NOWAIT | (extio_ex_malloc_safe ? EX_MALLOCOK : 0),
/src/sys/dev/cardbus/
rbus.c
76
int exflags =
EX_FAST
| EX_NOWAIT | EX_MALLOCOK;
171
int exflags =
EX_FAST
| EX_NOWAIT;
/src/sys/arch/ews4800mips/ews4800mips/
bus_space.c
261
EX_FAST
| EX_NOWAIT | EX_MALLOCOK,
/src/sys/arch/hpcsh/hpcsh/
bus_space.c
238
EX_FAST
| EX_NOWAIT | EX_MALLOCOK,
/src/sys/arch/playstation2/playstation2/
bus_space.c
252
EX_FAST
| EX_NOWAIT | EX_MALLOCOK,
/src/sys/arch/x86/pci/
pci_addr_fixup.c
285
EX_FAST
|EX_NOWAIT|EX_MALLOCOK,
/src/sys/kern/
subr_extent.c
610
* If
EX_FAST
is specified, we return the first fit in the map.
827
if ((flags &
EX_FAST
) || (ovh == 0))
922
if ((flags &
EX_FAST
) || (ovh == 0))
943
* If
EX_FAST
was not specified, there is not an
946
* Note that if we reach this point and
EX_FAST
is
950
if (((flags &
EX_FAST
) == 0) && (bestovh != 0)) {
/src/sys/arch/emips/emips/
machdep.c
382
EX_FAST
| EX_NOWAIT |
/src/sys/arch/hpcmips/hpcmips/
bus_space.c
342
alignment, boundary,
EX_FAST
|EX_NOWAIT|EX_MALLOCOK, &bpa))) {
/src/sys/arch/hpcmips/tx/
tx3912video.c
379
TX3912_FRAMEBUFFER_BOUNDARY,
EX_FAST
|EX_NOWAIT, &addr);
/src/sys/arch/vax/vax/
machdep.c
537
EX_FAST
| EX_NOWAIT |
/src/sys/arch/mac68k/mac68k/
bus_space.c
197
EX_FAST
| EX_NOWAIT | (iomem_malloc_safe ? EX_MALLOCOK : 0),
/src/sys/arch/mips/alchemy/
au_himem_space.c
343
align, boundary,
EX_FAST
| EX_NOWAIT, &addr);
au_wired_space.c
295
align, boundary,
EX_FAST
| EX_NOWAIT, &addr);
/src/sys/arch/powerpc/powerpc/
bus_space.c
724
alignment, boundary,
EX_FAST
| EX_NOWAIT | extent_flags, &bpa);
/src/sys/arch/x86/x86/
bus_space.c
342
EX_FAST
| EX_NOWAIT | (ioport_malloc_safe ? EX_MALLOCOK : 0),
/src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c
588
EX_FAST
| EX_NOWAIT | (CHIP_EX_MALLOC_SAFE(v) ? EX_MALLOCOK : 0),
Completed in 47 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025