Searched refs:hstat (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c404 DB_HASH_STAT *hstat; local
472 DB_BENCH_ASSERT(dbp->stat(dbp, &hstat, NULL, 0) == 0);
474 DB_BENCH_ASSERT(dbp->stat(dbp, &hstat, 0) == 0);
476 DB_BENCH_ASSERT(dbp->stat(dbp, NULL, &hstat, 0) == 0);
482 free_prop = hstat->hash_pagesize*hstat->hash_buckets;
483 free_prop += hstat->hash_pagesize*hstat->hash_overflows;
485 (free_prop - hstat->hash_bfree - hstat
[all...]
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c403 DB_HASH_STAT *hstat; local
471 DB_BENCH_ASSERT(dbp->stat(dbp, &hstat, NULL, 0) == 0);
473 DB_BENCH_ASSERT(dbp->stat(dbp, &hstat, 0) == 0);
475 DB_BENCH_ASSERT(dbp->stat(dbp, NULL, &hstat, 0) == 0);
481 free_prop = hstat->hash_pagesize*hstat->hash_buckets;
482 free_prop += hstat->hash_pagesize*hstat->hash_overflows;
484 (free_prop - hstat->hash_bfree - hstat
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddthash.c222 static Void_t* hstat(Dt_t* dt, Dtstat_t* st) function
282 DTRETURN(obj, hstat(dt, (Dtstat_t*)obj));

Completed in 202 milliseconds