OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxexec
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/conf/
param.c
109
#ifndef
MAXEXEC
110
#define
MAXEXEC
16
123
int
maxexec
=
MAXEXEC
; /* max number of concurrent exec() calls */
variable in typeref:typename:int
/src/sys/sys/
exec.h
317
extern int
maxexec
;
/src/sys/kern/
kern_exec.c
1939
maxexec
*NCARGS, VM_MAP_PAGEABLE, false, NULL);
1942
pool_sethardlimit(&exec_pool,
maxexec
, "should not happen", 0);
Completed in 56 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025