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:max_nr_entries
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
pstack.c
17
unsigned short
max_nr_entries
;
member
21
struct pstack *pstack__new(unsigned short
max_nr_entries
)
in pstack__new()
argument
24
max_nr_entries
* sizeof(void *)));
in pstack__new()
26
pstack->
max_nr_entries
=
max_nr_entries
;
in pstack__new()
59
if (pstack->top == pstack->
max_nr_entries
) {
in pstack__push()
H
A
D
pstack.h
8
struct pstack *pstack__new(unsigned short
max_nr_entries
);
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
pstack.c
17
unsigned short
max_nr_entries
;
member
21
struct pstack *pstack__new(unsigned short
max_nr_entries
)
in pstack__new()
argument
24
max_nr_entries
* sizeof(void *)));
in pstack__new()
26
pstack->
max_nr_entries
=
max_nr_entries
;
in pstack__new()
59
if (pstack->top == pstack->
max_nr_entries
) {
in pstack__push()
H
A
D
pstack.h
8
struct pstack *pstack__new(unsigned short
max_nr_entries
);
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
e820.c
228
* valid, and which has space for up to
max_nr_entries
entries.
235
* number of valid entries (something no more than
max_nr_entries
).
325
u32
max_nr_entries
= ARRAY_SIZE(table->entries);
in e820__update_table()
local
335
BUG_ON(table->nr_entries >
max_nr_entries
);
in e820__update_table()
403
if (++new_nr_entries >=
max_nr_entries
)
in e820__update_table()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
e820.c
228
* valid, and which has space for up to
max_nr_entries
entries.
235
* number of valid entries (something no more than
max_nr_entries
).
325
u32
max_nr_entries
= ARRAY_SIZE(table->entries);
in e820__update_table()
local
335
BUG_ON(table->nr_entries >
max_nr_entries
);
in e820__update_table()
403
if (++new_nr_entries >=
max_nr_entries
)
in e820__update_table()
Completed in 6 milliseconds