Home
last modified time | relevance | path

Searched refs:eviction_thld_exit (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/ufs/
Dufshpb.h206 unsigned int eviction_thld_exit; member
Dufshpb.c1170 rgn->reads > hpb->params.eviction_thld_exit) in ufshpb_victim_lru_info()
2146 if (val <= hpb->params.eviction_thld_exit) in eviction_thld_enter_store()
2155 ufshpb_sysfs_param_show_func(eviction_thld_exit);
2176 hpb->params.eviction_thld_exit = val; in eviction_thld_exit_store()
2180 static DEVICE_ATTR_RW(eviction_thld_exit);
2299 hpb->params.eviction_thld_exit = (ACTIVATION_THRESHOLD << 4); in ufshpb_hcm_param_init()