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
defs:fd_array
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
fdtable.h
67
struct file __rcu *
fd_array
[NR_OPEN_DEFAULT];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fdtable.h
67
struct file __rcu *
fd_array
[NR_OPEN_DEFAULT];
member
H
A
D
bpf_verifier.h
662
bpfptr_t
fd_array
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
bind_bhash.c
28
static int
fd_array
[MAX_THREADS][MAX_CONNECTIONS];
variable
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
bpf_gen_internal.h
50
int
fd_array
;
member
H
A
D
bpf.h
83
const int *
fd_array
;
member
H
A
D
libbpf.c
681
int *
fd_array
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_verifier.c
970
static void fixup_prog_kfuncs(struct bpf_insn *prog, int *
fd_array
,
in fixup_prog_kfuncs()
argument
1564
int
fd_array
[2] = { -1, -1 };
in do_test_single()
local
1009
do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, struct bpf_insn *prog, int *map_fds, int *
fd_array
)
do_test_fixup()
argument
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
bpf.h
1447
__aligned_u64
fd_array
; /* array of FDs */
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
bpf.h
1447
__aligned_u64
fd_array
; /* array of FDs */
member
Completed in 49 milliseconds