Home
last modified time | relevance | path

Searched refs:num_active (Results 1 – 3 of 3) sorted by relevance

/external/ltp/pan/
Dltp-pan.c105 static int check_pids(struct tag_pgrp *running, int *num_active,
165 int num_active = 0; in main() local
517 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() argument
754 --*num_active; in check_pids()
763 --*num_active; in check_pids()
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_user.h242 __u16 num_active; /* number of active units */ member
/external/autotest/scheduler/
Dscheduler_models.py1078 def num_active(self): member in Job