Searched refs:KM_NOSLEEP (Results 526 - 550 of 564) sorted by relevance

<<212223

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1080 ring->data = kmem_zalloc(sizeof (wpi_tx_data_t) * count, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4056 return (kmem_alloc(size, (flag & KM_NOWAIT) ? KM_NOSLEEP : KM_SLEEP));
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c3400 if ((d = kmem_alloc(sz, KM_NOSLEEP)) == NULL)
H A Dmd_subr.c2763 err = nvlist_alloc(&attr_list, NV_UNIQUE_NAME, KM_NOSLEEP);
H A Dmd_mddb.c6797 md_set[setno].s_un = kmem_zalloc(sz, KM_NOSLEEP);
6806 md_set[setno].s_ui = kmem_zalloc(sz, KM_NOSLEEP);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2875 km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c898 int km_flags = (canwait != NULL_FUNC)? KM_SLEEP : KM_NOSLEEP;
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1725 frp = kmem_zalloc(sizeof (*frp), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c5187 pbuf = kmem_zalloc(sizeof (skd_buf_private_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c3625 KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3908 flags & DDI_UMEM_NOSLEEP ? KM_NOSLEEP : KM_SLEEP)) == NULL) {
H A Dvm_page.c1433 * KM_NOSLEEP allocations, page_reclaim(), and various other things
1448 * against KM_NOSLEEP and/or allocb() failures; they simply assume
3906 * flags: KM_NOSLEEP or KM_SLEEP
3914 if (flags & KM_NOSLEEP) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3539 &ms->ms_buf, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c596 h->hash_table = kmem_zalloc(hsize * sizeof (void *), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c1569 rinfop = kmem_zalloc(sizeof (bge_rule_info_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4853 int flag = ((func == NULL) ? KM_SLEEP : KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c4722 intr = kmem_zalloc(sizeof (inthandler_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1156 inflate_buffer = kmem_zalloc(sram_size, KM_NOSLEEP);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c4948 jp = idn_protojob_alloc(KM_NOSLEEP);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c6730 if ((vd = kmem_zalloc(sizeof (*vd), KM_NOSLEEP)) == NULL) {
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c3589 rep = kmem_zalloc(sizeof (struct reply), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3439 kaddrp = KMEM_ALLOC(length, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c6280 (entries - 1) * sizeof (daddr32_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c512 rbp = kmem_zalloc(sizeof (*rbp), cansleep ? KM_SLEEP : KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3560 if ((ptr = kmem_alloc(size, KM_NOSLEEP)) == NULL)

Completed in 381 milliseconds

<<212223