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:eventpoll
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
eventpoll.c
3
* fs/
eventpoll
.c (Efficient event retrieval implementation)
26
#include <linux/
eventpoll
.h>
125
* Each file descriptor added to the
eventpoll
interface will
132
/* RB tree node links this structure to the
eventpoll
RB tree */
138
/* List header used to link this structure to the
eventpoll
ready list */
142
* Works together "struct
eventpoll
"->ovflist in keeping the
153
*
eventpoll
->refcount orchestrates "struct
eventpoll
" disposal
161
struct
eventpoll
*ep;
175
* structure and represents the main data structure for the
eventpoll
178
struct
eventpoll
{
global()
struct
[all...]
H
A
D
Makefile
24
obj-$(CONFIG_EPOLL) +=
eventpoll
.o
H
A
D
file_table.c
19
#include <linux/
eventpoll
.h>
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
3
* fs/
eventpoll
.c (Efficient event retrieval implementation)
26
#include <linux/
eventpoll
.h>
132
* Each file descriptor added to the
eventpoll
interface will
139
/* RB tree node links this structure to the
eventpoll
RB tree */
145
/* List header used to link this structure to the
eventpoll
ready list */
149
* Works together "struct
eventpoll
"->ovflist in keeping the
164
struct
eventpoll
*ep;
178
* structure and represents the main data structure for the
eventpoll
181
struct
eventpoll
{
struct
215
/* The user that created the
eventpoll
descripto
[all...]
H
A
D
Makefile
28
obj-$(CONFIG_EPOLL) +=
eventpoll
.o
H
A
D
file_table.c
18
#include <linux/
eventpoll
.h>
/kernel/linux/linux-5.10/include/linux/
H
A
D
eventpoll.h
3
* include/linux/
eventpoll
.h ( Efficient event polling implementation )
11
#include <uapi/linux/
eventpoll
.h>
38
* from the
eventpoll
interface. We need to have this facility to cleanup
39
* correctly files that are closed without being removed from the
eventpoll
51
*
eventpoll
) has still a reference to this file.
in eventpoll_release()
H
A
D
poll.h
14
#include <uapi/linux/
eventpoll
.h>
/kernel/linux/linux-6.6/include/linux/
H
A
D
eventpoll.h
3
* include/linux/
eventpoll
.h ( Efficient event polling implementation )
11
#include <uapi/linux/
eventpoll
.h>
30
* from the
eventpoll
interface. We need to have this facility to cleanup
31
* correctly files that are closed without being removed from the
eventpoll
43
*
eventpoll
) has still a reference to this file.
in eventpoll_release()
H
A
D
poll.h
13
#include <uapi/linux/
eventpoll
.h>
/kernel/linux/linux-5.10/mm/
H
A
D
memory_monitor.c
2
#include <linux/
eventpoll
.h>
/kernel/linux/linux-6.6/mm/
H
A
D
memory_monitor.c
2
#include <linux/
eventpoll
.h>
/kernel/linux/linux-6.6/io_uring/
H
A
D
epoll.c
8
#include <linux/
eventpoll
.h>
H
A
D
io_uring.h
9
#include <uapi/linux/
eventpoll
.h>
/kernel/linux/linux-5.10/kernel/
H
A
D
kcmp.c
17
#include <linux/
eventpoll
.h>
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
log.c
13
#include <linux/
eventpoll
.h>
H
A
D
icmp_socket.c
15
#include <linux/
eventpoll
.h>
/kernel/linux/linux-6.6/kernel/
H
A
D
kcmp.c
17
#include <linux/
eventpoll
.h>
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
sys_oabi-compat.c
78
#include <linux/
eventpoll
.h>
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
sys_oabi-compat.c
81
#include <linux/
eventpoll
.h>
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
76
#include <linux/
eventpoll
.h>
5453
* We solve this as
eventpoll
does: by taking advantage of the fact that
in io_poll_remove_entries()
Completed in 24 milliseconds