Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dddidevmap.h269 #define DDI_UMEM_NOSLEEP 0x01 macro
/titanic_50/usr/src/uts/common/io/aac/
H A Daac_ioctl.c559 DDI_UMEM_NOSLEEP); in aac_send_raw_srb()
/titanic_50/usr/src/uts/common/vm/
H A Dseg_dev.c3869 int vmflags = (flags & DDI_UMEM_NOSLEEP)? VM_NOSLEEP : VM_SLEEP; in devmap_umem_alloc_np()
3908 flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) { in ddi_umem_alloc()
3909 ASSERT(flags & DDI_UMEM_NOSLEEP); in ddi_umem_alloc()
3925 if (flags & DDI_UMEM_NOSLEEP) in ddi_umem_alloc()
/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c138 DDI_UMEM_NOSLEEP, &map->drm_umem_cookie); in drm_addmap()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2440 DDI_UMEM_NOSLEEP; in tavor_queue_alloc()
/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2479 DDI_UMEM_NOSLEEP; in hermon_queue_alloc()
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c8753 if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) { in ddi_umem_iosetup()