Searched refs:num_active (Results 1 – 6 of 6) 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, 169 int num_active = 0; in main() local 525 while ((num_active < keep_active) && (starts != 0)) { in main() 550 ++num_active; in main() 595 err = check_pids(running, &num_active, keep_active, logfile, in main() 614 if (stop && (num_active == 0)) in main() 617 if (go_idle && (num_active == 0)) { in main() 712 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids() argument 762 --*num_active; in check_pids() 771 --*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/python/cpython3/Doc/library/ |
D | itertools.rst | 646 num_active = len(iterators) 647 if not num_active: 655 num_active -= 1 656 if not num_active: 770 num_active = len(iterables) 772 while num_active: 778 num_active -= 1 779 nexts = cycle(islice(nexts, num_active))
|
/external/u-boot/drivers/usb/gadget/ |
D | f_mass_storage.c | 2299 int num_active = 0; in handle_exception() local 2302 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception() 2304 if (num_active == 0) in handle_exception()
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 1122 def num_active(self): member in Job
|