Searched refs:KM_SLEEP (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dsid.h45 kd = kmem_alloc(sizeof(*kd), KM_SLEEP);
47 kd->kd_name = kmem_alloc(len, KM_SLEEP);
H A Dkmem.h45 #define KM_SLEEP M_WAITOK macro
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dnvpair_alloc_system.c54 (void *)KM_SLEEP
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c88 pathname = kmem_alloc(MAXPATHLEN, KM_SLEEP);
102 buf = kmem_alloc(fsize, KM_SLEEP);
113 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0)
166 buf = kmem_alloc(buflen, KM_SLEEP);
167 temp = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
170 KM_SLEEP) == 0);
258 KM_SLEEP) == 0);
323 VERIFY(nvlist_alloc(&pools, NV_UNIQUE_NAME, KM_SLEEP) == 0);
381 VERIFY(nvlist_alloc(&config, NV_UNIQUE_NAME, KM_SLEEP) == 0);
466 ddh = kmem_zalloc(sizeof (ddt_histogram_t), KM_SLEEP);
[all...]
H A Dzfs_fuid.c133 packed = kmem_alloc(fuid_size, KM_SLEEP);
151 domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
255 VERIFY(nvlist_alloc(&nvp, NV_UNIQUE_NAME, KM_SLEEP) == 0);
258 fuids = kmem_alloc(numnodes * sizeof (void *), KM_SLEEP);
261 VERIFY(nvlist_alloc(&fuids[i], NV_UNIQUE_NAME, KM_SLEEP) == 0);
274 packed = kmem_alloc(nvsize, KM_SLEEP);
276 NV_ENCODE_XDR, KM_SLEEP) == 0);
343 domnode = kmem_alloc(sizeof (fuid_domain_t), KM_SLEEP);
460 fuid_domain = kmem_alloc(sizeof (zfs_fuid_domain_t), KM_SLEEP);
474 fuid = kmem_alloc(sizeof (zfs_fuid_t), KM_SLEEP);
[all...]
H A Dbplist.c48 bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP);
H A Dzfs_debug.c77 zdm = kmem_alloc(sizeof (zfs_dbgmsg_t) + size, KM_SLEEP);
H A Dzfs_onexit.c78 zo = *zop = kmem_zalloc(sizeof (zfs_onexit_t), KM_SLEEP);
164 ap = kmem_alloc(sizeof (zfs_onexit_action_node_t), KM_SLEEP);
H A Dunique.c82 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP);
H A Dvdev_disk.c56 dvd = vd->vdev_tsd = kmem_zalloc(sizeof (vdev_disk_t), KM_SLEEP);
207 char *buf = kmem_alloc(len, KM_SLEEP);
254 dk_ioc.dki_data = kmem_alloc(efisize, KM_SLEEP);
348 char *buf = kmem_alloc(len, KM_SLEEP);
460 physpath = kmem_alloc(MAXPATHLEN, KM_SLEEP);
482 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP);
493 lcb = kmem_zalloc(sizeof (vdev_disk_ldi_cb_t), KM_SLEEP);
620 bp = getrbuf(KM_SLEEP);
716 zio->io_vsd = dkc = kmem_alloc(sizeof (*dkc), KM_SLEEP);
756 vb = kmem_alloc(sizeof (vdev_buf_t), KM_SLEEP);
[all...]
H A Dsa.c418 tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
421 KM_SLEEP);
724 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);
961 KM_SLEEP);
979 kmem_zalloc(strlen(reg_attrs[i].sa_name) + 1, KM_SLEEP);
1016 sa = kmem_zalloc(sizeof (sa_os_t), KM_SLEEP);
1064 za.za_num_integers, KM_SLEEP);
[all...]
H A Ddsl_prop.c243 cbr = kmem_alloc(sizeof (dsl_prop_cb_record_t), KM_SLEEP);
245 cbr->cbr_propname = kmem_alloc(strlen(propname)+1, KM_SLEEP);
515 za = kmem_alloc(sizeof (zap_attribute_t), KM_SLEEP);
670 tbuf = kmem_alloc(ZAP_MAXVALUELEN, KM_SLEEP);
934 VERIFY(nvlist_alloc(&propval, NV_UNIQUE_NAME, KM_SLEEP) == 0);
940 KM_SLEEP);
982 VERIFY(nvlist_alloc(nvp, NV_UNIQUE_NAME, KM_SLEEP) == 0);
1099 VERIFY(nvlist_alloc(&propval, NV_UNIQUE_NAME, KM_SLEEP) == 0);
1121 VERIFY(nvlist_alloc(&propval, NV_UNIQUE_NAME, KM_SLEEP) == 0);
H A Dspace_reftree.c97 sr = kmem_alloc(sizeof (*sr), KM_SLEEP);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c124 itemp = kmem_alloc(sizeof(*itemp), KM_SLEEP);
126 itemp->ssi_data = kmem_zalloc(ss->ss_size, KM_SLEEP);
173 ss = kmem_alloc(sizeof(*ss), KM_SLEEP);
H A Dopensolaris_string.c92 buf = kmem_alloc(size, KM_SLEEP);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c64 if (!(tqflags & KM_SLEEP))
86 t = kmem_alloc(sizeof (taskq_ent_t), tqflags & KM_SLEEP);
227 taskq_t *tq = kmem_zalloc(sizeof (taskq_t), KM_SLEEP);
255 tq->tq_threadlist = kmem_alloc(nthreads * sizeof (thread_t), KM_SLEEP);
260 task_free(tq, task_alloc(tq, KM_SLEEP));
290 task_free(tq, task_alloc(tq, KM_SLEEP));
/freebsd-9.3-release/sys/cddl/dev/dtrace/
H A Ddtrace_sysctl.c50 if ((p_name = kmem_alloc(len, KM_SLEEP)) == NULL)
H A Ddtrace_load.c147 kmem_zalloc(dtrace_helptrace_bufsize, KM_SLEEP);
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dkmem.h36 #define KM_SLEEP M_WAITOK macro
H A Duuid.c141 KM_SLEEP);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_extfree_item.c281 efip = (xfs_efi_log_item_t*)kmem_zalloc(size, KM_SLEEP);
284 KM_SLEEP);
573 efdp = (xfs_efd_log_item_t*)kmem_zalloc(size, KM_SLEEP);
576 KM_SLEEP);
H A Dxfs_refcache.c108 KM_SLEEP);
287 sizeof(xfs_inode_t *), KM_SLEEP);
360 sizeof(xfs_inode_t *), KM_SLEEP);
H A Dxfs_acl.h81 #define _ACL_ALLOC(a) ((a) = kmem_zone_alloc(xfs_acl_zone, KM_SLEEP))
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dfnvpair.c47 * with KM_SLEEP.
57 VERIFY0(nvlist_alloc(&nvl, NV_UNIQUE_NAME, KM_SLEEP));
84 KM_SLEEP), ==, 0);
103 VERIFY0(nvlist_unpack(buf, buflen, &rv, KM_SLEEP));
111 VERIFY0(nvlist_dup(nvl, &rv, KM_SLEEP));
118 VERIFY0(nvlist_merge(dst, src, KM_SLEEP));
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_freebsd_iget.c288 KM_SLEEP);
383 vdata = kmem_zalloc(sizeof(*vdata), KM_SLEEP);
410 vp->v_trace = ktrace_alloc(VNODE_TRACE_SIZE, KM_SLEEP);

Completed in 259 milliseconds

123456