Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c311 dynmem_processing_dm.cache_aging_pcnt2 = CACHE_AGING_PCNT2_DEFAULT; in _sdbc_attach()
353 local_dm_process_vars.cache_aging_pcnt2 = in _sdbc_attach()
1422 if (process_vars->cache_aging_pcnt2 >= 0 && in sdbc_edit_xfer_process_vars_dm()
1423 process_vars->cache_aging_pcnt2 <= CACHE_AGING_PCNT2_MAX) in sdbc_edit_xfer_process_vars_dm()
1424 dynmem_processing_dm.cache_aging_pcnt2 = in sdbc_edit_xfer_process_vars_dm()
1425 process_vars->cache_aging_pcnt2; in sdbc_edit_xfer_process_vars_dm()
H A Dsd_bcache.h392 int cache_aging_pcnt2; /* % free when to kick in accel */ member
H A Dsd_io.c356 (ppvars->cache_aging_pcnt2*number_cache_entries) / 100; in _sd_dealloc_dm()
H A Dsd_bcache.c7426 local_dm_process_vars.cache_aging_pcnt2 =
7466 process_vars->cache_aging_pcnt2;
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c472 dp->cache_aging_pcnt2); in sdbc_vars()