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:is_soft
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/kernel/time/
H
A
D
hrtimer.c
534
if (timer->
is_soft
)
in __hrtimer_next_event_base()
825
if (timer->
is_soft
) {
in hrtimer_reprogram()
1291
* Check whether the HRTIMER_MODE_SOFT bit and hrtimer.
is_soft
in hrtimer_start_range_ns()
1296
WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->
is_soft
);
in hrtimer_start_range_ns()
1406
if (!timer->
is_soft
|| is_migration_base(base)) {
in hrtimer_cancel_wait_running()
1575
timer->
is_soft
= softtimer;
in __hrtimer_init()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
hrtimer.c
532
if (timer->
is_soft
)
in __hrtimer_next_event_base()
791
if (timer->
is_soft
) {
in hrtimer_reprogram()
1208
* Check whether the HRTIMER_MODE_SOFT bit and hrtimer.
is_soft
in hrtimer_start_range_ns()
1213
WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->
is_soft
);
in hrtimer_start_range_ns()
1323
if (!timer->
is_soft
|| is_migration_base(base)) {
in hrtimer_cancel_wait_running()
1492
timer->
is_soft
= softtimer;
in __hrtimer_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
hrtimer.h
115
* @
is_soft
: Set if hrtimer will be expired in soft interrupt context.
128
u8
is_soft
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hrtimer.h
112
* @
is_soft
: Set if hrtimer will be expired in soft interrupt context.
125
u8
is_soft
;
member
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
3991
bool
is_soft
= (type == SVM_EXITINTINFO_TYPE_SOFT);
in svm_complete_soft_interrupt()
local
4003
if (nrips && (
is_soft
|| (is_exception && kvm_exception_is_soft(vector))) &&
in svm_complete_soft_interrupt()
4014
else if (!nrips && (
is_soft
|| is_exception) &&
in svm_complete_soft_interrupt()
Completed in 19 milliseconds