Home
last modified time | relevance | path

Searched refs:KM_NOSLEEP (Results 501 – 525 of 534) sorted by relevance

1...<<2122

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c1550 if ((connp = ipcl_conn_create(IPCL_TCPCONN, KM_NOSLEEP, in tcp_get_conn()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3905 flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) { in ddi_umem_alloc()
H A Dvm_page.c3938 } else if ((flags & KM_NOSLEEP) != 0) { in page_xresv()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4303 int kmflags = (flags & HAC_SLEEP)? KM_SLEEP : KM_NOSLEEP; in hat_add_callback()
11066 sleep = ((sfmmup == KHATID) ? KM_NOSLEEP : KM_SLEEP); in sfmmu_hblk_alloc()
12914 vaddr = (caddr_t)kmem_cache_alloc(kmem_cachep, KM_NOSLEEP); in sfmmu_init_tsbinfo()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4062 return (kmem_alloc(size, (flag & KM_NOWAIT) ? KM_NOSLEEP : KM_SLEEP)); in kobj_alloc()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1726 frp = kmem_zalloc(sizeof (*frp), KM_NOSLEEP); in dnet_getp()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2254 sd->rxb = rxbuf_alloc(sc->sge.rxbuf_cache, KM_NOSLEEP, 1); in refill_fl()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1554 rinfop = kmem_zalloc(sizeof (bge_rule_info_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3641 KM_NOSLEEP); in ugen_epx_isoc_OUT_req()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3177 rrdc = rddir_cache_alloc(KM_NOSLEEP); in nfs_readdir()
H A Dnfs_subr.c3260 nap = kmem_cache_alloc(acache_cache, KM_NOSLEEP); in nfs_access_cache()
H A Dnfs4_xdr.c3606 if ((ptr = kmem_alloc(size, KM_NOSLEEP)) == NULL) in xdr_READ4res_clnt()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3040 frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP); in mptsas_alloc_extra_sgl_frame()
3768 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP; in mptsas_scsi_init_pkt()
5760 KM_NOSLEEP); in mptsas_check_scsi_io_error()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c512 rbp = kmem_zalloc(sizeof (*rbp), cansleep ? KM_SLEEP : KM_NOSLEEP); in gem_get_rxbuf()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c631 h->hash_table = kmem_zalloc(hsize * sizeof (void *), KM_NOSLEEP); in dbuf_init()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c3589 rep = kmem_zalloc(sizeof (struct reply), KM_NOSLEEP); in rib_addreplylist()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c6140 (entries - 1) * sizeof (daddr32_t), KM_NOSLEEP); in ufs_dumpctl()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3432 kaddrp = KMEM_ALLOC(length, KM_NOSLEEP); in nxge_dma_mem_alloc()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c4723 intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP); in pcic_set_interrupt()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c6735 if ((vd = kmem_zalloc(sizeof (*vd), KM_NOSLEEP)) == NULL) { in vds_do_init_vd()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4853 int flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP); in ibt_join_mcg()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1150 inflate_buffer = kmem_zalloc(sram_size, KM_NOSLEEP); in myri10ge_load_firmware_from_zlib()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1388 KM_NOSLEEP); in iwk_alloc_tx_ring()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c3420 taskq_args = kmem_alloc(sizeof (ibdm_taskq_args_t), KM_NOSLEEP); in ibdm_ibmf_recv_cb()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c5400 allocflag = (xfer->x_flags & BD_XFER_POLL) ? KM_NOSLEEP : KM_SLEEP; in nvme_create_nvm_cmd()

1...<<2122