Lines Matching refs:kmem_zalloc

7826 	dtrace_hash_t *hash = kmem_zalloc(sizeof (dtrace_hash_t), KM_SLEEP);  in dtrace_hash_create()
7836 hash->dth_tab = kmem_zalloc(hash->dth_size * in dtrace_hash_create()
7874 new_tab = kmem_zalloc(new_size * sizeof (void *), KM_SLEEP); in dtrace_hash_resize()
7914 bucket = kmem_zalloc(sizeof (dtrace_hashbucket_t), KM_SLEEP); in dtrace_hash_add()
8062 s = kmem_zalloc(sizeof(dtrace_string_t) + bufsize, KM_SLEEP); in dtrace_strref()
8698 provider = kmem_zalloc(sizeof (dtrace_provider_t), KM_SLEEP); in dtrace_register()
9093 probes = kmem_zalloc(nsize, KM_SLEEP); in dtrace_probe_create()
9573 meta = kmem_zalloc(sizeof (dtrace_meta_t), KM_SLEEP); in dtrace_meta_register()
10568 tlocals = kmem_zalloc(nsz, KM_SLEEP); in dtrace_difo_init()
10619 statics = kmem_zalloc(newsize, KM_SLEEP); in dtrace_difo_init()
10631 svar = kmem_zalloc(sizeof (dtrace_statvar_t), KM_SLEEP); in dtrace_difo_init()
10636 kmem_zalloc(dsize, KM_SLEEP); in dtrace_difo_init()
10658 new = kmem_zalloc(sizeof (dtrace_difo_t), KM_SLEEP); in dtrace_difo_duplicate()
10791 fmt = kmem_zalloc(sizeof(*fmt) + bufsize, KM_SLEEP); in dtrace_format_new()
10902 pred = kmem_zalloc(sizeof (dtrace_predicate_t), KM_SLEEP); in dtrace_predicate_create()
10964 act = kmem_zalloc(sizeof (dtrace_actdesc_t), KM_SLEEP); in dtrace_actdesc_create()
11019 ecb = kmem_zalloc(sizeof (dtrace_ecb_t), KM_SLEEP); in dtrace_ecb_add()
11043 ecbs = kmem_zalloc(necbs * sizeof (*ecbs), KM_SLEEP); in dtrace_ecb_add()
11225 agg = kmem_zalloc(sizeof (dtrace_aggregation_t), KM_SLEEP); in dtrace_ecb_aggregation_create()
11374 aggs = kmem_zalloc(naggs * sizeof (*aggs), KM_SLEEP); in dtrace_ecb_aggregation_create()
11623 action = kmem_zalloc(sizeof (dtrace_action_t), KM_SLEEP); in dtrace_ecb_action_add()
12074 if ((buf->dtb_tomax = kmem_zalloc(size, KM_NOSLEEP)) == NULL) in dtrace_buffer_alloc()
12093 if ((buf->dtb_xamot = kmem_zalloc(size, KM_NOSLEEP)) == NULL) in dtrace_buffer_alloc()
12489 enab = kmem_zalloc(sizeof (dtrace_enabling_t), KM_SLEEP); in dtrace_enabling_create()
12527 ndesc = kmem_zalloc(nsize, KM_SLEEP); in dtrace_enabling_add()
12547 new = kmem_zalloc(sizeof (dtrace_ecbdesc_t), KM_SLEEP); in dtrace_enabling_addlike()
13357 dp = kmem_zalloc(sizeof (dtrace_difo_t), KM_SLEEP); in dtrace_dof_difo()
13649 ep = kmem_zalloc(sizeof (dtrace_ecbdesc_t), KM_SLEEP); in dtrace_dof_ecbdesc()
13968 if ((base = kmem_zalloc(size, KM_NOSLEEP)) == NULL) in dtrace_dstate_init()
14180 state->dts_buffer = kmem_zalloc(bufsize, KM_SLEEP); in dtrace_state_create()
14181 state->dts_aggbuffer = kmem_zalloc(bufsize, KM_SLEEP); in dtrace_state_create()
14189 state->dts_rstate = kmem_zalloc(NCPU * sizeof(uint64_t*), KM_SLEEP); in dtrace_state_create()
14190 state->dts_rstate[0] = kmem_zalloc(2 * sizeof(uint64_t), KM_SLEEP); in dtrace_state_create()
14193 state->dts_rstate[cpu_it] = kmem_zalloc(2 * sizeof(uint64_t), KM_SLEEP); in dtrace_state_create()
14545 spec = kmem_zalloc(nspec * sizeof (dtrace_speculation_t), KM_NOSLEEP); in dtrace_state_go()
14556 if ((buf = kmem_zalloc(bufsize, KM_NOSLEEP)) == NULL) { in dtrace_state_go()
15459 helper = kmem_zalloc(sizeof (dtrace_helper_action_t), KM_SLEEP); in dtrace_helper_action_add()
15478 helper->dtha_actions = kmem_zalloc(sizeof (dtrace_difo_t *) * in dtrace_helper_action_add()
15590 hprov = kmem_zalloc(sizeof (dtrace_helper_provider_t), KM_SLEEP); in dtrace_helper_provider_add()
15611 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs * in dtrace_helper_provider_add()
16373 help = kmem_zalloc(sizeof (dtrace_helpers_t), KM_SLEEP); in dtrace_helpers_create()
16374 help->dthps_actions = kmem_zalloc(sizeof (dtrace_helper_action_t *) * in dtrace_helpers_create()
16504 new = kmem_zalloc(sizeof (dtrace_helper_action_t), in dtrace_helpers_duplicate()
17274 range = kmem_zalloc(nsize, KM_SLEEP); in dtrace_toxrange_add()
17331 dtrace_probes = kmem_zalloc(sizeof(dtrace_probe_t*) * dtrace_nprobes, in dtrace_attach()
17406 kmem_zalloc(dtrace_helptrace_bufsize, KM_SLEEP); in dtrace_attach()
19358 cpu_core = (cpu_core_t *)kmem_zalloc( ncpu * sizeof(cpu_core_t), KM_SLEEP ); in dtrace_init()
19363 cpu_list = (dtrace_cpu_t *)kmem_zalloc( ncpu * sizeof(dtrace_cpu_t), KM_SLEEP ); in dtrace_init()