Searched refs:KM_NOSLEEP (Results 126 - 150 of 564) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c320 ufile = kmem_zalloc(sizeof (*ufile), KM_NOSLEEP);
836 entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c56 kmflag = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
285 kf = KM_NOSLEEP;
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c257 if ((slp = kmem_zalloc(sizeof (*slp), KM_NOSLEEP)) == NULL)
527 sup = kmem_cache_alloc(softmac_upper_cachep, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmkddi.c138 if ((dscpmk_data = kmem_zalloc(DSCPMK_DATA_SZ, KM_NOSLEEP)) == NULL) {
601 if ((err = nvlist_alloc(&nvlp, NV_UNIQUE_NAME, KM_NOSLEEP)) != 0) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c270 wp = man_work_alloc(MAN_WORK_DRATTACH, KM_NOSLEEP);
353 wp = man_work_alloc(work_type, KM_NOSLEEP);
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h321 #define KM_NOSLEEP UMEM_DEFAULT macro
375 #define TQ_NOSLEEP KM_NOSLEEP /* cannot block for memory; may fail */
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c187 if ((base = kmem_zalloc(needed, KM_NOSLEEP)) == NULL) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip2mac.c152 if ((nce_cb = kmem_zalloc(sizeof (*nce_cb), KM_NOSLEEP)) == NULL)
H A Dip_attr.c803 return (conn_get_ixa_impl(connp, replace, KM_NOSLEEP));
861 ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP);
924 ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP);
1010 newcr = copycred_from_tslabel(ira->ira_cred, ira->ira_tsl, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c419 KM_NOSLEEP);
423 KM_NOSLEEP);
746 inst = kmem_zalloc(sizeof (sof_instance_t), KM_NOSLEEP);
1049 new = kmem_zalloc(sizeof (sp_filter_t), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c76 if ((d = kmem_zalloc(sizeof (*d), KM_NOSLEEP)) == NULL) {
143 isp = kmem_zalloc(sizeof (*isp), KM_NOSLEEP);
214 e = kmem_zalloc(sizeof (audio_engine_t), KM_NOSLEEP);
228 KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_context.c121 sizeof (*dev->context_sareas), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c135 lifcp->lifc_buf = kmem_zalloc(*bufsizep, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp_link.c72 if ((wqnp = kmem_zalloc(sizeof (ibcm_arp_prwqn_t), KM_NOSLEEP)) ==
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_wqe.c1085 (block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
1154 (block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
1277 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
1298 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c250 pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dasym_sun.c128 bp = getrbuf(KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1101 KM_SLEEP : KM_NOSLEEP));
2022 ((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
2045 ((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
2103 ((callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP));
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c113 R1, xfer, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1057 KM_NOSLEEP);
1124 kbuffer = kmem_alloc(vdr->vdr_nbytes, KM_NOSLEEP);
1132 parent_buf = getrbuf(KM_NOSLEEP);
1200 child_buf, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c93 ctx = kmem_zalloc(sizeof (struct wep_ctx), KM_NOSLEEP);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_implfuncs.c89 mlinkp = (struct modlinkage *)kmem_zalloc(memsz, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c132 bufp = kmem_alloc(bufsize, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h232 #define SOCKET_NOSLEEP KM_NOSLEEP
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c96 bfs = kmem_zalloc(sizeof (bootfs_t), KM_NOSLEEP | KM_NORMALPRI);

Completed in 119 milliseconds

1234567891011>>