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:pid_fd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
perf.c
157
DIR *proc, *
pid_fd
;
in show_proc()
local
182
pid_fd
= opendir(buf);
in show_proc()
183
if (!
pid_fd
)
in show_proc()
186
while ((pid_fd_de = readdir(
pid_fd
))) {
in show_proc()
213
closedir(
pid_fd
);
in show_proc()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H
A
D
task_storage_map.c
22
int
pid_fd
;
member
37
bpf_map_lookup_elem(ctx->map_fd, &ctx->
pid_fd
, &value);
in lookup_fn()
97
ctx.
pid_fd
= sys_pidfd_open(getpid(), 0);
in test_task_storage_map_stress_lookup()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
task_iter.c
234
if ((!!linfo->task.tid + !!linfo->task.pid + !!linfo->task.
pid_fd
) > 1)
in bpf_iter_attach_task()
246
if (linfo->task.
pid_fd
!= 0) {
in bpf_iter_attach_task()
249
pid = pidfd_get_pid(linfo->task.
pid_fd
, &flags);
in bpf_iter_attach_task()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
bpf.h
118
__u32
pid_fd
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
bpf.h
118
__u32
pid_fd
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
bpf_iter.c
299
linfo.task.
pid_fd
= pidfd;
in test_task_pidfd()
Completed in 23 milliseconds