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:primer
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
2365
void bpf_link_cleanup(struct bpf_link_primer *
primer
)
in bpf_link_cleanup()
argument
2367
primer
->link->prog = NULL;
in bpf_link_cleanup()
2368
bpf_link_free_id(
primer
->id);
in bpf_link_cleanup()
2369
fput(
primer
->file);
in bpf_link_cleanup()
2370
put_unused_fd(
primer
->fd);
in bpf_link_cleanup()
2489
int bpf_link_prime(struct bpf_link *link, struct bpf_link_primer *
primer
)
in bpf_link_prime()
argument
2512
primer
->link = link;
in bpf_link_prime()
2513
primer
->file = file;
in bpf_link_prime()
2514
primer
->fd = fd;
in bpf_link_prime()
2515
primer
in bpf_link_prime()
2519
bpf_link_settle(struct bpf_link_
primer
*
primer
)
bpf_link_settle()
argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
1292
int bpf_link_prime(struct bpf_link *link, struct bpf_link_primer *
primer
);
1293
int bpf_link_settle(struct bpf_link_primer *
primer
);
1294
void bpf_link_cleanup(struct bpf_link_primer *
primer
);
1501
static inline int bpf_link_prime(struct bpf_link *link, struct bpf_link_primer *
primer
)
in bpf_link_prime()
argument
1506
static inline int bpf_link_settle(struct bpf_link_primer *
primer
)
in bpf_link_settle()
argument
1511
static inline void bpf_link_cleanup(struct bpf_link_primer *
primer
)
in bpf_link_cleanup()
argument
Completed in 12 milliseconds