Home
last modified time | relevance | path

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

12345678910>>...22

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c371 context = kmem_zalloc(sizeof (*context), KM_NOSLEEP); in sol_uverbs_hca_add_client_context()
H A Dsol_uverbs_event.c321 ufile = kmem_zalloc(sizeof (*ufile), KM_NOSLEEP); in uverbs_alloc_event_file()
838 entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP); in uverbs_async_event_common()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_srcid.c139 *smpp = kmem_alloc(sizeof (srcid_map_t), KM_NOSLEEP); in ip_srcid_insert()
H A Dspd.c616 if (ipsec_alloc_tables(KM_NOSLEEP, ns) != 0) { in ipsec_stack_init()
902 ipsec_policy_t *dst = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP); in ipsec_copy_policy()
1227 outact = kmem_alloc(sizeof (*act), KM_NOSLEEP); in ipsec_act_wildcard_expand()
1288 outact = kmem_alloc(sizeof (*outact) * action_count, KM_NOSLEEP); in ipsec_act_wildcard_expand()
2982 ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP); in ipsec_in_to_out_action()
3203 ap = kmem_cache_alloc(ipsec_action_cache, KM_NOSLEEP); in ipsec_act_find()
3401 sp = kmem_cache_alloc(ipsec_sel_cache, KM_NOSLEEP); in ipsec_find_sel()
3480 ipp = kmem_cache_alloc(ipsec_pol_cache, KM_NOSLEEP); in ipsec_policy_create()
3954 php = kmem_alloc(sizeof (*php), KM_NOSLEEP); in ipsec_polhead_create()
4530 ipsec_latch_t *ipl = kmem_zalloc(sizeof (*ipl), KM_NOSLEEP); in iplatch_create()
[all …]
H A Dtn_ipopt.c381 dst_rhtp->tpc_tp.tp_doi, KM_NOSLEEP)) == NULL) { in tsol_check_dest()
392 if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) { in tsol_check_dest()
422 if ((newtsl = labeldup(tsl, KM_NOSLEEP)) == NULL) { in tsol_check_dest()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1258 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) { in putctgas()
1327 if (page_resv(pgcnt, (cansleep) ? KM_SLEEP : KM_NOSLEEP) == 0) { in contig_alloc()
1441 KM_NOSLEEP); in kalloca()
1461 raddr = kmem_cache_alloc(cp, KM_NOSLEEP); in kalloca()
1469 raddr = kmem_cache_alloc(cp, KM_NOSLEEP); in kalloca()
1836 bop_staging_area = kmem_zalloc(MMU_PAGESIZE, KM_NOSLEEP); in get_boot_properties()
H A Dmemscrub.c527 dst = kmem_alloc(sizeof (struct memlist), KM_NOSLEEP); in memscrub_add_span()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c443 mcg_info = kmem_zalloc(sizeof (ibt_mcg_info_t), KM_NOSLEEP); in eib_vnic_join_data_mcg()
453 mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP); in eib_vnic_join_data_mcg()
830 vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP); in eib_vnic_need_new()
977 vrq = kmem_zalloc(sizeof (eib_vnic_req_t), KM_NOSLEEP); in eib_vnic_update_failed_macs()
1561 mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP); in eib_vnic_attach_vhub_table()
1666 mcg = kmem_zalloc(sizeof (eib_mcg_t), KM_NOSLEEP); in eib_vnic_attach_vhub_update()
/illumos-gate/usr/src/common/tsol/
H A Dltos.c57 #define malloc(l) kmem_alloc(l, KM_NOSLEEP)
/illumos-gate/usr/src/uts/common/disp/
H A Dclass.c298 if (CL_ALLOC(&bufp, parmsp->pc_cid, KM_NOSLEEP) != 0) { in parmsset()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c70 clnt->ibt_client.mi_clnt_name = kmem_zalloc(namelen + 1, KM_NOSLEEP); in alloc_ibt_client()
331 ofs_client = kmem_zalloc(sizeof (ofs_client_t), KM_NOSLEEP); in ib_register_client()
392 device = kmem_zalloc(sizeof (ib_device_t), KM_NOSLEEP); in ib_register_client()
813 if ((pd = kmem_alloc(sizeof (struct ib_pd), KM_NOSLEEP)) == NULL) { in ib_alloc_pd()
948 if ((cq = kmem_alloc(sizeof (struct ib_cq), KM_NOSLEEP)) == NULL) { in ib_create_cq()
1095 if ((qp = kmem_alloc(sizeof (struct ib_qp), KM_NOSLEEP)) == NULL) { in ib_create_qp()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c419 KM_NOSLEEP); in sof_sonode_inherit_filters()
423 KM_NOSLEEP); in sof_sonode_inherit_filters()
746 inst = kmem_zalloc(sizeof (sof_instance_t), KM_NOSLEEP); in sof_instance_create()
1049 new = kmem_zalloc(sizeof (sp_filter_t), KM_NOSLEEP); in sof_entry_proc_sockparams()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_wqe.c1085 (block == B_TRUE ? KM_SLEEP : KM_NOSLEEP)); in ibmf_i_extend_wqe_cache()
1154 (block == B_TRUE ? KM_SLEEP : KM_NOSLEEP)); in ibmf_i_extend_wqe_mem()
1277 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP); in ibmf_i_alloc_send_resources()
1298 send_wqep = kmem_cache_alloc(kmem_cachep, KM_NOSLEEP); in ibmf_i_alloc_send_resources()
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c1007 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP | KM_PANIC); in qtimeout()
1034 cbp = callbparams_alloc(sq, func, arg, KM_NOSLEEP); in qbufcall()
H A Dconsole.c287 (cm = kmem_alloc(sizeof (*cm) + len, KM_NOSLEEP)) != NULL) { in console_vprintf()
H A Devchannels.c644 qep = kmem_alloc_tryhard(size, &size, KM_NOSLEEP); in evch_evq_pub()
647 KM_NOSLEEP : KM_SLEEP); in evch_evq_pub()
728 evp = kmem_alloc_tryhard(rsize, &evsize, KM_NOSLEEP); in evch_evq_evzalloc()
731 evp = kmem_alloc(rsize, flag & EVCH_NOSLEEP ? KM_NOSLEEP : in evch_evq_evzalloc()
1967 km_flags & EVCH_SLEEP ? KM_SLEEP : KM_NOSLEEP); in sysevent_evc_publish()
H A Dkmem.c1953 (kmflag & (KM_NOSLEEP | KM_PANIC)) == KM_NOSLEEP) { in kmem_cache_alloc_debug()
2453 if (kmflag & KM_NOSLEEP) in kmem_cache_alloc()
2531 if (kmflag & KM_NOSLEEP) in kmem_cache_alloc()
2622 emp = kmem_cache_alloc(mtp->mt_cache, KM_NOSLEEP); in kmem_cpucache_magazine_alloc()
3059 p = kmem_alloc(*asize, (kmflag | KM_NOSLEEP) & ~KM_PANIC); in kmem_alloc_tryhard()
4788 KM_NOSLEEP, 1, caller()) != 0) { in kmem_move_buffer()
4794 KM_NOSLEEP) != 0) { in kmem_move_buffer()
4901 callback = kmem_cache_alloc(kmem_move_cache, KM_NOSLEEP); in kmem_move_begin()
5284 args = kmem_alloc(sizeof (kmem_move_notify_args_t), KM_NOSLEEP); in kmem_cache_move_notify()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_resource.c56 kmflag = (callback == SLEEP_FUNC) ? KM_SLEEP : KM_NOSLEEP; in scsi_alloc_consistent_buf()
286 kf = KM_NOSLEEP; in scsi_init_cache_pkt()
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio_dma.c52 case KM_NOSLEEP: in virtio_dma_wait_from_kmflags()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c99 dev->htable = kmem_zalloc(dev->hsize, KM_NOSLEEP); in oce_setup_intr()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c168 master_mbox = kmem_zalloc(sizeof (sbbc_mailbox_t), KM_NOSLEEP); in sbbc_mbox_init()
189 master_mbox->mbox_in = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP); in sbbc_mbox_init()
195 master_mbox->mbox_out = kmem_zalloc(sizeof (sbbc_mbox_t), KM_NOSLEEP); in sbbc_mbox_init()
1008 waiter = kmem_zalloc(sizeof (struct sbbc_msg_waiter), KM_NOSLEEP); in sbbc_mbox_request_response()
1476 kmem_alloc(f_frag_len, KM_NOSLEEP)) == NULL) { in sbbc_mbox_recv_msg()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c183 if ((connp = ipcl_conn_create(IPCL_SCTPCONN, KM_NOSLEEP, in sctp_create_eager()
192 KM_NOSLEEP)) == NULL || in sctp_create_eager()
194 KM_NOSLEEP)) == NULL) { in sctp_create_eager()
206 if (sctp_init_values(sctp, psctp, KM_NOSLEEP) != 0) { in sctp_create_eager()
1328 int sleep = flags & SCTP_CAN_BLOCK ? KM_SLEEP : KM_NOSLEEP; in sctp_create()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1501 fioctl.listlen, KM_NOSLEEP)) == NULL) { in fcp_setup_device_data_ioctl()
2016 k_cdbbufaddr = kmem_alloc(k_fscsi.scsi_cdblen, KM_NOSLEEP); in fcp_setup_scsi_ioctl()
2017 k_bufaddr = kmem_alloc(k_fscsi.scsi_buflen, KM_NOSLEEP); in fcp_setup_scsi_ioctl()
2018 k_rqbufaddr = kmem_alloc(k_fscsi.scsi_rqlen, KM_NOSLEEP); in fcp_setup_scsi_ioctl()
4354 map_tag = kmem_alloc(map_len, KM_NOSLEEP); in fcp_statec_callback()
5744 KM_NOSLEEP); in fcp_icmd_alloc()
5814 sizeof (fc_ulp_rscn_info_t), KM_NOSLEEP); in fcp_icmd_alloc()
5829 if (fcp_alloc_dma(pptr, icmd, nodma, KM_NOSLEEP) != FC_SUCCESS) { in fcp_icmd_alloc()
5844 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
5854 if (fc_ulp_init_packet(pptr->port_fp_handle, fpkt, KM_NOSLEEP) in fcp_icmd_alloc()
[all …]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1028 mdev_size, KM_NOSLEEP); in xen_manage_device()
1059 KM_NOSLEEP); in xen_manage_device()
1083 irqptr = kmem_zalloc(sizeof (apic_irq_t), KM_NOSLEEP); in msi_allocate_irq()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mon.c133 KM_NOSLEEP)) == NULL) { in sfxge_mon_kstat_init()

12345678910>>...22