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
848
for (i = 0 ; i <
MAX_PROCS
; i++)
882
for (i = 0; i <
MAX_PROCS
; i++)
1084
for (i = 0; i <
MAX_PROCS
; i++)
1173
for (i = 0; i <
MAX_PROCS
; i++)
[
all
...]
dnsmasq.h
661
pid_t tcp_pids[
MAX_PROCS
];
Completed in 4256 milliseconds