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:no_poll
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H
A
D
teo.c
347
* @
no_poll
: Don't consider polling states.
351
s64 duration_ns, bool
no_poll
)
in teo_find_shallower_state()
357
(
no_poll
&& drv->states[i].flags & CPUIDLE_FLAG_POLLING))
in teo_find_shallower_state()
349
teo_find_shallower_state(struct cpuidle_driver *drv, struct cpuidle_device *dev, int state_idx, s64 duration_ns, bool
no_poll
)
teo_find_shallower_state()
argument
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
fuse_i.h
692
unsigned
no_poll
:1;
member
H
A
D
file.c
3084
if (fm->fc->
no_poll
)
in fuse_file_poll()
3112
fm->fc->
no_poll
= 1;
in fuse_file_poll()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
fuse_i.h
738
unsigned
no_poll
:1;
member
H
A
D
file.c
2807
if (fm->fc->
no_poll
)
in fuse_file_poll()
2835
fm->fc->
no_poll
= 1;
in fuse_file_poll()
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
usbtmc.c
2188
goto
no_poll
;
in usbtmc_poll()
2216
no_poll
:
in usbtmc_poll()
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
usbtmc.c
2229
goto
no_poll
;
in usbtmc_poll()
2257
no_poll
:
in usbtmc_poll()
Completed in 19 milliseconds