Searched refs:new_nr_creds (Results 1 – 2 of 2) sorted by relevance
805 int vas_reconfig_capabilties(u8 type, int new_nr_creds) in vas_reconfig_capabilties() argument824 atomic_set(&caps->nr_total_credits, new_nr_creds); in vas_reconfig_capabilties()831 if (old_nr_creds < new_nr_creds) { in vas_reconfig_capabilties()837 rc = reconfig_open_windows(vcaps, new_nr_creds - old_nr_creds, in vas_reconfig_capabilties()846 if (nr_active_wins > new_nr_creds) in vas_reconfig_capabilties()848 nr_active_wins - new_nr_creds, in vas_reconfig_capabilties()858 int new_nr_creds, rc; in pseries_vas_dlpar_cpu() local864 new_nr_creds = be16_to_cpu(hv_cop_caps.target_lpar_creds); in pseries_vas_dlpar_cpu()865 rc = vas_reconfig_capabilties(VAS_GZIP_DEF_FEAT_TYPE, new_nr_creds); in pseries_vas_dlpar_cpu()924 int old_nr_creds, new_nr_creds = 0; in vas_migration_handler() local[all …]
139 int vas_reconfig_capabilties(u8 type, int new_nr_creds);