Searched refs:allocs (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 1395 get_malloc_stats(const struct malloc_type_internal *mtip, uint64_t *allocs, in get_malloc_stats() argument 1402 *allocs = 0; in get_malloc_stats() 1409 *allocs += mtsp->mts_numallocs; in get_malloc_stats() 1414 *inuse = *allocs - frees; in get_malloc_stats() 1422 uint64_t allocs, inuse; in DB_SHOW_COMMAND() local 1459 size = get_malloc_stats(&mtp->ks_mti, &allocs, in DB_SHOW_COMMAND() 1469 size = get_malloc_stats(&cur_mtype->ks_mti, &allocs, &inuse); in DB_SHOW_COMMAND() 1471 howmany(size, 1024), allocs); in DB_SHOW_COMMAND()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 5091 uint64_t allocs, frees, sleeps, xdomain; local 5094 allocs = frees = sleeps = xdomain = 0; 5102 allocs += cache->uc_allocs; 5105 allocs += counter_u64_fetch(z->uz_allocs); 5112 *allocsp = allocs; 5506 *allocs = counter_u64_fetch(z->uz_allocs); 5520 *used = *allocs - frees; 5529 uint64_t allocs, used, sleeps, xdomain; local 5586 (uintmax_t)allocs, (uintmax_t)sleeps, 5600 uint64_t allocs, frees; local [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5421 range_tree_t *allocs = range_tree_create(NULL, RANGE_SEG64, NULL, 0, 0); in zdb_claim_removing() local 5425 ASSERT0(range_tree_space(allocs)); in zdb_claim_removing() 5427 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing() 5428 range_tree_vacate(allocs, range_tree_add, svr->svr_allocd_segs); in zdb_claim_removing() 5430 range_tree_destroy(allocs); in zdb_claim_removing()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2550 bplist_t *allocs; member 2563 bplist_append(lna->allocs, bp); in livelist_track_new_cb() 2609 .allocs = &lca->to_keep, in spa_livelist_condense_sync()
|