Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c306 dynmem_processing_dm.cache_aging_ct3 = CACHE_AGING_CT_DEFAULT; in _sdbc_attach()
332 local_dm_process_vars.cache_aging_ct3 = ddi_prop_get_int(DDI_DEV_T_ANY, in _sdbc_attach()
1402 if (process_vars->cache_aging_ct3 > 0 && in sdbc_edit_xfer_process_vars_dm()
1403 process_vars->cache_aging_ct3 <= CACHE_AGING_CT_MAX) in sdbc_edit_xfer_process_vars_dm()
1404 dynmem_processing_dm.cache_aging_ct3 = in sdbc_edit_xfer_process_vars_dm()
1405 process_vars->cache_aging_ct3; in sdbc_edit_xfer_process_vars_dm()
H A Dsd_bcache.h382 int cache_aging_ct3; /* holds - aging hits which */ member
H A Dsd_io.c370 hold_cache_aging_ct = ppvars->cache_aging_ct3; in _sd_dealloc_dm()
H A Dsd_bcache.c7416 local_dm_process_vars.cache_aging_ct3 =
7456 process_vars->cache_aging_ct3;
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c461 dp->cache_aging_ct3); in sdbc_vars()