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

<<212223

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1389 kmem_zalloc(hsize * sizeof (void*), KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2898 frames = kmem_cache_alloc(mpt->m_cache_frames, KM_NOSLEEP);
3627 kf = (callback == SLEEP_FUNC)? KM_SLEEP: KM_NOSLEEP;
5569 KM_NOSLEEP);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4302 int kmflags = (flags & HAC_SLEEP)? KM_SLEEP : KM_NOSLEEP;
11072 sleep = ((sfmmup == KHATID) ? KM_NOSLEEP : KM_SLEEP);
12892 * KM_NOSLEEP
12920 vaddr = (caddr_t)kmem_cache_alloc(kmem_cachep, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5136 int kf = (cb == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP;
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2648 physpath = kmem_alloc(size, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c860 tq = kmem_alloc(sizeof (*tq), KM_NOSLEEP);
/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);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1388 KM_NOSLEEP);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c8685 km_flag = (flag == SE_SLEEP) ? KM_SLEEP : KM_NOSLEEP;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c7754 kmem_zalloc(sizeof (struct mrsas_eventinfo), KM_NOSLEEP)) == NULL) {
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1605 int km_flags = (canwait != NULL_FUNC) ? KM_SLEEP : KM_NOSLEEP;
14636 if ((pos_info = kmem_alloc(d_sz, KM_NOSLEEP)) == NULL) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c6348 if (!(pkt = emlxs_pkt_alloc(port, 0, 0, 0, KM_NOSLEEP))) {
H A Demlxs_fcf.c13219 (sizeof (uint32_t) + sizeof (LOGO)), 0, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c11926 if ((ha->ql_dump_ptr = kmem_zalloc(ha->ql_dump_size, KM_NOSLEEP)) ==
15552 * sleep: KM_SLEEP/KM_NOSLEEP flag.
15710 * sleep: KM_SLEEP/KM_NOSLEEP flag.
15787 * sleep: KM_SLEEP or KM_NOSLEEP.

Completed in 315 milliseconds

<<212223