Searched refs:DDI_UMEM_SLEEP (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | ddidevmap.h | 268 #define DDI_UMEM_SLEEP 0x0 macro
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xenbus_comms.c | 284 xb_addr = ddi_umem_alloc(PAGESIZE, DDI_UMEM_SLEEP, in xb_init()
|
H A D | xpvtap.c | 937 DDI_UMEM_SLEEP, &usring->ur_cookie); in xpvtap_user_ring_init()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | winlockio.c | 902 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 D | devinfo.c | 882 mem->buf = ddi_umem_alloc(size, DDI_UMEM_SLEEP, &mem->cook); in di_allocmem()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_rdma.c | 369 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in rdsv3_ib_get_mr()
|
H A D | ib_send.c | 937 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in rdsv3_ib_dma_map_sg_rdma()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 92 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 D | hermon_mr.c | 1623 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in hermon_mr_common_reg()
|
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_chan.c | 473 DDI_UMEM_SLEEP, &seg->is_umem_cookie); in av1394_ic_alloc_pool()
|
/titanic_41/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 886 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() 7615 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_iovec_ioctl() 9258 sdev, 0, NULL, DDI_UMEM_SLEEP); in rsm_unquiesce_exp_seg()
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_misc.c | 2439 flag = (sleepflag == TAVOR_SLEEP) ? DDI_UMEM_SLEEP : in tavor_queue_alloc()
|
H A D | tavor_mr.c | 1308 B_WRITE, 0, 0, NULL, DDI_UMEM_SLEEP); in tavor_mr_common_reg()
|
/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 2943 bufs[0].data = ddi_umem_alloc(buf_len * buf_cnt, DDI_UMEM_SLEEP, in usbvc_alloc_map_bufs()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunddi.c | 8753 if ((sleepflag != DDI_UMEM_SLEEP) && (sleepflag != DDI_UMEM_NOSLEEP)) { in ddi_umem_iosetup()
|