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:poll_msecs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
disk-events.c
20
long
poll_msecs
; /* interval, -1 for default */
member
50
if (ev->
poll_msecs
>= 0)
in disk_events_poll_jiffies()
51
intv_msecs = ev->
poll_msecs
;
in disk_events_poll_jiffies()
369
return sprintf(buf, "%ld\n", disk->ev->
poll_msecs
);
in disk_events_poll_msecs_show()
389
disk->ev->
poll_msecs
= intv;
in disk_events_poll_msecs_store()
454
ev->
poll_msecs
= -1;
in disk_alloc_events()
/kernel/linux/linux-5.10/block/
H
A
D
genhd.c
1906
long
poll_msecs
; /* interval, -1 for default */
member
1936
if (ev->
poll_msecs
>= 0)
in disk_events_poll_jiffies()
1937
intv_msecs = ev->
poll_msecs
;
in disk_events_poll_jiffies()
2234
return sprintf(buf, "%ld\n", disk->ev->
poll_msecs
);
in disk_events_poll_msecs_show()
2254
disk->ev->
poll_msecs
= intv;
in disk_events_poll_msecs_store()
2331
ev->
poll_msecs
= -1;
in disk_alloc_events()
Completed in 4 milliseconds