Home
last modified time | relevance | path

Searched refs:DDI_UMEM_NOSLEEP (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddidevmap.h269 #define DDI_UMEM_NOSLEEP 0x01 macro
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c559 DDI_UMEM_NOSLEEP); in aac_send_raw_srb()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3873 int vmflags = (flags & DDI_UMEM_NOSLEEP)? VM_NOSLEEP : VM_SLEEP; in devmap_umem_alloc_np()
3912 flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) { in ddi_umem_alloc()
3913 ASSERT(flags & DDI_UMEM_NOSLEEP); in ddi_umem_alloc()
3929 if (flags & DDI_UMEM_NOSLEEP) in ddi_umem_alloc()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c946 sp->s_data = ddi_umem_alloc(sp->s_allocsz, DDI_UMEM_NOSLEEP, in auimpl_stream_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2199 DDI_UMEM_NOSLEEP; in tavor_queue_alloc()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2479 DDI_UMEM_NOSLEEP; in hermon_queue_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c8773 if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) { in ddi_umem_iosetup()