Home
last modified time | relevance | path

Searched refs:cache_aging_pcnt1 (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c310 dynmem_processing_dm.cache_aging_pcnt1 = CACHE_AGING_PCNT1_DEFAULT; in _sdbc_attach()
348 local_dm_process_vars.cache_aging_pcnt1 = in _sdbc_attach()
1418 if (process_vars->cache_aging_pcnt1 >= 0 && in sdbc_edit_xfer_process_vars_dm()
1419 process_vars->cache_aging_pcnt1 <= CACHE_AGING_PCNT1_MAX) in sdbc_edit_xfer_process_vars_dm()
1420 dynmem_processing_dm.cache_aging_pcnt1 = in sdbc_edit_xfer_process_vars_dm()
1421 process_vars->cache_aging_pcnt1; in sdbc_edit_xfer_process_vars_dm()
H A Dsd_bcache.h390 int cache_aging_pcnt1; /* % free when to kick in accel */ member
H A Dsd_io.c354 (ppvars->cache_aging_pcnt1*number_cache_entries) / 100; in _sd_dealloc_dm()
H A Dsd_bcache.c7424 local_dm_process_vars.cache_aging_pcnt1 =
7464 process_vars->cache_aging_pcnt1;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c471 dp->cache_aging_pcnt1, in sdbc_vars()