Searched refs:KM_NOSLEEP (Results 26 - 50 of 142) sorted by relevance

123456

/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_memory.c191 KM_NOSLEEP);
H A Ddrm_vma_manager.c284 new = kmem_alloc(sizeof(*new), KM_NOSLEEP);
H A Ddrm_scatter.c158 KM_NOSLEEP);
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dslab.h82 flags |= KM_NOSLEEP;
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h162 kmflags = KM_NOSLEEP;
/netbsd-current/sys/arch/xen/xen/
H A Devtchn.c734 cold ? KM_NOSLEEP : KM_SLEEP);
901 esh_args.ih = kmem_zalloc(sizeof (struct intrhand), KM_NOSLEEP);
928 ipls = kmem_zalloc(sizeof (struct intrsource), KM_NOSLEEP);
948 KM_NOSLEEP);
/netbsd-current/sys/uvm/
H A Duvm_readahead.c100 return kmem_alloc(sizeof(struct uvm_ractx), KM_NOSLEEP);
H A Duvm_amap.c83 * (KM_NOSLEEP), then we set the array pointer to PPREF_NONE to indicate
153 const km_flag_t kmflags = nowait ? KM_NOSLEEP : KM_SLEEP;
365 (flags & AMAP_EXTEND_NOWAIT) ? KM_NOSLEEP : KM_SLEEP;
1181 amap->am_ppref = kmem_zalloc(sz, KM_NOSLEEP);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dintr.c181 struct intrhand *ih = kmem_zalloc(sizeof(struct intrhand), KM_NOSLEEP);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c845 void *ctx = kmem_cache_alloc(lz4_ctx_cache, KM_NOSLEEP);
847 void *ctx = kmem_zalloc(sizeof (struct refTables), KM_NOSLEEP);
/netbsd-current/sys/dev/sysmon/
H A Dsysmon_power.c847 ped = kmem_zalloc(sizeof(*ped), KM_NOSLEEP);
1005 ped = kmem_zalloc(sizeof(*ped), KM_NOSLEEP);
/netbsd-current/sys/rump/net/lib/libsockin/
H A Dsockin.c206 su = kmem_alloc(sizeof(*su), KM_NOSLEEP);
355 KM_NOSLEEP);
/netbsd-current/sys/net/npf/
H A Dnpf_tableset.c380 t->t_lpm = lpm_create(KM_NOSLEEP);
513 elements = kmem_zalloc(newsize, KM_NOSLEEP);
/netbsd-current/sys/netinet6/
H A Dfrag6.c288 q6 = kmem_intr_zalloc(sizeof(struct ip6q), KM_NOSLEEP);
374 ip6af = kmem_intr_zalloc(sizeof(struct ip6asfrag), KM_NOSLEEP);
/netbsd-current/sys/netbt/
H A Drfcomm_upper.c73 dlc = kmem_intr_zalloc(sizeof(struct rfcomm_dlc), KM_NOSLEEP);
/netbsd-current/sys/netcan/
H A Dcan_pcb.c91 can_init_filter = kmem_alloc(sizeof(struct can_filter), KM_NOSLEEP);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dtaskq.c186 tqe = kmem_alloc(sizeof(*tqe), KM_NOSLEEP);
/netbsd-current/sys/arch/arc/jazz/
H A Dbus_dma_jazz.c176 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_internal.c63 KM_NOSLEEP);
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_idr.c289 km_flag_t kmflag = ISSET(gfp, __GFP_WAIT) ? KM_SLEEP : KM_NOSLEEP;
/netbsd-current/sys/net80211/
H A Dieee80211_crypto_ccmp.c109 ctx = kmem_intr_zalloc(sizeof(*ctx), KM_NOSLEEP);
/netbsd-current/sys/opencrypto/
H A Dcryptosoft_xform.c632 ctx = kmem_zalloc(sizeof(*ctx), KM_NOSLEEP);
747 ctx = kmem_zalloc(sizeof(*ctx), KM_NOSLEEP);
825 ctx = kmem_zalloc(sizeof(*ctx), KM_NOSLEEP);
/netbsd-current/sys/arch/arc/isa/
H A Disadma_bounce.c172 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL) {
/netbsd-current/sys/arch/atari/isa/
H A Disa_dma.c212 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL) {
/netbsd-current/sys/arch/powerpc/isa/
H A Disadma_machdep.c227 (flags & BUS_DMA_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)) == NULL) {

Completed in 332 milliseconds

123456