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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c286 sigqueue_t *sqp = kmem_zalloc(sizeof (sigqueue_t), KM_SLEEP);
1337 new_fprc = kmem_zalloc(sizeof (fasttrap_proc_t), KM_SLEEP);
1522 new_fp = kmem_zalloc(sizeof (fasttrap_provider_t), KM_SLEEP);
1811 pp = kmem_zalloc(sizeof (fasttrap_probe_t), KM_SLEEP);
1825 tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t), KM_SLEEP);
1872 pp = kmem_zalloc(offsetof(fasttrap_probe_t,
1880 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[pdata->ftps_noffs]), KM_SLEEP);
1892 tp = kmem_zalloc(sizeof (fasttrap_tracepoint_t), KM_SLEEP);
2118 pp = kmem_zalloc(offsetof(fasttrap_probe_t, ftp_tps[ntps]), KM_SLEEP);
2125 pp = kmem_zalloc(offseto
[all...]
H A Dprofile_prvd.c302 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
305 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
307 prof = kmem_zalloc(sizeof (profile_probe_t) + NCPU*sizeof(profile_probe_percpu_t), KM_SLEEP);
530 pcpu = kmem_zalloc(sizeof (profile_probe_percpu_t), KM_SLEEP);
H A Dsdt.c126 sdp = kmem_zalloc(sizeof (sdt_probe_t), KM_SLEEP);
327 kmem_zalloc(sdt_probetab_size * sizeof (sdt_probe_t *), KM_SLEEP);
H A Dsystrace.c353 *interposed = sysent = kmem_zalloc(sizeof (systrace_sysent_t) *
386 *interposed = ssysent = kmem_zalloc(sizeof (systrace_sysent_t) *
871 *interposed = msysent = kmem_zalloc(sizeof (machtrace_sysent_t) *
H A Ddtrace.c6046 if (regs[rd] & 3) { /* Darwin kmem_zalloc() called from dtrace_difo_init() is 4-byte aligned. */
7242 dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);
7251 hash->dth_tab = kmem_zalloc(hash->dth_size *
7284 new_tab = kmem_zalloc(new_size * sizeof (void *), KM_SLEEP);
7324 bucket = kmem_zalloc(sizeof (dtrace_hashbucket_t), KM_SLEEP);
7448 char *new = kmem_zalloc((str != NULL ? strlen(str) : 0) + 1, KM_SLEEP);
7460 char *new = kmem_zalloc(bufsize, KM_SLEEP);
8016 provider = kmem_zalloc(sizeof (dtrace_provider_t), KM_SLEEP);
8385 probe = kmem_zalloc(sizeof (dtrace_probe_t), KM_SLEEP);
8418 probes = kmem_zalloc(nsiz
[all...]
H A Dfbt.c398 kmem_zalloc(fbt_probetab_size * sizeof (fbt_probe_t *), KM_SLEEP);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c734 newfbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
895 newfbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
1254 newfbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
1414 newfbt = kmem_zalloc(sizeof (fbt_probe_t), KM_SLEEP);
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h430 #define kmem_zalloc dt_kmem_zalloc /* Avoid clash with Darwin's kmem_zalloc */ macro

Completed in 101 milliseconds