OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PROCS
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
config.h
20
#define
MAX_PROCS
20 /* max no children for TCP requests */
dnsmasq.c
842
for (i = 0 ; i <
MAX_PROCS
; i++)
876
for (i = 0; i <
MAX_PROCS
; i++)
1063
for (i = 0; i <
MAX_PROCS
; i++)
1152
for (i = 0; i <
MAX_PROCS
; i++)
[
all
...]
dnsmasq.h
661
pid_t tcp_pids[
MAX_PROCS
];
Completed in 19 milliseconds