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:zclose
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
288
#ifndef
zclose
289
# define
zclose
(fd) ({ \
macro
705
zclose
(prog->fd);
in bpf_program__unload()
1307
zclose
(obj->efile.fd);
in bpf_object__elf_finish()
4449
err =
zclose
(map->fd);
in bpf_map__reuse_fd()
5288
zclose
(map->fd);
in bpf_object_init_prog_arrays()
5382
zclose
(map->fd);
in bpf_object__create_maps()
5390
zclose
(map->fd);
in bpf_object__create_maps()
5399
zclose
(map->fd);
in bpf_object__create_maps()
5418
zclose
(ob
in bpf_object__create_maps()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
144
#ifndef
zclose
145
# define
zclose
(fd) ({ \
macro
501
zclose
(prog->instances.fds[i]);
in bpf_program__unload()
1100
zclose
(obj->efile.fd);
in bpf_object__elf_finish()
1320
* when failure (
zclose
won't close negative fd)).
in bpf_object__add_map()
3689
err =
zclose
(map->fd);
in bpf_map__reuse_fd()
4331
zclose
(map->fd);
in bpf_object__create_maps()
4339
zclose
(map->fd);
in bpf_object__create_maps()
4348
zclose
(map->fd);
in bpf_object__create_maps()
4367
zclose
(ob
in bpf_object__create_maps()
[all...]
Completed in 20 milliseconds