usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
126
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
157
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
175
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
178
dbp->db_base = kmem_cache_alloc(bcp->buffer_cache, kmflags);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
313
if ((dbp = kmem_cache_alloc(dblk_cache[index], KM_NOSLEEP)) == NULL) {
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
591
if ((new_mp = kmem_cache_alloc(mblk_cache, KM_NOSLEEP)) == NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
643
if ((dbp = kmem_cache_alloc(dblk_esb_cache, kmflags)) == NULL) {
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
759
if ((dbp = kmem_cache_alloc(bcp->dblk_cache, KM_NOSLEEP)) == NULL) {
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
861
dbp = kmem_cache_alloc(dblk_cache[index], KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vnode.c
700
vp = kmem_cache_alloc(vn_cache, kmflag);
usr/src/lib/smbsrv/libfksmbsrv/common/vncache.c
161
fvp = kmem_cache_alloc(fn_cache, kmflag);
usr/src/uts/common/c2/audit_mem.c
60
buffer = kmem_cache_alloc(au_buf_cache, KM_NOSLEEP);
usr/src/uts/common/c2/audit_mem.c
67
buffer = kmem_cache_alloc(au_buf_cache, KM_SLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
117
kcf_ctx = kmem_cache_alloc(kcf_context_cache,
usr/src/uts/common/crypto/core/kcf_sched.c
157
arptr = kmem_cache_alloc(kcf_areq_cache, KM_NOSLEEP);
usr/src/uts/common/crypto/core/kcf_sched.c
639
sreq = kmem_cache_alloc(kcf_sreq_cache, KM_SLEEP);
usr/src/uts/common/crypto/io/crypto.c
1990
sp = kmem_cache_alloc(crypto_session_cache, KM_SLEEP);
usr/src/uts/common/disp/thread.c
235
curthread->t_ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP);
usr/src/uts/common/disp/thread.c
347
ts = kmem_cache_alloc(turnstile_cache, KM_SLEEP);
usr/src/uts/common/disp/thread.c
396
t = kmem_cache_alloc(thread_cache, KM_SLEEP);
usr/src/uts/common/dtrace/dtrace.c
13618
dstate->dtds_percpu = kmem_cache_alloc(dtrace_state_cache, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_construct.c
151
bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP);
usr/src/uts/common/fs/bootfs/bootfs_construct.c
186
bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP);
usr/src/uts/common/fs/dcfs/dc_vnops.c
441
saddr = kmem_cache_alloc(dp->dc_bufcache, KM_SLEEP);
usr/src/uts/common/fs/dcfs/dc_vnops.c
821
dp = kmem_cache_alloc(dcnode_cache, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_plugin.c
588
spp = kmem_cache_alloc(sdev_plugin_cache, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_plugin.c
747
spp = kmem_cache_alloc(sdev_plugin_cache, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
301
dv = kmem_cache_alloc(sdev_node_cache, KM_SLEEP);
usr/src/uts/common/fs/dev/sdev_subr.c
448
dv = kmem_cache_alloc(sdev_node_cache, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
294
dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
344
dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP);
usr/src/uts/common/fs/devfs/devfs_subr.c
395
dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP);
usr/src/uts/common/fs/dnlc.c
1370
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1379
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/dnlc.c
1389
dfp = kmem_cache_alloc(dnlc_dir_space_cache, KM_NOSLEEP);
usr/src/uts/common/fs/fdbuffer.c
102
fdb = kmem_cache_alloc(fdb_cache, KM_SLEEP);
usr/src/uts/common/fs/fdbuffer.c
130
fdb = kmem_cache_alloc(fdb_cache, KM_SLEEP);
usr/src/uts/common/fs/fifofs/fifosubr.c
399
fdp = kmem_cache_alloc(fnode_cache, KM_SLEEP);
usr/src/uts/common/fs/fifofs/fifosubr.c
505
fdp = kmem_cache_alloc(pipe_cache, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_node.c
294
hp = kmem_cache_alloc(hsnode_cache, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
1304
struct hio *hsio = kmem_cache_alloc(hio_cache,
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
2124
prev->contig_chain = kmem_cache_alloc(hio_cache, KM_SLEEP);
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
925
struct hio *hsio = kmem_cache_alloc(hio_cache,
usr/src/uts/common/fs/hsfs/hsfs_vnops.c
951
info = kmem_cache_alloc(hio_info_cache, KM_SLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
269
lp = kmem_cache_alloc(lnode_cache, KM_NOSLEEP);
usr/src/uts/common/fs/lofs/lofs_subr.c
276
tlp = kmem_cache_alloc(lnode_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acache.c
123
nap = kmem_cache_alloc(acache4_cache, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1409
normacl = kmem_cache_alloc(nfs4_ace4_list_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
1411
dfacl = kmem_cache_alloc(nfs4_ace4_list_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_acl.c
960
rc = kmem_cache_alloc(nfs4_ace4vals_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
521
entry = kmem_cache_alloc(table->dbt_mem_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1437
newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1597
newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_rnode.c
648
rp = kmem_cache_alloc(rnode4_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_shadow.c
234
svp = kmem_cache_alloc(svnode_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_subr.c
947
cp = kmem_cache_alloc(chtab4_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_auth.c
965
np = kmem_cache_alloc(exi_cache_handle, KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/nfs/nfs_log.c
609
kmem_cache_alloc(nfslog_mem_alloc[alloc_indx].mem_cache,
usr/src/uts/common/fs/nfs/nfs_server.c
3256
nfsuiop = kmem_cache_alloc(nfs_xuio_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
2538
rp = kmem_cache_alloc(rnode_cache, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
3260
nap = kmem_cache_alloc(acache_cache, KM_NOSLEEP);
usr/src/uts/common/fs/nfs/nfs_subr.c
429
cp = kmem_cache_alloc(chtab_cache, KM_SLEEP);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr2.c
417
np = kmem_cache_alloc(smbnode_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb2_lease.c
172
newlease = kmem_cache_alloc(smb_lease_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
479
ux = kmem_cache_alloc(smb_kshare_cache_unexport, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
853
shr = kmem_cache_alloc(smb_kshare_cache_share, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kshare.c
952
shr = kmem_cache_alloc(smb_kshare_cache_share, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
455
dtor = kmem_cache_alloc(smb_dtor_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_kutil.c
668
dtor = kmem_cache_alloc(smb_dtor_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_lock.c
993
lock = kmem_cache_alloc(smb_cache_lock, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_mbuf_util.c
112
mbc = kmem_cache_alloc(smb_mbc_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_mbuf_util.c
657
m = kmem_cache_alloc(smb_mbuf_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_mbuf_util.c
673
p = kmem_cache_alloc(smb_mbufcl_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_node.c
1238
node = kmem_cache_alloc(smb_node_cache, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_odir.c
934
od = kmem_cache_alloc(smb_cache_odir, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_ofile.c
343
of = kmem_cache_alloc(smb_cache_ofile, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_opipe.c
58
opipe = kmem_cache_alloc(smb_cache_opipe, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_server.c
2410
event = kmem_cache_alloc(smb_cache_event, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_session.c
1339
sr = kmem_cache_alloc(smb_cache_request, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_session.c
705
session = kmem_cache_alloc(smb_cache_session, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_tree.c
918
tree = kmem_cache_alloc(smb_cache_tree, KM_SLEEP);
usr/src/uts/common/fs/smbsrv/smb_user.c
245
user = kmem_cache_alloc(smb_cache_user, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
1244
so = kmem_cache_alloc(socket_cache, kmflags);
usr/src/uts/common/fs/sockfs/socktpi.c
290
so = kmem_cache_alloc(cp, KM_SLEEP);
usr/src/uts/common/fs/sockfs/sodirect.c
365
sodp = kmem_cache_alloc(sock_sod_cache, KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
138
nsp = kmem_cache_alloc(snode_cache, KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
139
csp = kmem_cache_alloc(snode_cache, KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
230
sp = kmem_cache_alloc(snode_cache, KM_SLEEP);
usr/src/uts/common/fs/specfs/specsubr.c
591
nsp = kmem_cache_alloc(snode_cache, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
178
sv = kmem_cache_alloc(lufs_sv, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_log.c
190
lbp = kmem_cache_alloc(lufs_bp, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
1653
me = kmem_cache_alloc(mapentry_cache, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
1872
me = kmem_cache_alloc(mapentry_cache, KM_SLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
300
me = kmem_cache_alloc(mapentry_cache, KM_NOSLEEP);
usr/src/uts/common/fs/ufs/lufs_map.c
303
me = kmem_cache_alloc(mapentry_cache, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_directio.c
261
dbp = kmem_cache_alloc(directio_buf_cache, KM_SLEEP);
usr/src/uts/common/fs/ufs/ufs_inode.c
342
ip = kmem_cache_alloc(inode_cache, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
4279
vfsp = kmem_cache_alloc(vfs_cache, kmflag);
usr/src/uts/common/fs/vnode.c
2476
vp = kmem_cache_alloc(vn_cache, kmflag);
usr/src/uts/common/fs/vnode.c
683
vskp = kmem_cache_alloc(vsk_anchor_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/abd.c
196
void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
2552
buf = *ret = kmem_cache_alloc(buf_cache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
3111
hdr = kmem_cache_alloc(hdr_full_crypt_cache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
3113
hdr = kmem_cache_alloc(hdr_full_cache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
3173
nhdr = kmem_cache_alloc(new, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
3298
nhdr = kmem_cache_alloc(ncache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/arc.c
3466
hdr = kmem_cache_alloc(hdr_l2only_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
4054
markers[i] = kmem_cache_alloc(hdr_full_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/arc.c
8516
head = kmem_cache_alloc(hdr_l2only_cache, KM_PUSHPAGE);
usr/src/uts/common/fs/zfs/btree.c
1081
zfs_btree_leaf_t *leaf = kmem_cache_alloc(zfs_btree_leaf_cache,
usr/src/uts/common/fs/zfs/btree.c
814
zfs_btree_leaf_t *new_leaf = kmem_cache_alloc(zfs_btree_leaf_cache,
usr/src/uts/common/fs/zfs/dbuf.c
2529
db = kmem_cache_alloc(dbuf_kmem_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/dnode.c
440
dn = kmem_cache_alloc(dnode_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/dsl_scan.c
356
return (kmem_cache_alloc(sio_cache[nr_dvas - 1], KM_SLEEP));
usr/src/uts/common/fs/zfs/metaslab.c
4401
kmem_cache_alloc(metaslab_alloc_trace_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/refcount.c
146
ref = kmem_cache_alloc(reference_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/refcount.c
201
ref->ref_removed = kmem_cache_alloc(reference_history_cache,
usr/src/uts/common/fs/zfs/sa.c
1387
handle = kmem_cache_alloc(sa_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_znode.c
1920
rootzp = kmem_cache_alloc(znode_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_znode.c
521
sharezp = kmem_cache_alloc(znode_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zfs_znode.c
670
zp = kmem_cache_alloc(znode_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
2581
zil_commit_waiter_t *zcw = kmem_cache_alloc(zil_zcw_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zil.c
519
lwb = kmem_cache_alloc(zil_lwb_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zio.c
242
return (kmem_cache_alloc(zio_buf_cache[c], KM_PUSHPAGE));
usr/src/uts/common/fs/zfs/zio.c
258
return (kmem_cache_alloc(zio_data_buf_cache[c], KM_PUSHPAGE));
usr/src/uts/common/fs/zfs/zio.c
538
zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP);
usr/src/uts/common/fs/zfs/zio.c
711
zio = kmem_cache_alloc(zio_cache, KM_SLEEP);
usr/src/uts/common/inet/ilb/ilb_conn.c
1190
if ((s = kmem_cache_alloc(ilb_sticky_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/inet/ilb/ilb_conn.c
512
connp = kmem_cache_alloc(ilb_conn_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip6_ire.c
190
ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
311
ipst->ips_dce_default = kmem_cache_alloc(dce_cache, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
545
dce = kmem_cache_alloc(dce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_dce.c
616
dce = kmem_cache_alloc(dce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
2315
ire = kmem_cache_alloc(ire_cache, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
2322
ire = kmem_cache_alloc(ire_cache, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
2329
ire = kmem_cache_alloc(ire_cache, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
2336
ire = kmem_cache_alloc(ire_cache, KM_SLEEP);
usr/src/uts/common/inet/ip/ip_ire.c
633
ire = kmem_cache_alloc(ire_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4709
ncec = kmem_cache_alloc(ncec_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
4878
nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ip_ndp.c
5067
nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/ipclassifier.c
586
if ((connp = kmem_cache_alloc(sctp_conn_cache, sleep)) == NULL)
usr/src/uts/common/inet/ip/ipclassifier.c
622
if ((connp = kmem_cache_alloc(conn_cache, sleep)) == NULL)
usr/src/uts/common/inet/ip/spd.c
2982
ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3203
ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3401
sp = kmem_cache_alloc(ipsec_sel_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
3480
ipp = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/spd.c
902
ipsec_policy_t *dst = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP);
usr/src/uts/common/inet/ip/tnet.c
233
return (kmem_cache_alloc(ire_gw_secattr_cache, kmflags));
usr/src/uts/common/inet/iptun/iptun.c
1302
if ((iptun = kmem_cache_alloc(iptun_cache, KM_NOSLEEP)) != NULL) {
usr/src/uts/common/inet/sctp/sctp_common.c
1556
fpa = kmem_cache_alloc(sctp_kmem_faddr_cache,
usr/src/uts/common/inet/sctp/sctp_common.c
1567
fpa = kmem_cache_alloc(sctp_kmem_faddr_cache,
usr/src/uts/common/inet/sctp/sctp_common.c
1603
fp = kmem_cache_alloc(sctp_kmem_faddr_cache, sleep);
usr/src/uts/common/inet/sctp/sctp_common.c
511
if ((faddr = kmem_cache_alloc(sctp_kmem_faddr_cache, sleep)) == NULL)
usr/src/uts/common/inet/sctp/sctp_input.c
101
*head = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
119
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
148
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_input.c
194
t = kmem_cache_alloc(sctp_kmem_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_output.c
1358
*s = kmem_cache_alloc(sctp_kmem_ftsn_set_cache, KM_NOSLEEP);
usr/src/uts/common/inet/sctp/sctp_output.c
1382
p->next = kmem_cache_alloc(sctp_kmem_ftsn_set_cache,
usr/src/uts/common/inet/sockmods/sockmod_sctp.c
141
ss = kmem_cache_alloc(sosctp_sockcache, kmflags);
usr/src/uts/common/inet/sockmods/sockmod_sdp.c
104
so = kmem_cache_alloc(socket_cache, kmflags);
usr/src/uts/common/inet/sockmods/socksctpsubr.c
170
ssa = kmem_cache_alloc(sosctp_assoccache, kmflag);
usr/src/uts/common/inet/squeue.c
249
squeue_t *sqp = kmem_cache_alloc(squeue_cache, KM_SLEEP);
usr/src/uts/common/inet/tcp/tcp_sack.c
256
if ((new = kmem_cache_alloc(
usr/src/uts/common/inet/tcp/tcp_sack.c
399
if ((tmp = kmem_cache_alloc(tcp_notsack_blk_cache,
usr/src/uts/common/inet/tcp/tcp_sack.c
428
tmp->next = kmem_cache_alloc(tcp_notsack_blk_cache, KM_NOSLEEP);
usr/src/uts/common/inet/tcp/tcp_timers.c
282
mblk_t *mp = (mblk_t *)kmem_cache_alloc(tcp_timercache,
usr/src/uts/common/io/1394/s1394_asynch.c
86
*cmdp = kmem_cache_alloc(hal->hal_kmem_cachep, alloc_sleep);
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1297
if ((cmd = kmem_cache_alloc(sp->s_cmd_cache, kf)) == NULL) {
usr/src/uts/common/io/aggr/aggr_grp.c
1474
grp = kmem_cache_alloc(aggr_grp_cache, KM_SLEEP);
usr/src/uts/common/io/aggr/aggr_port.c
215
port = kmem_cache_alloc(aggr_port_cache, KM_SLEEP);
usr/src/uts/common/io/blkdev/blkdev.c
1013
xi = kmem_cache_alloc(bd->d_cache, kmflag);
usr/src/uts/common/io/comstar/port/iscsit/iscsit.c
1706
pdu = kmem_cache_alloc(iscsit_status_pdu_cache, KM_SLEEP);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3675
rxb = kmem_cache_alloc(cache, kmflags);
usr/src/uts/common/io/dld/dld_drv.c
1245
objp = kmem_cache_alloc(drv_secobj_cachep, KM_SLEEP);
usr/src/uts/common/io/dld/dld_str.c
625
dsp = kmem_cache_alloc(str_cachep, KM_SLEEP);
usr/src/uts/common/io/dls/dls_link.c
701
dlp = kmem_cache_alloc(i_dls_link_cachep, KM_SLEEP);
usr/src/uts/common/io/dls/dls_mgmt.c
977
ddp = kmem_cache_alloc(i_dls_devnet_cachep, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
741
wqed = kmem_cache_alloc(wq->wqed_cache, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
4300
job = (job_request_t *)kmem_cache_alloc(fctl_job_cache, sleep);
usr/src/uts/common/io/fibre-channel/impl/fp.c
1982
cmd = (fp_cmd_t *)kmem_cache_alloc(port->fp_pkt_cache, kmflags);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3013
msg_elem = kmem_cache_alloc(fptr->fcip_sendup_cache, KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6359
fcip_pkt = kmem_cache_alloc(fptr->fcip_xmit_cache, flags);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2051
cmd = (fcsm_cmd_t *)kmem_cache_alloc(fcsm->sm_cmd_cache, sleep);
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2346
job = (fcsm_job_t *)kmem_cache_alloc(fcsm_job_cache, sleep);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2015
handlep = kmem_cache_alloc(hca_fm->fm_acc_cache, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_fm.c
2131
handlep = kmem_cache_alloc(hca_fm->fm_acc_cache, KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
197
tmp_rsrc_hdl = kmem_cache_alloc(state->hs_rsrc_cache, flag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
2315
addr = kmem_cache_alloc(pool_info->rsrc_private, flag);
usr/src/uts/common/io/ib/adapters/hermon/hermon_rsrc.c
322
tmp_rsrc_hdl = kmem_cache_alloc(state->hs_rsrc_cache, flag);
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
195
tmp_rsrc_hdl = (tavor_rsrc_t *)kmem_cache_alloc(state->ts_rsrc_cache,
usr/src/uts/common/io/ib/adapters/tavor/tavor_rsrc.c
2275
addr = kmem_cache_alloc(pool_info->rsrc_private, flag);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
1529
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2288
req = kmem_cache_alloc(state->id_req_kmc, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
4410
req = kmem_cache_alloc(state->id_req_kmc, KM_SLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6277
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6397
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6921
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7328
req = kmem_cache_alloc(state->id_req_kmc,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2788
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
2813
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
342
req = kmem_cache_alloc(state->id_req_kmc, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
1063
iser_buf = kmem_cache_alloc(iser_hca->iser_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_idm.c
1124
kmem_cache_alloc(iser_hca->iser_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
109
iser_wr = kmem_cache_alloc(iser_state->iser_wr_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
206
tmp = kmem_cache_alloc(hca->iser_msg_cache, KM_NOSLEEP);
usr/src/uts/common/io/ib/clients/rds/rdssubr.c
186
rds = kmem_cache_alloc(rds_alloc_cache, KM_SLEEP);
usr/src/uts/common/io/ib/clients/rdsv3/connection.c
148
conn = kmem_cache_alloc(rdsv3_conn_slab, gfp);
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
130
recv->r_ibinc = kmem_cache_alloc(rdsv3_ib_incoming_slab,
usr/src/uts/common/io/ib/clients/rdsv3/ib_recv.c
142
recv->r_frag = kmem_cache_alloc(ic->rds_ibdev->ib_frag_slab,
usr/src/uts/common/io/ib/clients/rdsv3/rdsv3_impl.c
854
sk = kmem_cache_alloc(rdsv3_alloc_cache, KM_SLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2880
recv_wqep = kmem_cache_alloc(kmem_cachep,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_impl.c
2902
recv_wqep = kmem_cache_alloc(kmem_cachep,
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1277
send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1298
send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm.c
1268
idt = kmem_cache_alloc(idm.idm_task_cache, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm.c
992
buf = kmem_cache_alloc(idm.idm_buf_cache, KM_NOSLEEP);
usr/src/uts/common/io/idm/idm_so.c
2141
pdu = kmem_cache_alloc(idm.idm_sorx_pdu_cache, KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
2520
pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
usr/src/uts/common/io/idm/idm_so.c
2553
idb->idb_buf = kmem_cache_alloc(idm.idm_so_128k_buf_cache,
usr/src/uts/common/io/idm/idm_so.c
2722
pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac.c
4071
ring = kmem_cache_alloc(mac_ring_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_bcast.c
322
grp = kmem_cache_alloc(mac_bcast_grp_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
1358
mcip = kmem_cache_alloc(mac_client_impl_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
3405
mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_datapath_setup.c
2149
mac_srs = kmem_cache_alloc(mac_srs_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_flow.c
228
flent = kmem_cache_alloc(flow_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_flow.c
989
ft = kmem_cache_alloc(flow_tab_cache, KM_SLEEP);
usr/src/uts/common/io/mac/mac_provider.c
185
mip = kmem_cache_alloc(i_mac_impl_cachep, KM_SLEEP);
usr/src/uts/common/io/mac/mac_soft_ring.c
159
ringp = kmem_cache_alloc(mac_soft_ring_cache, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2166
b = kmem_cache_alloc(mlxp->mlx_bufs_cache, KM_SLEEP);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2198
b = kmem_cache_alloc(mlxp->mlx_bufs_cache, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
1817
nvme_cmd_t *cmd = kmem_cache_alloc(nvme_cmd_cache, kmflag);
usr/src/uts/common/io/nvme/nvme.c
5782
cmd->nc_prp = kmem_cache_alloc(nvme->n_prp_cache, KM_SLEEP);
usr/src/uts/common/io/nvme/nvme.c
5832
cmd->nc_prp = kmem_cache_alloc(nvme->n_prp_cache, allocflag);
usr/src/uts/common/io/overlay/overlay_plugin.c
155
opp = kmem_cache_alloc(overlay_plugin_cache, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
1160
ote = kmem_cache_alloc(overlay_entry_cache, KM_SLEEP);
usr/src/uts/common/io/overlay/overlay_target.c
358
entry = kmem_cache_alloc(overlay_entry_cache, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/overlay/overlay_target.c
491
ott = kmem_cache_alloc(overlay_target_cache, KM_SLEEP);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
335
tcl = kmem_cache_alloc(tcl_cache, KM_NOSLEEP);
usr/src/uts/common/io/ptms_conf.c
389
pt = kmem_cache_alloc(ptms_cache, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
2997
frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
3755
cmd = kmem_cache_alloc(mpt->m_kmem_cache, kf);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_intr.c
1572
kmem_cache_alloc(pwp->iocomp_cb_cache, KM_NOSLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
3557
ctmp = kmem_cache_alloc(pwp->phy_cache, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/pmcs/pmcs_subr.c
7566
local = kmem_cache_alloc(orig_phy->pwp->phy_cache, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/smartpqi/smartpqi_hba.c
470
if ((cmd = kmem_cache_alloc(s->s_cmd_cache, kf)) == NULL)
usr/src/uts/common/io/scsi/impl/scsi_resource.c
318
pktw = kmem_cache_alloc(tranp->tran_pkt_cache_ptr,
usr/src/uts/common/io/scsi/targets/sd.c
28813
wmp = kmem_cache_alloc(un->un_wm_cache,
usr/src/uts/common/io/scsi/targets/sd.c
28819
wmp = kmem_cache_alloc(un->un_wm_cache,
usr/src/uts/common/io/sdcard/impl/sda_cmd.c
268
c = kmem_cache_alloc(sda_cmd_cache, kmflag);
usr/src/uts/common/io/sdcard/impl/sda_cmd.c
301
c = kmem_cache_alloc(sda_cmd_cache, kmflag);
usr/src/uts/common/io/sfxge/sfxge_ev.c
738
sep = kmem_cache_alloc(index ? sp->s_eqXc : sp->s_eq0c, KM_SLEEP);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1220
if ((srp = kmem_cache_alloc(sp->s_rqc, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_rx.c
621
if ((srpp = kmem_cache_alloc(sp->s_rpc, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1098
if ((stp = kmem_cache_alloc(sp->s_tqc, KM_SLEEP)) == NULL) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1455
if ((stmp = kmem_cache_alloc(sp->s_tmc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1508
if ((stbp = kmem_cache_alloc(sp->s_tbc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1691
if ((stbp = kmem_cache_alloc(sp->s_tbc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1841
if ((stmp = kmem_cache_alloc(sp->s_tmc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
1886
if ((stbp = kmem_cache_alloc(sp->s_tbc,
usr/src/uts/common/io/sfxge/sfxge_tx.c
426
stpp = kmem_cache_alloc(sp->s_tpc, KM_NOSLEEP);
usr/src/uts/common/io/softmac/softmac_dev.c
535
sup = kmem_cache_alloc(softmac_upper_cachep, KM_NOSLEEP);
usr/src/uts/common/io/softmac/softmac_main.c
386
softmac = kmem_cache_alloc(softmac_cachep, KM_SLEEP);
usr/src/uts/common/io/stream.c
1125
if ((dbp = kmem_cache_alloc(bcp->dblk_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/stream.c
1227
dbp = kmem_cache_alloc(dblk_cache[index], KM_SLEEP);
usr/src/uts/common/io/stream.c
199
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/uts/common/io/stream.c
230
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/uts/common/io/stream.c
248
if ((dbp->db_mblk = kmem_cache_alloc(mblk_cache, kmflags)) == NULL)
usr/src/uts/common/io/stream.c
251
dbp->db_base = kmem_cache_alloc(bcp->buffer_cache, kmflags);
usr/src/uts/common/io/stream.c
4086
cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP);
usr/src/uts/common/io/stream.c
4164
cip = kmem_cache_alloc(ciputctrl_cache, KM_SLEEP);
usr/src/uts/common/io/stream.c
4246
nbp = kmem_cache_alloc(ftblk_cache, KM_NOSLEEP);
usr/src/uts/common/io/stream.c
431
if ((dbp = kmem_cache_alloc(dblk_cache[index], KM_NOSLEEP)) == NULL) {
usr/src/uts/common/io/stream.c
775
if ((new_mp = kmem_cache_alloc(mblk_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/io/stream.c
862
if ((dbp = kmem_cache_alloc(dblk_esb_cache, kmflags)) == NULL) {
usr/src/uts/common/io/tl.c
1517
tep = kmem_cache_alloc(tl_cache, KM_SLEEP);
usr/src/uts/common/io/vnic/vnic_dev.c
367
vnic = kmem_cache_alloc(vnic_cache, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1859
*listpp = kmem_cache_alloc(element_node_cache, KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
1875
kmem_cache_alloc(element_node_cache, KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
2592
a[x].next = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/filters.c
2611
p = kmem_cache_alloc(ht_match_cache, KM_NOSLEEP);
usr/src/uts/common/ipp/ipgpc/table.c
100
p = kmem_cache_alloc(ht_node_cache, KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/table.c
79
table[x].next = kmem_cache_alloc(ht_node_cache, KM_SLEEP);
usr/src/uts/common/ipp/ipgpc/trie.c
53
node_t *buf = kmem_cache_alloc(trie_node_cache, flag);
usr/src/uts/common/ipp/ippconf.c
2231
if ((imp = kmem_cache_alloc(ipp_mod_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
2917
if ((ap = kmem_cache_alloc(ipp_action_cache, KM_NOSLEEP)) == NULL) {
usr/src/uts/common/ipp/ippconf.c
3163
if ((pp = kmem_cache_alloc(ipp_packet_cache, KM_NOSLEEP)) == NULL)
usr/src/uts/common/klm/nlm_impl.c
1015
new_nvp = kmem_cache_alloc(nlm_vhold_cache, KM_SLEEP);
usr/src/uts/common/klm/nlm_impl.c
1392
host = kmem_cache_alloc(nlm_hosts_cache, KM_SLEEP);
usr/src/uts/common/klm/nlm_rpc_handle.c
328
rpcp = kmem_cache_alloc(nlm_rpch_cache, KM_SLEEP);
usr/src/uts/common/net/radix.h
175
#define R_Malloc(p, c, n) p = kmem_cache_alloc((c), KM_NOSLEEP)
usr/src/uts/common/net/radix.h
177
if (p = kmem_cache_alloc((c), KM_NOSLEEP)) {\
usr/src/uts/common/os/audit_core.c
217
pad = kmem_cache_alloc(au_pad_cache, KM_SLEEP);
usr/src/uts/common/os/audit_core.c
85
pad0 = kmem_cache_alloc(au_pad_cache, KM_SLEEP);
usr/src/uts/common/os/callout.c
275
cp = kmem_cache_alloc(ct->ct_cache, KM_NOSLEEP);
usr/src/uts/common/os/callout.c
305
cl = kmem_cache_alloc(ct->ct_lcache, KM_NOSLEEP);
usr/src/uts/common/os/cred.c
251
cred_t *cr = kmem_cache_alloc(cred_cache, flgs);
usr/src/uts/common/os/cred.c
290
cred_t *cr = kmem_cache_alloc(cred_cache, KM_SLEEP);
usr/src/uts/common/os/cyclic.c
2646
idp = kmem_cache_alloc(cyclic_id_cache, KM_SLEEP);
usr/src/uts/common/os/ddi_periodic.c
363
dpr = kmem_cache_alloc(periodic_cache, KM_SLEEP);
usr/src/uts/common/os/devcfg.c
267
if ((devi = kmem_cache_alloc(ddi_node_cache, flag)) == NULL) {
usr/src/uts/common/os/exacct.c
74
item = kmem_cache_alloc(exacct_object_cache, KM_SLEEP);
usr/src/uts/common/os/exacct.c
85
group = kmem_cache_alloc(exacct_object_cache, KM_SLEEP);
usr/src/uts/common/os/fio.c
1143
fp = kmem_cache_alloc(file_cache, KM_SLEEP);
usr/src/uts/common/os/flock.c
1587
ep = kmem_cache_alloc(flk_edge_cache, KM_SLEEP);
usr/src/uts/common/os/fork.c
995
cp = kmem_cache_alloc(process_cache, KM_SLEEP);
usr/src/uts/common/os/id32.c
76
void **hent = kmem_cache_alloc(id32_cache, kmflag);
usr/src/uts/common/os/kmem.c
1534
if ((sp = kmem_cache_alloc(kmem_slab_cache, kmflag)) == NULL)
usr/src/uts/common/os/kmem.c
1554
bcp = kmem_cache_alloc(cp->cache_bufctl_cache, kmflag);
usr/src/uts/common/os/kmem.c
2540
return (kmem_cache_alloc(cp, kmflag));
usr/src/uts/common/os/kmem.c
2622
emp = kmem_cache_alloc(mtp->mt_cache, KM_NOSLEEP);
usr/src/uts/common/os/kmem.c
2857
buf = kmem_cache_alloc(cp, kmflag);
usr/src/uts/common/os/kmem.c
2938
buf = kmem_cache_alloc(cp, kmflag);
usr/src/uts/common/os/kmem.c
4079
defrag = kmem_cache_alloc(kmem_defrag_cache, KM_SLEEP);
usr/src/uts/common/os/kmem.c
4901
callback = kmem_cache_alloc(kmem_move_cache, KM_NOSLEEP);
usr/src/uts/common/os/logsubr.c
294
lp = kmem_cache_alloc(log_cons_cache, KM_SLEEP);
usr/src/uts/common/os/lwp.c
258
lwp = kmem_cache_alloc(lwp_cache, KM_SLEEP);
usr/src/uts/common/os/mem_config.c
3264
seg = kmem_cache_alloc(memseg_cache, KM_SLEEP);
usr/src/uts/common/os/modhash.c
558
entry = kmem_cache_alloc(mh_e_cache, hash->mh_sleep);
usr/src/uts/common/os/modhash.c
634
*handlep = kmem_cache_alloc(mh_e_cache, hash->mh_sleep);
usr/src/uts/common/os/modhash.c
646
*handlep = kmem_cache_alloc(mh_e_cache, KM_NOSLEEP);
usr/src/uts/common/os/ndifm.c
257
fep = kmem_cache_alloc(ndi_fm_entry_cache, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
261
pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
322
pkevp = kmem_cache_alloc(port_control.pc_cache, KM_NOSLEEP);
usr/src/uts/common/os/port_subr.c
357
kmem_cache_alloc(port_control.pc_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
2331
rctl_t *rctl = kmem_cache_alloc(rctl_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
2332
rctl_val_t *rctl_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
474
dval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
587
rctl_t *prev = kmem_cache_alloc(rctl_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
593
rctl = kmem_cache_alloc(rctl_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
602
rctl_val_t *prev = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/os/rctl.c
608
rval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/os/serializer.c
359
return (kmem_cache_alloc(serializer_cache, flags));
usr/src/uts/common/os/strsubr.c
1522
linkp = kmem_cache_alloc(linkinfo_cache, KM_SLEEP);
usr/src/uts/common/os/strsubr.c
3303
stp = kmem_cache_alloc(stream_head_cache, KM_SLEEP);
usr/src/uts/common/os/strsubr.c
3379
qip = kmem_cache_alloc(queue_cache, KM_SLEEP);
usr/src/uts/common/os/strsubr.c
3540
qbp = kmem_cache_alloc(qband_cache, KM_NOSLEEP);
usr/src/uts/common/os/strsubr.c
5669
return (kmem_cache_alloc(syncq_cache, KM_SLEEP));
usr/src/uts/common/os/task.c
491
task_t *tk = kmem_cache_alloc(task_cache, KM_SLEEP);
usr/src/uts/common/os/task.c
987
task0p = kmem_cache_alloc(task_cache, KM_SLEEP);
usr/src/uts/common/os/taskq.c
1132
tqe = kmem_cache_alloc(taskq_ent_cache, kmflags);
usr/src/uts/common/os/taskq.c
1339
tqe = kmem_cache_alloc(taskq_ent_cache, kmflags);
usr/src/uts/common/os/taskq.c
2568
taskq_t *tq = kmem_cache_alloc(taskq_cache, KM_SLEEP);
usr/src/uts/common/os/taskq.c
2995
tqe = kmem_cache_alloc(taskq_ent_cache, KM_SLEEP);
usr/src/uts/common/os/taskq.c
3109
tqe = kmem_cache_alloc(taskq_ent_cache, KM_SLEEP);
usr/src/uts/common/os/timer.c
672
it = kmem_cache_alloc(clock_timer_cache, KM_SLEEP);
usr/src/uts/common/os/tlabel.c
109
ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag);
usr/src/uts/common/os/tlabel.c
88
ts_label_t *lab = kmem_cache_alloc(tslabel_cache, flag);
usr/src/uts/common/os/vm_subr.c
154
bp = kmem_cache_alloc(physio_buf_cache, KM_SLEEP);
usr/src/uts/common/os/vmem.c
1281
return (kmem_cache_alloc(vmp->vm_qcache[(size - 1) >>
usr/src/uts/common/os/zone.c
2243
dval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/os/zone.c
4034
nvalp = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/rpc/clnt_clts.c
1601
new = kmem_cache_alloc(endpnt_cache, KM_NOSLEEP);
usr/src/uts/common/rpc/rdma_subr.c
202
clp = kmem_cache_alloc(clist_cache, KM_SLEEP);
usr/src/uts/common/rpc/rpcib.c
5080
kmem_cache_alloc(hca->server_side_cache, KM_SLEEP);
usr/src/uts/common/rpc/sec/auth_kern.c
89
return (kmem_cache_alloc(authkern_cache, KM_SLEEP));
usr/src/uts/common/rpc/sec/auth_loopb.c
90
return (kmem_cache_alloc(authloopback_cache, KM_SLEEP));
usr/src/uts/common/rpc/sec/auth_none.c
63
return (kmem_cache_alloc(authnone_cache, KM_SLEEP));
usr/src/uts/common/rpc/sec/svcauthdes.c
503
if (!(new = kmem_cache_alloc(authdes_cache_handle, KM_SLEEP))) {
usr/src/uts/common/rpc/sec_gss/rpcsec_gss.c
351
new = kmem_cache_alloc(ga_cache_handle, KM_NOSLEEP);
usr/src/uts/common/rpc/sec_gss/svc_rpcsec_gss.c
1628
client_data = (svc_rpc_gss_data *) kmem_cache_alloc(svc_data_handle,
usr/src/uts/common/sys/kmem.h
131
extern void *kmem_cache_alloc(kmem_cache_t *, int);
usr/src/uts/common/sys/strft.h
152
_hp = kmem_cache_alloc(fthdr_cache, KM_NOSLEEP); \
usr/src/uts/common/syscall/rctlsys.c
266
nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
329
oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
437
nval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
449
oval = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
450
rval1 = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
451
rval2 = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
935
new_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/syscall/rctlsys.c
936
alloc_val = kmem_cache_alloc(rctl_val_cache, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1603
newsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
2251
nsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
4710
ppa = kmem_cache_alloc(segvn_szc_cache[ppaszc], KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6608
nsvd = kmem_cache_alloc(segvn_cache, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
821
svd = kmem_cache_alloc(segvn_cache, KM_SLEEP);
usr/src/uts/common/vm/seg_vn.c
9876
svntrp = kmem_cache_alloc(svntr_cache, KM_NOSLEEP);
usr/src/uts/common/vm/vm_anon.c
3398
amp = kmem_cache_alloc(anonmap_cache, kmflags);
usr/src/uts/common/vm/vm_anon.c
990
ap = kmem_cache_alloc(anon_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_as.c
638
as = kmem_cache_alloc(as_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_pvn.c
788
end = kmem_cache_alloc(marker_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_pvn.c
791
mark = kmem_cache_alloc(marker_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_seg.c
1601
new = kmem_cache_alloc(seg_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_seg.c
841
pcp = kmem_cache_alloc(seg_pkmcache, KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
560
object = kmem_cache_alloc(vmu_object_cache, KM_SLEEP);
usr/src/uts/common/vm/vm_usage.c
584
bound = kmem_cache_alloc(vmu_bound_cache, KM_SLEEP);
usr/src/uts/common/xen/io/xdf.c
245
gs = kmem_cache_alloc(xdf_gs_cache, KM_NOSLEEP);
usr/src/uts/common/xen/io/xdf.c
301
vreq = kmem_cache_alloc(xdf_vreq_cache, KM_NOSLEEP);
usr/src/uts/common/xen/io/xnb.c
1465
txp = kmem_cache_alloc(xnbp->xnb_tx_buf_cache,
usr/src/uts/common/xen/io/xnf.c
1311
txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, KM_SLEEP);
usr/src/uts/common/xen/io/xnf.c
2791
bufp = kmem_cache_alloc(xnfp->xnf_buf_cache, flags);
usr/src/uts/common/xen/io/xnf.c
555
if ((txp = kmem_cache_alloc(xnfp->xnf_tx_buf_cache, flag)) == NULL) {
usr/src/uts/i86pc/io/immu_dvma.c
3076
ihp = kmem_cache_alloc(immu->immu_hdl_cache,
usr/src/uts/i86pc/io/immu_dvma.c
514
pgtable = kmem_cache_alloc(immu->immu_pgtable_cache, kmflags);
usr/src/uts/i86pc/io/ioat/ioat_chan.c
897
*cmd = kmem_cache_alloc(channel->ic_cmd_cache, kmflag);
usr/src/uts/i86pc/io/rootnex.c
1729
hp = kmem_cache_alloc(rootnex_state->r_dmahdl_cache, kmflag);
usr/src/uts/i86pc/os/ddi_impl.c
1440
raddr = kmem_cache_alloc(cp, (cansleep) ? KM_SLEEP :
usr/src/uts/i86pc/os/ddi_impl.c
1461
raddr = kmem_cache_alloc(cp, KM_NOSLEEP);
usr/src/uts/i86pc/os/ddi_impl.c
1469
raddr = kmem_cache_alloc(cp, KM_NOSLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
1010
kas.a_hat = kmem_cache_alloc(hat_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
1039
kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
475
hat = kmem_cache_alloc(hat_cache, KM_SLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
534
hat->hat_ht_hash = kmem_cache_alloc(hat32_hash_cache, KM_SLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
537
hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
611
hat = kmem_cache_alloc(hat_cache, KM_SLEEP);
usr/src/uts/i86pc/vm/hat_i86.c
619
hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP);
usr/src/uts/i86pc/vm/hment.c
201
hm = kmem_cache_alloc(hment_cache, km_flag);
usr/src/uts/i86pc/vm/hment.c
594
hm = kmem_cache_alloc(hment_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/htable.c
400
ht = kmem_cache_alloc(htable_cache, KM_NOSLEEP);
usr/src/uts/i86pc/vm/htable.c
826
ht = kmem_cache_alloc(htable_cache, kmflags);
usr/src/uts/intel/os/fpu.c
1328
kmem_cache_alloc(fpsave_cachep, KM_SLEEP);
usr/src/uts/intel/os/fpu.c
1673
kmem_cache_alloc(fpsave_cachep, kmflags);
usr/src/uts/intel/os/fpu.c
3069
kmem_cache_alloc(fpsave_cachep, KM_SLEEP);
usr/src/uts/intel/os/hma_fpu.c
101
kmem_cache_alloc(fpsave_cachep, kmflag);
usr/src/uts/intel/os/hma_fpu.c
359
kmem_cache_alloc(fpsave_cachep, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
11068
if ((hmeblkp = kmem_cache_alloc(sfmmu_cache, sleep)) == NULL) {
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12677
*tsbinfopp = (struct tsb_info *)kmem_cache_alloc(
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12910
vaddr = (caddr_t)kmem_cache_alloc(kmem_cachep, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
12914
vaddr = (caddr_t)kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
13626
newsrdp = kmem_cache_alloc(srd_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
14022
new_rgnp = kmem_cache_alloc(region_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1466
sfmmup = kmem_cache_alloc(sfmmuid_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
14870
new_scdp = kmem_cache_alloc(scd_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
14872
scsfmmup = kmem_cache_alloc(sfmmuid_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
1620
mmu_ctxp = kmem_cache_alloc(mmuctxdom_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
4324
if ((pahmep = kmem_cache_alloc(pa_hment_cache, kmflags)) == NULL) {
usr/src/uts/sfmmu/vm/hat_sfmmu.c
8494
new_iblk = kmem_cache_alloc(ism_blk_cache, KM_SLEEP);
usr/src/uts/sfmmu/vm/hat_sfmmu.c
8495
ism_ment = kmem_cache_alloc(ism_ment_cache, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
837
mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP);
usr/src/uts/sparc/v9/os/v9dep.c
844
mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP);
usr/src/uts/sun/io/scsi/adapters/fas.c
2090
cmd = kmem_cache_alloc(fas->f_kmem_cache, kf);
usr/src/uts/sun4/io/ivintr.c
156
iv_p = kmem_cache_alloc(intr_vec_cache, KM_SLEEP);
usr/src/uts/sun4/os/machdep.c
148
mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP);
usr/src/uts/sun4/os/machdep.c
151
mpcb->mpcb_wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP);
usr/src/uts/sun4/os/machdep.c
222
wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP);
usr/src/uts/sun4/os/machdep.c
226
wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP);
usr/src/uts/sun4u/cpu/spitfire.c
3835
sfprp = CPU_PRIVATE(cp) = kmem_cache_alloc(sf_private_cache, KM_SLEEP);
usr/src/uts/sun4u/cpu/us3_cheetah.c
626
chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
usr/src/uts/sun4u/cpu/us3_cheetahplus.c
833
chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
usr/src/uts/sun4u/cpu/us3_jalapeno.c
848
chprp = CPU_PRIVATE(cp) = kmem_cache_alloc(ch_private_cache, KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
1326
kmem_cache_alloc(ldcssp->memseg_cache, KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
216
mhdl = kmem_cache_alloc(ldcssp->memhdl_cache, KM_SLEEP);
usr/src/uts/sun4v/io/ldc_shm.c
489
kmem_cache_alloc(ldcssp->memseg_cache, KM_SLEEP);