Searched refs:DDI_UMEM_NOSLEEP (Results 1 – 7 of 7) sorted by relevance
269 #define DDI_UMEM_NOSLEEP 0x01 macro
559 DDI_UMEM_NOSLEEP); in aac_send_raw_srb()
3866 int vmflags = (flags & DDI_UMEM_NOSLEEP)? VM_NOSLEEP : VM_SLEEP; in devmap_umem_alloc_np()3905 flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) { in ddi_umem_alloc()3906 ASSERT(flags & DDI_UMEM_NOSLEEP); in ddi_umem_alloc()3922 if (flags & DDI_UMEM_NOSLEEP) in ddi_umem_alloc()
2199 DDI_UMEM_NOSLEEP; in tavor_queue_alloc()
946 sp->s_data = ddi_umem_alloc(sp->s_allocsz, DDI_UMEM_NOSLEEP, in auimpl_stream_init()
2479 DDI_UMEM_NOSLEEP; in hermon_queue_alloc()
8773 if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) { in ddi_umem_iosetup()