Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c195 if (cs_cur->st_cachesize == 0) in is_dirty()
370 if (cs_cur->st_cachesize == 0) in disp_stats()
945 (void) mvprintw(14 + j, 1, "%8dK %10d", cs_cur->st_cachesize / 1024, in disp_total_stats()
H A Dscmadm.c738 if (cs_cur->st_cachesize == 0 || cd >= cs_cur->st_count) in cd_to_device()
1823 if (cs_cur->st_cachesize == 0)
1885 if (cs_cur->st_cachesize == 0)
1941 if (cs_cur->st_cachesize == 0) {
/titanic_50/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c312 mp->stat.st_cachesize = cachesize;
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h599 int st_cachesize; /* cache size (in bytes) */ member
621 int st_cachesize; /* cache size (in bytes) */ member
H A Dcache_kstats_readme.txt90 sdbc_cachesize st_cachesize - cache size (in bytes)
H A Ddynmem_readme.txt290 sdbc_cachesize ---- st_cachesize - cache size
H A Dsd_bcache.c635 _sd_cache_stats->st_cachesize = cblocks * BLK_SIZE(1); in _sdbc_stats_configure()
6618 _sd_cache_stats32->st_cachesize = _sd_cache_stats->st_cachesize;
7195 (ulong_t)gstats_vars->st_cachesize;
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h788 size_t st_cachesize; /* Cache size. */ member