Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2352 umem_log_walk(uintptr_t addr, const umem_bufctl_audit_t *b, umem_log_cpu_t *umc) in umem_log_walk() argument
2357 if (addr >= umc[i].umc_low && addr < umc[i].umc_high) in umem_log_walk()
2379 umem_log_cpu_t *umc; in umem_log() local
2399 umc = mdb_zalloc(sizeof (umem_log_cpu_t) * umem_max_ncpus, in umem_log()
2409 umc[i].umc_low = clh.clh_chunk * lh.lh_chunksize + in umem_log()
2411 umc[i].umc_high = (uintptr_t)clh.clh_current; in umem_log()
2434 (void) umem_log_walk(addr, bp, umc); in umem_log()
2439 if (mdb_walk("umem_log", (mdb_walk_cb_t)umem_log_walk, umc) == -1) { in umem_log()
3560 umc_add(uintptr_t addr, const umem_cache_t *cp, umclist_t *umc) in umc_add() argument
3565 if (umc->umc_name == NULL || in umc_add()
[all …]