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:key_to_poll
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/
H
A
D
virqfd.c
46
__poll_t flags =
key_to_poll
(key);
in virqfd_wakeup()
/kernel/linux/linux-6.6/drivers/vfio/
H
A
D
virqfd.c
43
__poll_t flags =
key_to_poll
(key);
in virqfd_wakeup()
/kernel/linux/linux-5.10/include/linux/
H
A
D
wait.h
227
#define
key_to_poll
(m) ((__force __poll_t)(uintptr_t)(void *)(m))
macro
/kernel/linux/linux-5.10/net/core/
H
A
D
datagram.c
81
if (key && !(
key_to_poll
(key) & (EPOLLIN | EPOLLERR)))
in receiver_wake_function()
/kernel/linux/linux-6.6/include/linux/
H
A
D
wait.h
238
#define
key_to_poll
(m) ((__force __poll_t)(uintptr_t)(void *)(m))
macro
/kernel/linux/linux-6.6/net/core/
H
A
D
datagram.c
79
if (key && !(
key_to_poll
(key) & (EPOLLIN | EPOLLERR)))
in receiver_wake_function()
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
eventfd.c
189
__poll_t flags =
key_to_poll
(key);
in irqfd_wakeup()
/kernel/linux/linux-6.6/io_uring/
H
A
D
poll.c
428
__poll_t mask =
key_to_poll
(key);
in io_poll_wake()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
eventfd.c
198
__poll_t flags =
key_to_poll
(key);
in irqfd_wakeup()
/kernel/linux/linux-5.10/fs/
H
A
D
select.c
215
if (key && !(
key_to_poll
(key) & entry->key))
in pollwake()
H
A
D
aio.c
1753
__poll_t mask =
key_to_poll
(key);
in aio_poll_wake()
H
A
D
eventpoll.c
1217
__poll_t pollflags =
key_to_poll
(key);
in ep_poll_callback()
/kernel/linux/linux-6.6/fs/
H
A
D
select.c
216
if (key && !(
key_to_poll
(key) & entry->key))
in pollwake()
H
A
D
eventpoll.c
1172
__poll_t pollflags =
key_to_poll
(key);
in ep_poll_callback()
H
A
D
aio.c
1747
__poll_t mask =
key_to_poll
(key);
in aio_poll_wake()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
privcmd.c
902
__poll_t flags =
key_to_poll
(key);
in irqfd_wakeup()
/kernel/linux/linux-6.6/kernel/
H
A
D
seccomp.c
1469
if (key && !(
key_to_poll
(key) & (EPOLLIN | EPOLLERR)))
in recv_wake_function()
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vhost.c
170
if (!(
key_to_poll
(key) & poll->mask))
in vhost_poll_wakeup()
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
373
wake_up_interruptible_poll(u_sleep,
key_to_poll
(key));
in unix_dgram_peer_wake_relay()
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vhost.c
170
if (!(
key_to_poll
(key) & poll->mask))
in vhost_poll_wakeup()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
457
wake_up_interruptible_poll(u_sleep,
key_to_poll
(key));
in unix_dgram_peer_wake_relay()
/kernel/linux/linux-6.6/net/smc/
H
A
D
af_smc.c
802
flags =
key_to_poll
(key);
in smc_fback_wakeup_waitqueue()
/kernel/linux/linux-5.10/mm/
H
A
D
memcontrol.c
4861
__poll_t flags =
key_to_poll
(key);
in memcg_event_wake()
/kernel/linux/linux-6.6/mm/
H
A
D
memcontrol.c
4842
__poll_t flags =
key_to_poll
(key);
in memcg_event_wake()
/kernel/linux/linux-5.10/io_uring/
H
A
D
io_uring.c
5625
__poll_t mask =
key_to_poll
(key);
in io_poll_wake()
Completed in 87 milliseconds