Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dconfig.h20 #define MAX_PROCS 20 /* max no children for TCP requests */ macro
Ddnsmasq.c740 for (i = 0 ; i < MAX_PROCS; i++) in async_event()
774 for (i = 0; i < MAX_PROCS; i++) in async_event()
965 for (i = 0; i < MAX_PROCS; i++) in set_dns_listeners()
1040 for (i = 0; i < MAX_PROCS; i++) in check_dns_listeners()
Ddnsmasq.h642 pid_t tcp_pids[MAX_PROCS];
/external/strace/
DChangeLog-CVS3870 (alloctcb, main): Use tcbtabsize in place of MAX_PROCS; indirect.
3875 (MAX_PROCS): Macro removed, no more static limit on this.