Searched refs:kmem_zalloc (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h82 #define kmem_zalloc(size, kmflags) zfs_kmem_alloc((size), (kmflags) | M_ZERO) macro
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dkmem.h77 #define kmem_zalloc(len, flg) \ macro
H A Dktrace.c82 ktep = (ktrace_entry_t*)kmem_zalloc((nentries * sizeof(*ktep)),
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_refcache.c106 refcache = (xfs_inode_t **)kmem_zalloc(XFS_REFCACHE_SIZE_MAX *
286 iplist = (xfs_inode_t **)kmem_zalloc(xfs_refcache_purge_count *
359 iplist = (xfs_inode_t **)kmem_zalloc(XFS_REFCACHE_SIZE_MAX *
H A Dxfs_extfree_item.c281 efip = (xfs_efi_log_item_t*)kmem_zalloc(size, KM_SLEEP);
573 efdp = (xfs_efd_log_item_t*)kmem_zalloc(size, KM_SLEEP);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c167 temp = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
466 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP);
473 ddo = kmem_zalloc(sizeof (ddt_object_t), KM_SLEEP);
480 dds = kmem_zalloc(sizeof (ddt_stat_t), KM_SLEEP);
H A Ddsl_synctask.c122 dsl_sync_task_t *dst = kmem_zalloc(sizeof (*dst), KM_SLEEP);
H A Dvdev_file.c78 vf = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_file_t), KM_SLEEP);
H A Dzfs_onexit.c78 zo = *zop = kmem_zalloc(sizeof (zfs_onexit_t), KM_SLEEP);
H A Dsa.c418 tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
851 kmem_zalloc(count * sizeof (sa_attr_type_t), KM_SLEEP);
910 kmem_zalloc(sizeof (sa_attr_table_t) * sa_attr_count, KM_SLEEP);
935 kmem_zalloc(strlen(za.za_name) +1, KM_SLEEP);
960 kmem_zalloc(strlen(sa_legacy_attrs[i].sa_name) +1,
979 kmem_zalloc(strlen(reg_attrs[i].sa_name) + 1, KM_SLEEP);
1016 sa = kmem_zalloc(sizeof (sa_os_t), KM_SLEEP);
1063 lot_attrs = kmem_zalloc(sizeof (sa_attr_type_t) *
1537 idx_tab = kmem_zalloc(sizeof (sa_idx_tab_t), KM_SLEEP);
1539 kmem_zalloc(sizeo
[all...]
H A Dzfs_fm.c523 zfs_ecksum_info_t *eip = kmem_zalloc(sizeof (*eip), KM_SLEEP);
694 zio_cksum_report_t *report = kmem_zalloc(sizeof (*report), KM_SLEEP);
703 report->zcr_ckinfo = kmem_zalloc(sizeof (*info), KM_SLEEP);
H A Dvdev_mirror.c86 mm = kmem_zalloc(offsetof(mirror_map_t, mm_child[c]), KM_SLEEP);
113 mm = kmem_zalloc(offsetof(mirror_map_t, mm_child[c]), KM_SLEEP);
H A Dspa_errlog.c125 new = kmem_zalloc(sizeof (spa_error_entry_t), KM_SLEEP);
H A Dvdev_cache.c195 ve = kmem_zalloc(sizeof (vdev_cache_entry_t), KM_SLEEP);
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_load.c147 kmem_zalloc(dtrace_helptrace_bufsize, KM_SLEEP);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c267 sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
280 ksiginfo_t *ksi = kmem_zalloc(sizeof (ksiginfo_t), KM_SLEEP);
1318 new_fprc = kmem_zalloc(sizeof (fasttrap_proc_t), KM_SLEEP);
1467 new_fp = kmem_zalloc(sizeof (fasttrap_provider_t), KM_SLEEP);
1723 pp = kmem_zalloc(sizeof (fasttrap_probe_t), KM_SLEEP);
1731 tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t),
1772 pp = kmem_zalloc(offsetof(fasttrap_probe_t,
1782 tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t),
1955 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
1968 tp = kmem_zalloc(sizeo
[all...]
H A Dprofile.c178 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
339 pcpu = kmem_zalloc(sizeof (profile_probe_percpu_t), KM_SLEEP);
H A Dsystrace.c59 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c126 itemp->ssi_data = kmem_zalloc(ss->ss_size, KM_SLEEP);
H A Dopensolaris_kmem.c254 return (kmem_zalloc(n * s, KM_NOSLEEP));
/freebsd-9.3-release/sys/cddl/dev/profile/
H A Dprofile.c237 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
399 pcpu = kmem_zalloc(sizeof (profile_probe_percpu_t), KM_SLEEP);
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_buf.c329 btp = kmem_zalloc(sizeof(*btp), KM_SLEEP);
H A Dxfs_vfs.c238 xmp = kmem_zalloc(sizeof(*xmp), KM_SLEEP);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c227 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c148 cp = (callb_t *)kmem_zalloc(sizeof (callb_t), KM_SLEEP);

Completed in 270 milliseconds

123