Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:PID_MAX_LIMIT
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
threads.h
34
#define
PID_MAX_LIMIT
(CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
threads.h
34
#define
PID_MAX_LIMIT
(CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
macro
/kernel/linux/linux-5.10/kernel/
H
A
D
pid.c
67
int pid_max_max =
PID_MAX_LIMIT
;
611
BUILD_BUG_ON(
PID_MAX_LIMIT
>= PIDNS_ADDING);
in pid_idr_init()
H
A
D
hung_task.c
34
int __read_mostly sysctl_hung_task_check_count =
PID_MAX_LIMIT
;
/kernel/linux/linux-6.6/kernel/
H
A
D
pid.c
67
int pid_max_max =
PID_MAX_LIMIT
;
651
BUILD_BUG_ON(
PID_MAX_LIMIT
>= PIDNS_ADDING);
in pid_idr_init()
H
A
D
hung_task.c
35
int __read_mostly sysctl_hung_task_check_count =
PID_MAX_LIMIT
;
/kernel/linux/linux-5.10/drivers/staging/hungtask/
H
A
D
hungtask_base.c
130
int max_count =
PID_MAX_LIMIT
;
in get_pid_by_name()
173
int max_count =
PID_MAX_LIMIT
;
in refresh_appspawn_pids()
755
int max_count =
PID_MAX_LIMIT
;
in htbase_check_tasks()
/kernel/linux/linux-6.6/drivers/staging/hungtask/
H
A
D
hungtask_base.c
130
int max_count =
PID_MAX_LIMIT
;
in get_pid_by_name()
173
int max_count =
PID_MAX_LIMIT
;
in refresh_appspawn_pids()
755
int max_count =
PID_MAX_LIMIT
;
in htbase_check_tasks()
/kernel/linux/linux-5.10/kernel/cgroup/
H
A
D
pids.c
38
#define PIDS_MAX (
PID_MAX_LIMIT
+ 1ULL)
46
* %PIDS_MAX = (%
PID_MAX_LIMIT
+ 1).
/kernel/linux/linux-6.6/kernel/cgroup/
H
A
D
pids.c
38
#define PIDS_MAX (
PID_MAX_LIMIT
+ 1ULL)
46
* %PIDS_MAX = (%
PID_MAX_LIMIT
+ 1).
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
pid_list.c
97
BUILD_BUG_ON(MAX_PID <
PID_MAX_LIMIT
);
in pid_split()
H
A
D
ftrace.c
7584
#define FTRACE_NO_PIDS (void *)(
PID_MAX_LIMIT
+ 1)
/kernel/linux/linux-5.10/fs/proc/
H
A
D
base.c
3683
if (pos >=
PID_MAX_LIMIT
+ TGID_OFFSET)
in proc_pid_readdir()
3718
ctx->pos =
PID_MAX_LIMIT
+ TGID_OFFSET;
in proc_pid_readdir()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
base.c
3711
if (pos >=
PID_MAX_LIMIT
+ TGID_OFFSET)
in proc_pid_readdir()
3746
ctx->pos =
PID_MAX_LIMIT
+ TGID_OFFSET;
in proc_pid_readdir()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
f2fs.h
1296
page_private(page) < (unsigned long)
PID_MAX_LIMIT
)
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
ftrace.c
7256
#define FTRACE_NO_PIDS (void *)(
PID_MAX_LIMIT
+ 1)
Completed in 45 milliseconds