Symbol: KM_NOSLEEP_LAZY
usr/src/common/core/core_shstrtab.c
49
return (kmem_zalloc(sizeof (shstrtab_ent_t), KM_NOSLEEP_LAZY));
usr/src/uts/common/dtrace/dtrace.c
11646
if ((buf->dtb_tomax = kmem_zalloc(size, KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/dtrace/dtrace.c
11658
if ((buf->dtb_xamot = kmem_zalloc(size, KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/dtrace/dtrace.c
13613
if ((base = kmem_zalloc(size, KM_NOSLEEP_LAZY)) == NULL)
usr/src/uts/common/dtrace/dtrace.c
14140
KM_NOSLEEP_LAZY);
usr/src/uts/common/dtrace/dtrace.c
14151
if ((buf = kmem_zalloc(bufsize, KM_NOSLEEP_LAZY)) == NULL) {
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
96
bfs = kmem_zalloc(sizeof (bootfs_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/nfs/nfs_auth.c
1063
KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/nfs/nfs_auth.c
916
nc = kmem_alloc(sizeof (*nc), KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/nfs/nfs_auth.c
924
nc->authc_addr.buf = kmem_alloc(addr.maxlen, KM_NOSLEEP_LAZY);
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/smbsrv/smb2_fsctl_copychunk.c
207
args->buffer = kmem_alloc(args->bufsize, KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/smbsrv/smb2_fsctl_odx.c
735
buffer = kmem_alloc(bufsize, KM_NOSLEEP_LAZY);
usr/src/uts/common/fs/zfs/zcp.c
721
int flags = (allocargs->aa_must_succeed) ? KM_SLEEP : KM_NOSLEEP_LAZY;
usr/src/uts/common/inet/ip/ip_attr.c
869
ixa = kmem_alloc(sizeof (*ixa), KM_NOSLEEP_LAZY);
usr/src/uts/common/inet/tcp/tcp_sig.c
763
sa = kmem_zalloc(sizeof (*sa), KM_NOSLEEP_LAZY);
usr/src/uts/common/inet/tcp/tcp_sig.c
782
KM_NOSLEEP_LAZY);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_scsi.c
2414
big_buf = kmem_alloc(big_buf_size, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/gpio/kgpio.c
1412
user_data = kmem_alloc(kgpio_max_user_nvl, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/gpio/kgpio.c
1648
dpio_t *dpio = kmem_zalloc(sizeof (dpio_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/i2c/nexus/i2cnex_user.c
183
user = kmem_zalloc(sizeof (i2c_user_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/i2c/nexus/i2cnex_user.c
949
nvl_data = kmem_alloc(UI2C_IOCTL_NVL_MAX_SIZE, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/mac/mac_protect.c
1472
if ((addr = kmem_zalloc(sizeof (slaac_addr_t), KM_NOSLEEP_LAZY)) ==
usr/src/uts/common/io/nvme/nvme.c
6195
minor = kmem_zalloc(sizeof (nvme_minor_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nvme/nvme.c
6546
info = kmem_alloc(sizeof (nvme_ioctl_ctrl_info_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nvme/nvme.c
6619
ns_info = kmem_zalloc(sizeof (nvme_ioctl_ns_info_t), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/nvme/nvme.c
7345
KM_NOSLEEP_LAZY);
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/sata/adapters/ahci/ahci.c
10780
task = kmem_alloc(sizeof (*task), KM_NOSLEEP_LAZY);
usr/src/uts/common/io/ufmtest.c
259
nvlbuf = kmem_zalloc(setfw.utsw_bufsz, KM_NOSLEEP_LAZY);
usr/src/uts/common/io/usb/clients/ccid/ccid.c
1639
kmflag = KM_NOSLEEP_LAZY;
usr/src/uts/common/io/vio9p/vio9p.c
237
if ((vnr = vio9p_req_alloc_impl(vin, KM_NOSLEEP_LAZY)) != NULL) {
usr/src/uts/common/io/virtio/virtio_dma.c
53
case KM_NOSLEEP_LAZY:
usr/src/uts/common/os/ddi_ufm.c
184
KM_NOSLEEP_LAZY);
usr/src/uts/common/os/ddi_ufm.c
204
KM_NOSLEEP_LAZY);
usr/src/uts/intel/io/amdzen/amdzen.c
2697
ccdp = kmem_zalloc(sizeof (amdzen_topo_ccd_t), KM_NOSLEEP_LAZY);
usr/src/uts/intel/io/amdzen/zen_umc.c
3747
KM_NOSLEEP_LAZY) != 0) {
usr/src/uts/intel/io/imc/imc.c
1409
kmflag = KM_NOSLEEP_LAZY;
usr/src/uts/intel/io/imc/imc.c
1436
KM_NOSLEEP_LAZY) != 0) {