Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c159 STAT->cs_nocomp_statefsz*100)/ in cpr_stat_record_events()
212 printf("\tKernel Memory Size:\t\t%8lu\n", cp->cs_nocomp_statefsz/1000); in cpr_stat_event_print()
218 cp->cs_nocomp_statefsz*100)/cp->cs_real_statefsz); in cpr_stat_event_print()
H A Dcpr_dump.c246 STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) + in cpr_write_header()
256 (STAT->cs_nocomp_statefsz > STAT->cs_est_statefsz)) { in cpr_write_header()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h479 size_t cs_nocomp_statefsz; /* statefile size without compression */ member