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:has_events
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
hp-wmi-sensors.c
1876
bool
has_events
= false;
in find_event_attributes()
local
1896
has_events
= true;
in find_event_attributes()
1901
has_events
= true;
in find_event_attributes()
1912
has_events
= true;
in find_event_attributes()
1920
return
has_events
;
in find_event_attributes()
1923
static int make_chip_info(struct hp_wmi_sensors *state, bool
has_events
)
in make_chip_info()
argument
1940
if (
has_events
&& state->has_intrusion)
in make_chip_info()
1976
if (!
has_events
|| (type != hwmon_temp && type != hwmon_fan))
in make_chip_info()
2015
bool
has_events
;
in hp_wmi_sensors_init()
local
2037
has_events
in hp_wmi_sensors_init()
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
kvm_host.h
1760
bool (*
has_events
)(struct kvm_vcpu *vcpu);
member
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
x86.c
10246
kvm_x86_ops.nested_ops->
has_events
&&
in kvm_check_and_inject_events()
10247
kvm_x86_ops.nested_ops->
has_events
(vcpu))
in kvm_check_and_inject_events()
12875
kvm_x86_ops.nested_ops->
has_events
&&
in kvm_vcpu_has_events()
12876
kvm_x86_ops.nested_ops->
has_events
(vcpu))
in kvm_vcpu_has_events()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.c
7093
.
has_events
= vmx_has_nested_events,
Completed in 36 milliseconds