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:fget_task
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
file.h
52
extern struct file *
fget_task
(struct task_struct *task, unsigned int fd);
/kernel/linux/linux-6.6/include/linux/
H
A
D
file.h
51
extern struct file *
fget_task
(struct task_struct *task, unsigned int fd);
/kernel/linux/linux-6.6/kernel/
H
A
D
kcmp.c
113
filp_epoll =
fget_task
(task2, slot.efd);
in kcmp_epoll_target()
H
A
D
pid.c
679
file =
fget_task
(task, fd);
in __pidfd_fget()
/kernel/linux/linux-5.10/kernel/
H
A
D
pid.c
636
file =
fget_task
(task, fd);
in __pidfd_fget()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
fd.c
179
fd_file =
fget_task
(task, fd);
in proc_fd_link()
/kernel/linux/linux-5.10/fs/
H
A
D
file.c
954
struct file *
fget_task
(struct task_struct *task, unsigned int fd)
in fget_task()
function
/kernel/linux/linux-6.6/fs/
H
A
D
file.c
939
struct file *
fget_task
(struct task_struct *task, unsigned int fd)
in fget_task()
function
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
syscall.c
4832
file =
fget_task
(task, fd);
in bpf_task_fd_query()
Completed in 13 milliseconds