Searched refs:contigmalloc (Results 51 - 55 of 55) sorted by relevance

123

/freebsd-9.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c1082 spill = contigmalloc((spill_size + XLR_CACHELINE_SIZE), M_DEVBUF,
/freebsd-9.3-release/sys/sparc64/pci/
H A Dfire.c577 sc->sc_msiq = contigmalloc(j, M_DEVBUF, M_NOWAIT, 0, ~0UL,
580 panic("%s: could not contigmalloc MSI event queue", __func__);
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c2116 va = (vm_offset_t)contigmalloc(L1_TABLE_SIZE, M_VMPMAP, 0, 0x0,
/freebsd-9.3-release/sys/dev/asr/
H A Dasr.c1932 * contigmalloc only works reliably at
1936 contigmalloc (size, M_DEVBUF, M_WAITOK, 0ul,
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatm.c1007 mem->mem = contigmalloc(mem->size, M_DEVBUF, M_WAITOK,

Completed in 189 milliseconds

123