Home
last modified time | relevance | path

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

/external/libevent/test/
Dbench.c69 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/
Dltp-pan.c106 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/
Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/external/autotest/scheduler/
Dscheduler_models.py1123 def num_active(self): member in Job