Searched refs:nr_close_wins (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c430 if (!caps->nr_close_wins && !migration_in_progress) {
525 vascaps[win->win_type].nr_close_wins--;
643 if (!vcaps->nr_close_wins)
660 if ((vcaps->nr_close_wins > creds) && !migrate)
661 mv_ents = vcaps->nr_close_wins - creds;
717 if (!--vcaps->nr_close_wins)
810 vcap->nr_close_wins++;
871 nr_active_wins = vcaps->nr_open_windows - vcaps->nr_close_wins;
996 vcaps->nr_open_windows - vcaps->nr_close_wins);
H A Dvas.h96 int nr_close_wins; /* closed windows in the hypervisor for DLPAR */ member in struct:vas_caps

Completed in 232 milliseconds