Searched refs:active_new (Results 1 – 4 of 4) sorted by relevance
70 local active_new = total_new - (v[4] + v[5])74 local diff_active = active_new - cpu_active[i]81 cpu_active[i] = active_new
239 active_new = CORBA::string_alloc(strlen(logname)+strlen(".dat")); in omniNameslog()240 sprintf(active_new,"%s.dat", (const char*)logname); in omniNameslog()252 active_new = CORBA::string_alloc(strlen(logname)+strlen(".dat;")); in omniNameslog()253 sprintf(active_new,"%s.dat;", (const char*)logname); in omniNameslog()266 if (stat(active_new,&sb) == 0) { in omniNameslog()267 LOG(1, "Data file '" << active_new << "' and old log file '" << in omniNameslog()275 active = active_new; in omniNameslog()788 active = active_new;
64 CORBA::String_var active_new; variable
639 params->active_file = active_new; in file_walk_select_selection_set()643 active = active_new; in file_walk_select_selection_set()648 params->active_file = active = active_new; in file_walk_select_selection_set()735 int active_new = -1; in file_walk_select_do() local751 active_new = active_old - 1; in file_walk_select_do()756 active_new = active_old + 1; in file_walk_select_do()761 active_new = active_old - idx_shift; in file_walk_select_do()767 active_new = active_old + idx_shift; in file_walk_select_do()774 if (!IN_RANGE(active_new, -1, numfiles)) { in file_walk_select_do()781 if (active_new != 0) { in file_walk_select_do()[all …]