Home
last modified time | relevance | path

Searched refs:KM_NOSLEEP (Results 526 – 533 of 533) sorted by relevance

1...<<2122

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c12384 kmem_zalloc(ha->ql_dump_size, KM_NOSLEEP)) == NULL) { in ql_binary_fw_dump()
21578 ha->ql_dump_ptr = kmem_zalloc(tsize, KM_NOSLEEP); in ql_27xx_binary_fw_dump()
21611 ha->ql_dump_ptr = kmem_zalloc(ha->md_capture_size, KM_NOSLEEP); in ql_27xx_binary_fw_dump()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1605 int km_flags = (canwait != NULL_FUNC) ? KM_SLEEP : KM_NOSLEEP; in st_doattach()
14638 if ((pos_info = kmem_alloc(d_sz, KM_NOSLEEP)) == NULL) { in st_get_read_pos()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2644 physpath = kmem_alloc(size, KM_NOSLEEP); in psc_entry()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c860 tq = kmem_alloc(sizeof (*tq), KM_NOSLEEP); in ibcm_recv_add_one()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5142 int kf = (cb == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP; in aac_cmd_dma_alloc()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1135 kmem_zalloc(hsize * sizeof (void*), KM_NOSLEEP); in buf_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c6699 if (!(pkt = emlxs_pkt_alloc(port, 0, 0, 0, KM_NOSLEEP))) { in emlxs_sli4_process_unsol_rcv()
H A Demlxs_fcf.c13220 (sizeof (uint32_t) + sizeof (LOGO)), 0, KM_NOSLEEP); in emlxs_vpi_logo_action()

1...<<2122