Searched refs:KM_NOSLEEP (Results 51 - 75 of 142) sorted by relevance

123456

/netbsd-current/sys/arch/alpha/isa/
H A Disadma_bounce.c154 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL) {
/netbsd-current/sys/rump/dev/lib/libpci/
H A Drumpdev_bus_dma.c115 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_intr.c348 ih = kmem_zalloc(sizeof(*ih), KM_NOSLEEP);
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_dma.c111 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dbus_dma.c109 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/emips/emips/
H A Dbus_dma.c123 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/pmax/pmax/
H A Dbus_dma.c123 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/alpha/common/
H A Dbus_dma.c94 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dbus_dma.c106 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/external/bsd/ena-com/
H A Dena_plat.h295 #define ENA_MEM_ALLOC(dmadev, size) kmem_zalloc(size, KM_NOSLEEP)
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dbus_dma.c105 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/atari/atari/
H A Dmachdep.c623 si = kmem_intr_alloc(sizeof(*si), KM_NOSLEEP);
/netbsd-current/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h361 #define KM_NOSLEEP UMEM_DEFAULT macro
414 #define TQ_NOSLEEP KM_NOSLEEP /* cannot block for memory; may fail */
/netbsd-current/sys/netipsec/
H A Dxform_ah.c623 tc = kmem_intr_zalloc(size, KM_NOSLEEP);
1036 tc = kmem_intr_zalloc(size, KM_NOSLEEP);
/netbsd-current/sys/ufs/lfs/
H A Dulfs_dirhash.c201 dh->dh_hash = kmem_zalloc(dh->dh_hashsz, KM_NOSLEEP);
203 dh->dh_blkfree = kmem_zalloc(dh->dh_blkfreesz, KM_NOSLEEP);
/netbsd-current/sys/ufs/ufs/
H A Dufs_dirhash.c198 dh->dh_hash = kmem_zalloc(dh->dh_hashsz, KM_NOSLEEP);
200 dh->dh_blkfree = kmem_zalloc(dh->dh_blkfreesz, KM_NOSLEEP);
/netbsd-current/sys/dev/isa/
H A Dif_eg.c501 sc->eg_inbuf = kmem_alloc(EG_BUFLEN, KM_NOSLEEP);
510 sc->eg_outbuf = kmem_alloc(EG_BUFLEN, KM_NOSLEEP);
/netbsd-current/sys/uvm/
H A Duvm_physseg.c184 return kmem_zalloc(sz, KM_NOSLEEP);
307 slab = kmem_zalloc(sizeof *pgs * (long unsigned int)slabpages, KM_NOSLEEP);
/netbsd-current/sys/dev/i2c/
H A Dihidev.c420 tmprep = kmem_zalloc(report_len, KM_NOSLEEP);
518 finalcmd = kmem_zalloc(cmdlen + rreq->len, KM_NOSLEEP);
/netbsd-current/sys/arch/mips/mips/
H A Dbus_dma.c320 ((flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP);
1356 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_queue.c820 search = kmem_zalloc(sizeof (*search), KM_NOSLEEP);
/netbsd-current/sys/arch/evbsh3/evbsh3/
H A Dbus_dma.c105 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP);
/netbsd-current/sys/arch/landisk/landisk/
H A Dbus_dma.c105 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP);
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c461 pe = kmem_intr_alloc(sizeof(*pe), KM_NOSLEEP);
/netbsd-current/sys/arch/powerpc/pic/
H A Dintr.c174 ih = kmem_intr_alloc(sizeof(*ih), cold ? KM_NOSLEEP : KM_SLEEP);

Completed in 207 milliseconds

123456