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:nr_pids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
dbgfs.c
401
static void dbgfs_put_pids(struct pid **pids, int
nr_pids
)
in dbgfs_put_pids()
argument
405
for (i = 0; i <
nr_pids
; i++)
in dbgfs_put_pids()
415
static struct pid **str_to_pids(const char *str, ssize_t len, ssize_t *
nr_pids
)
in str_to_pids()
argument
421
*
nr_pids
= 0;
in str_to_pids()
431
for (; *
nr_pids
< nr_ints; (*
nr_pids
)++) {
in str_to_pids()
432
pids[*
nr_pids
] = find_get_pid(ints[*
nr_pids
]);
in str_to_pids()
433
if (!pids[*
nr_pids
]) {
in str_to_pids()
434
dbgfs_put_pids(pids, *
nr_pids
);
in str_to_pids()
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H
A
D
pids.c
89
static void pids_update_watermark(struct pids_cgroup *p, int64_t
nr_pids
)
in pids_update_watermark()
argument
95
if (
nr_pids
> READ_ONCE(p->watermark))
in pids_update_watermark()
96
WRITE_ONCE(p->watermark,
nr_pids
);
in pids_update_watermark()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace.c
680
int
nr_pids
= 0;
in trace_pid_write()
local
719
nr_pids
++;
in trace_pid_write()
744
nr_pids
++;
in trace_pid_write()
756
if (!
nr_pids
) {
in trace_pid_write()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace.c
728
int
nr_pids
= 0;
in trace_pid_write()
local
755
nr_pids
++;
in trace_pid_write()
785
nr_pids
++;
in trace_pid_write()
797
if (!
nr_pids
) {
in trace_pid_write()
Completed in 25 milliseconds