Searched refs:KM_NOSLEEP (Results 101 - 125 of 142) sorted by relevance

123456

/netbsd-current/sys/arch/hppa/dev/
H A Dastro.c630 ims = kmem_zalloc(sz, (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP);
/netbsd-current/sys/arch/atari/atari/
H A Dbus.c414 (flags & BUS_DMA_NOWAIT) != 0 ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/fs/puffs/
H A Dpuffs_msgif.c241 m = kmem_zalloc(len, cansleep ? KM_SLEEP : KM_NOSLEEP);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c966 buf = kmem_alloc(IOCPARM_LEN(ioctl->cmd), KM_NOSLEEP);
/netbsd-current/sys/net/
H A Dbpf.c2114 d->bd_fbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
2117 d->bd_sbuf = kmem_zalloc(d->bd_bufsize, KM_NOSLEEP);
H A Dif_spppsubr.c2578 buf = kmem_intr_alloc(blen, KM_NOSLEEP);
3503 buf = kmem_intr_alloc(blen, KM_NOSLEEP);
4078 buf = kmem_intr_alloc(blen, KM_NOSLEEP);
H A Dif_wg.c224 buf = kmem_alloc(3*n + 1, KM_NOSLEEP);
2601 encrypted_buf = kmem_intr_alloc(encrypted_len, KM_NOSLEEP);
4018 padded_buf = kmem_intr_alloc(padded_len, KM_NOSLEEP);
/netbsd-current/sys/kern/
H A Dkern_event.c146 ki = kmem_zalloc(sizeof(*ki), sleepok ? KM_SLEEP : KM_NOSLEEP);
386 * of time, such as for memory allocation (i.e. KM_NOSLEEP is OK, but
1449 (calloutp = kmem_alloc(sizeof(*calloutp), KM_NOSLEEP)) == NULL) {
H A Duipc_socket.c2118 error = sockopt_alloc(sopt, len, KM_NOSLEEP);
2181 error = sockopt_alloc(sopt, len, KM_NOSLEEP);
H A Dkern_lwp.c402 KM_SLEEP : KM_NOSLEEP);
H A Dsys_futex.c459 f = kmem_alloc(sizeof(*f), KM_NOSLEEP);
H A Dsubr_vmem.c181 kmem_alloc(sz, ((flags) & VM_SLEEP) ? KM_SLEEP : KM_NOSLEEP);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c946 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
1378 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/sparc/sparc/
H A Dmachdep.c1279 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
1373 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL)
/netbsd-current/sys/arch/mips/adm5120/dev/
H A Dahci.c1016 sx = kmem_intr_alloc(sizeof(*sx), KM_NOSLEEP);
/netbsd-current/sys/netinet6/
H A Dnd6_nbr.c1236 dp = kmem_intr_alloc(sizeof(*dp), KM_NOSLEEP);
/netbsd-current/sys/net80211/
H A Dieee80211_crypto_tkip.c121 ctx = kmem_intr_zalloc(sizeof(struct tkip_ctx), KM_NOSLEEP);
/netbsd-current/common/lib/libc/gen/
H A Dradixtree.c416 n = kmem_intr_alloc(sizeof(struct radix_tree_node), KM_NOSLEEP);
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c168 pdev->bus = kmem_zalloc(sizeof(*pdev->bus), KM_NOSLEEP);
/netbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c1879 sublen = kmem_zalloc(subsize, KM_NOSLEEP);
/netbsd-current/sys/netinet/
H A Dip_output.c1960 imo = kmem_intr_alloc(sizeof(*imo), KM_NOSLEEP);
H A Dif_arp.c1568 dp = kmem_intr_alloc(sizeof(*dp), KM_NOSLEEP);
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c792 kmem_intr_zalloc(dmc_size, KM_NOSLEEP);
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c313 pgs = kmem_zalloc(pgs_size, async ? KM_NOSLEEP : KM_SLEEP);
/netbsd-current/sys/netipsec/
H A Dipsec.c1097 new = kmem_intr_zalloc(sizeof(*new), KM_NOSLEEP);

Completed in 620 milliseconds

123456