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:spec_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
veristat.c
98
int
spec_cnt
;
member
610
.
spec_cnt
= 7,
618
.
spec_cnt
= 9,
627
.
spec_cnt
= 2,
636
.
spec_cnt
= 2,
729
if (specs->
spec_cnt
>= ARRAY_SIZE(specs->ids)) {
in parse_stat()
745
specs->ids[specs->
spec_cnt
] = id;
in parse_stat()
746
specs->variants[specs->
spec_cnt
] = var;
in parse_stat()
747
specs->asc[specs->
spec_cnt
] = has_order ? is_asc : stat_defs[id].asc_by_default;
in parse_stat()
748
specs->
spec_cnt
in parse_stat()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
usdt.c
809
size_t
spec_cnt
;
member
852
man->free_spec_cnt = usdt_link->
spec_cnt
;
in bpf_link_usdt_detach()
856
size_t new_cnt = man->free_spec_cnt + usdt_link->
spec_cnt
;
in bpf_link_usdt_detach()
872
usdt_link->
spec_cnt
* sizeof(*usdt_link->spec_ids));
in bpf_link_usdt_detach()
918
new_ids = libbpf_reallocarray(link->spec_ids, link->
spec_cnt
+ 1, sizeof(*link->spec_ids));
in allocate_spec_id()
949
link->spec_ids[link->
spec_cnt
] = *spec_id;
in allocate_spec_id()
950
link->
spec_cnt
++;
in allocate_spec_id()
Completed in 5 milliseconds