Searched refs:num_active (Results 1 – 4 of 4) sorted by relevance
/external/libevent/test/ |
D | bench.c | 69 static int num_pipes, num_active, num_writes; variable 113 space = num_pipes / num_active; in run_once() 115 for (i = 0; i < num_active; i++, fired++) in run_once() 151 num_active = 1; 159 num_active = atoi(optarg);
|
/external/ltp/pan/ |
D | ltp-pan.c | 106 static int check_pids(struct tag_pgrp *running, int *num_active, 166 int num_active = 0; in main() local 522 while ((num_active < keep_active) && (starts != 0)) { in main() 547 ++num_active; in main() 592 err = check_pids(running, &num_active, keep_active, logfile, in main() 611 if (stop && (num_active == 0)) in main() 614 if (go_idle && (num_active == 0)) { in main() 709 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids() argument 759 --*num_active; in check_pids() 768 --*num_active; in check_pids()
|
/external/kernel-headers/original/uapi/rdma/hfi/ |
D | hfi1_ioctl.h | 84 __u16 num_active; /* number of active units */ member
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 1123 def num_active(self): member in Job
|