Searched refs:old_nr_creds (Results 1 – 1 of 1) sorted by relevance
854 int old_nr_creds; in vas_reconfig_capabilties() local868 old_nr_creds = atomic_read(&caps->nr_total_credits); in vas_reconfig_capabilties()877 if (old_nr_creds < new_nr_creds) { in vas_reconfig_capabilties()883 rc = reconfig_open_windows(vcaps, new_nr_creds - old_nr_creds, in vas_reconfig_capabilties()977 int old_nr_creds, new_nr_creds = 0; in vas_migration_handler() local997 old_nr_creds = atomic_read(&caps->nr_total_credits); in vas_migration_handler()1010 if (old_nr_creds != new_nr_creds) { in vas_migration_handler()1013 action, old_nr_creds, new_nr_creds); in vas_migration_handler()