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:next_poll
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
sigio.c
48
static struct pollfds
next_poll
;
variable
81
current_poll =
next_poll
;
in write_sigio_thread()
82
next_poll
= tmp;
in write_sigio_thread()
188
err = need_poll(&
next_poll
, n + 1);
in add_sigio_fd()
192
memcpy(
next_poll
.poll, current_poll.poll,
in add_sigio_fd()
194
next_poll
.poll[n] = *p;
in add_sigio_fd()
195
next_poll
.used = n + 1;
in add_sigio_fd()
223
err = need_poll(&
next_poll
, current_poll.used - 1);
in ignore_sigio_fd()
230
next_poll
.poll[n++] = *p;
in ignore_sigio_fd()
232
next_poll
in ignore_sigio_fd()
[all...]
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
sigio.c
48
static struct pollfds
next_poll
;
variable
81
current_poll =
next_poll
;
in write_sigio_thread()
82
next_poll
= tmp;
in write_sigio_thread()
187
err = need_poll(&
next_poll
, n + 1);
in __add_sigio_fd()
191
memcpy(
next_poll
.poll, current_poll.poll,
in __add_sigio_fd()
193
next_poll
.poll[n] = *p;
in __add_sigio_fd()
194
next_poll
.used = n + 1;
in __add_sigio_fd()
232
err = need_poll(&
next_poll
, current_poll.used - 1);
in __ignore_sigio_fd()
239
next_poll
.poll[n++] = *p;
in __ignore_sigio_fd()
241
next_poll
in __ignore_sigio_fd()
[all...]
/kernel/linux/linux-5.10/drivers/siox/
H
A
D
siox-core.c
294
unsigned long
next_poll
=
in siox_poll_thread()
local
296
if (time_is_before_eq_jiffies(
next_poll
))
in siox_poll_thread()
/kernel/linux/linux-6.6/drivers/siox/
H
A
D
siox-core.c
294
unsigned long
next_poll
=
in siox_poll_thread()
local
296
if (time_is_before_eq_jiffies(
next_poll
))
in siox_poll_thread()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
960
goto
next_poll
;
in bgx_poll_for_sgmii_link()
986
next_poll
:
in bgx_poll_for_sgmii_link()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
thunder_bgx.c
957
goto
next_poll
;
in bgx_poll_for_sgmii_link()
983
next_poll
:
in bgx_poll_for_sgmii_link()
Completed in 11 milliseconds