Searched refs:umc (Results 1 – 1 of 1) sorted by relevance
2352 umem_log_walk(uintptr_t addr, const umem_bufctl_audit_t *b, umem_log_cpu_t *umc) in umem_log_walk() argument2357 if (addr >= umc[i].umc_low && addr < umc[i].umc_high) in umem_log_walk()2379 umem_log_cpu_t *umc; in umem_log() local2399 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() argument3565 if (umc->umc_name == NULL || in umc_add()[all …]