Searched refs:num_active (Results 1 – 3 of 3) sorted by relevance
105 static int check_pids(struct tag_pgrp *running, int *num_active,165 int num_active = 0; in main() local517 while ((num_active < keep_active) && (starts != 0)) { in main()542 ++num_active; in main()587 err = check_pids(running, &num_active, keep_active, logfile, in main()606 if (stop && (num_active == 0)) in main()609 if (go_idle && (num_active == 0)) { in main()704 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids() argument754 --*num_active; in check_pids()763 --*num_active; in check_pids()
242 __u16 num_active; /* number of active units */ member
1078 def num_active(self): member in Job