Home
last modified time | relevance | path

Searched refs:DDI_UMEM_SLEEP (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddidevmap.h268 #define DDI_UMEM_SLEEP 0x0 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_comms.c281 xb_addr = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP, in xb_init()
H A Dxpvtap.c935 DDI_UMEM_SLEEP, &usring->ur_cookie); in xpvtap_user_ring_init()
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c902 DDI_UMEM_SLEEP, &(lp->umem_cookie)); in seglock_createlock()
1127 lockpage = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP, in seglock_graballoc()
1133 (void) ddi_umem_alloc(PAGESIZE, DDI_UMEM_TRASH | DDI_UMEM_SLEEP, in seglock_graballoc()
H A Ddevinfo.c884 mem->buf = ddi_umem_alloc(size, DDI_UMEM_SLEEP, &mem->cook); in di_allocmem()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c369 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in rdsv3_ib_get_mr()
H A Dib_send.c937 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in rdsv3_ib_dma_map_sg_rdma()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c92 pagep->upg_kvaddr = ddi_umem_alloc(pagesize, DDI_UMEM_SLEEP, in hermon_dbr_new_user_page()
96 pagesize, B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in hermon_dbr_new_user_page()
2478 flag = (sleepflag == HERMON_SLEEP) ? DDI_UMEM_SLEEP : in hermon_queue_alloc()
H A Dhermon_mr.c1623 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in hermon_mr_common_reg()
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c424 DDI_UMEM_SLEEP, &seg->is_umem_cookie); in av1394_ic_alloc_pool()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c888 DDI_UMEM_SLEEP, &bar_cookie); in rsm_attach()
2536 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_rebind()
2965 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_publish()
7614 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_iovec_ioctl()
9257 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_unquiesce_exp_seg()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c2198 flag = (sleepflag == TAVOR_SLEEP) ? DDI_UMEM_SLEEP : in tavor_queue_alloc()
H A Dtavor_mr.c1168 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in tavor_mr_common_reg()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2946 bufs[0].data = ddi_umem_alloc(buf_len * buf_cnt, DDI_UMEM_SLEEP, in usbvc_alloc_map_bufs()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c8773 if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) { in ddi_umem_iosetup()