Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c304 dynmem_processing_dm.cache_aging_ct1 = CACHE_AGING_CT_DEFAULT; in _sdbc_attach()
324 local_dm_process_vars.cache_aging_ct1 = ddi_prop_get_int(DDI_DEV_T_ANY, in _sdbc_attach()
1394 if (process_vars->cache_aging_ct1 > 0 && in sdbc_edit_xfer_process_vars_dm()
1395 process_vars->cache_aging_ct1 <= CACHE_AGING_CT_MAX) in sdbc_edit_xfer_process_vars_dm()
1396 dynmem_processing_dm.cache_aging_ct1 = in sdbc_edit_xfer_process_vars_dm()
1397 process_vars->cache_aging_ct1; in sdbc_edit_xfer_process_vars_dm()
H A Dsd_bcache.h378 int cache_aging_ct1; /* hosts/pests - aging hits which */ member
H A Dsd_io.c364 host_cache_aging_ct = ppvars->cache_aging_ct1; in _sd_dealloc_dm()
H A Dsd_bcache.c7412 local_dm_process_vars.cache_aging_ct1 =
7452 process_vars->cache_aging_ct1;
/titanic_53/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c459 dp->cache_aging_ct1, in sdbc_vars()