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:EPOLLRDHUP
(Results
1 - 25
of
44
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/vsock/
H
A
D
util.c
61
ev.events =
EPOLLRDHUP
| EPOLLHUP;
in vsock_wait_remote_close()
80
assert(ev.events & (
EPOLLRDHUP
| EPOLLHUP));
in vsock_wait_remote_close()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
eventpoll.h
42
#define
EPOLLRDHUP
(__force __poll_t)0x00002000
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
eventpoll.h
42
#define
EPOLLRDHUP
(__force __poll_t)0x00002000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
eventpoll.h
39
#define
EPOLLRDHUP
(__force __poll_t) 0x00002000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
eventpoll.h
39
#define
EPOLLRDHUP
(__force __poll_t) 0x00002000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
eventpoll.h
25
#define
EPOLLRDHUP
(__force __poll_t)0x00002000
macro
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
irq.c
51
return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP |
EPOLLRDHUP
;
in os_event_mask()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
irq.c
51
return EPOLLIN | EPOLLPRI | EPOLLERR | EPOLLHUP |
EPOLLRDHUP
;
in os_event_mask()
/kernel/linux/linux-6.6/tools/testing/vsock/
H
A
D
util.c
61
ev.events =
EPOLLRDHUP
| EPOLLHUP;
in vsock_wait_remote_close()
80
assert(ev.events & (
EPOLLRDHUP
| EPOLLHUP));
in vsock_wait_remote_close()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
af_bluetooth.c
474
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in bt_sock_poll()
/kernel/linux/linux-5.10/net/core/
H
A
D
datagram.c
815
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in datagram_poll()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
af_bluetooth.c
519
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in bt_sock_poll()
/kernel/linux/linux-6.6/net/core/
H
A
D
datagram.c
823
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in datagram_poll()
/kernel/linux/linux-5.10/net/nfc/
H
A
D
llcp_sock.c
574
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in llcp_sock_poll()
/kernel/linux/linux-5.10/net/dccp/
H
A
D
proto.c
351
mask |= EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in dccp_poll()
/kernel/linux/linux-5.10/net/caif/
H
A
D
caif_socket.c
954
mask |=
EPOLLRDHUP
;
in caif_poll()
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
173
#define IO_POLL_UNMASK (EPOLLERR|EPOLLHUP|EPOLLNVAL|
EPOLLRDHUP
)
in io_init_poll_iocb()
/kernel/linux/linux-6.6/net/nfc/
H
A
D
llcp_sock.c
579
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in llcp_sock_poll()
/kernel/linux/linux-6.6/net/caif/
H
A
D
caif_socket.c
945
mask |=
EPOLLRDHUP
;
in caif_poll()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
devx.c
2496
pollflags = EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in devx_async_cmd_event_poll()
2600
pollflags = EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in devx_async_event_poll()
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
2729
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in unix_poll()
2768
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in unix_dgram_poll()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
devx.c
2663
pollflags = EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in devx_async_cmd_event_poll()
2767
pollflags = EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in devx_async_event_poll()
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H
A
D
main.c
288
pollflags = EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in mlx5vf_save_poll()
/kernel/linux/linux-6.6/net/dccp/
H
A
D
proto.c
342
mask |= EPOLLIN | EPOLLRDNORM |
EPOLLRDHUP
;
in dccp_poll()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
3080
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in unix_poll()
3126
mask |=
EPOLLRDHUP
| EPOLLIN | EPOLLRDNORM;
in unix_dgram_poll()
Completed in 31 milliseconds
1
2