Searched refs:uma_zalloc (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme_private.h498 req = uma_zalloc(nvme_request_zone, M_NOWAIT | M_ZERO);
/freebsd-10.0-release/sys/dev/patm/
H A Dif_patm_ioctl.c105 vcc = uma_zalloc(sc->vcc_zone, M_NOWAIT | M_ZERO);
H A Dif_patm_attach.c924 map = uma_zalloc(sc->tx_mapzone, M_WAITOK);
/freebsd-10.0-release/sys/kern/
H A Dsys_procdesc.c235 pd = uma_zalloc(procdesc_zone, M_WAITOK | M_ZERO);
H A Dtty_inq.c134 tib = uma_zalloc(ttyinq_zone, M_WAITOK);
H A Dkern_malloc.c513 va = uma_zalloc(zone, flags);
819 mtip = uma_zalloc(mt_zone, M_WAITOK | M_ZERO);
H A Dvfs_lookup.c165 cnp->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK);
335 cp = uma_zalloc(namei_zone, M_WAITOK);
H A Duipc_mqueue.c370 return uma_zalloc(mqnode_zone, M_WAITOK | M_ZERO);
767 vd = uma_zalloc(mvdata_zone, M_WAITOK);
1535 mq = uma_zalloc(mqueue_zone, M_WAITOK | M_ZERO);
1895 return (uma_zalloc(mqnoti_zone, M_WAITOK | M_ZERO));
H A Dsys_generic.c1590 stp->st_free1 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO);
1594 stp->st_free2 = uma_zalloc(selfd_zone, M_WAITOK|M_ZERO);
/freebsd-10.0-release/sys/netinet/khelp/
H A Dh_ertt.c455 txsi = uma_zalloc(txseginfo_zone, M_NOWAIT);
/freebsd-10.0-release/sys/netinet/
H A Dtcp_timewait.c230 tw = uma_zalloc(V_tcptw_zone, M_NOWAIT);
H A Dsctp_os_bsd.h268 (type *)uma_zalloc(zone, M_NOWAIT);
H A Dtcp_hostcache.c377 hc_entry = uma_zalloc(V_tcp_hostcache.zone, M_NOWAIT);
H A Dtcp_sack.c268 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT);
H A Dtcp_syncache.c1227 sc = uma_zalloc(V_tcp_syncache.zone, M_NOWAIT | M_ZERO);
1237 sc = uma_zalloc(V_tcp_syncache.zone, M_NOWAIT | M_ZERO);
/freebsd-10.0-release/sys/dev/iscsi/
H A Dicl.c139 ip = uma_zalloc(icl_pdu_zone, flags | M_ZERO);
974 ic = uma_zalloc(icl_conn_zone, M_WAITOK | M_ZERO);
/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c1097 crp = uma_zalloc(cryptop_zone, M_NOWAIT|M_ZERO);
1100 crd = uma_zalloc(cryptodesc_zone, M_NOWAIT|M_ZERO);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dfpu.c992 return (uma_zalloc(fpu_save_area_zone, 0));
/freebsd-10.0-release/sys/dev/iscsi_initiator/
H A Discsivar.h304 pq = (pduq_t *)uma_zalloc(isc->pdu_zone, wait /* M_WAITOK or M_NOWAIT*/);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pfsync.c390 d->scrub = uma_zalloc(V_pf_state_scrub_z, M_NOWAIT | M_ZERO);
445 if ((st = uma_zalloc(V_pf_state_z, M_NOWAIT | M_ZERO)) == NULL)
448 if ((skw = uma_zalloc(V_pf_state_key_z, M_NOWAIT)) == NULL)
457 sks = uma_zalloc(V_pf_state_key_z, M_NOWAIT);
/freebsd-10.0-release/sys/vm/
H A Dvm_radix.c113 rnode = uma_zalloc(vm_radix_node_zone, M_NOWAIT | M_ZERO);
/freebsd-10.0-release/sys/fs/unionfs/
H A Dunion_subr.c522 cn->cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK);
911 cn.cn_pnbuf = uma_zalloc(namei_zone, M_WAITOK);
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_vfsops.c1695 ip = uma_zalloc(uma_inode, M_WAITOK | M_ZERO);
1757 ip->i_din1 = uma_zalloc(uma_ufs1, M_WAITOK);
1759 ip->i_din2 = uma_zalloc(uma_ufs2, M_WAITOK);
/freebsd-10.0-release/sys/dev/md/
H A Dmd.c601 sp = (uintptr_t)uma_zalloc(sc->uma,
1061 sp = (uintptr_t)uma_zalloc(sc->uma, (md_malloc_wait ?
/freebsd-10.0-release/sys/dev/ata/
H A Data-all.h644 #define ata_alloc_request() uma_zalloc(ata_request_zone, M_NOWAIT | M_ZERO)

Completed in 368 milliseconds

12345