Home
last modified time | relevance | path

Searched refs:umem_cpu_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h360 } umem_cpu_t; typedef
H A Dumem.c757 static umem_cpu_t umem_startup_cpu = { /* initial, single, cpu */
763 static umem_cpu_t *umem_cpus = &umem_startup_cpu; /* cpu list */
3337 umem_cpu_t *new_cpus; in umem_init()
3490 size = umem_max_ncpus * sizeof (umem_cpu_t); in umem_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c458 umem_cpu_t *ucw_cpus;
466 umem_cpu_t *umem_cpus; in umem_cpu_walk_init()
488 umem_cpu_t cpu; in umem_cpu_walk_step()
498 if (mdb_vread(&cpu, sizeof (umem_cpu_t), caddr) == -1) { in umem_cpu_walk_step()
538 const umem_cpu_t *cpu = wsp->walk_layer; in umem_cpu_cache_walk_step()