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
743
for (i = 0 ; i <
MAX_PROCS
; i++)
777
for (i = 0; i <
MAX_PROCS
; i++)
963
for (i = 0; i <
MAX_PROCS
; i++)
1038
for (i = 0; i <
MAX_PROCS
; i++)
dnsmasq.h
635
pid_t tcp_pids[
MAX_PROCS
];
Completed in 1834 milliseconds