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:watchdog_cpus
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/kernel/
H
A
D
watchdog_buddy.c
9
static cpumask_t __read_mostly
watchdog_cpus
;
variable
15
next_cpu = cpumask_next(cpu, &
watchdog_cpus
);
in watchdog_next_cpu()
17
next_cpu = cpumask_first(&
watchdog_cpus
);
in watchdog_next_cpu()
56
* other CPUs could see it in
watchdog_cpus
. The counter
in watchdog_hardlockup_enable()
61
cpumask_set_cpu(cpu, &
watchdog_cpus
);
in watchdog_hardlockup_enable()
80
* this CPU disappear in
watchdog_cpus
. The counter part is in
in watchdog_hardlockup_disable()
85
cpumask_clear_cpu(cpu, &
watchdog_cpus
);
in watchdog_hardlockup_disable()
H
A
D
watchdog_perf.c
27
static atomic_t
watchdog_cpus
= ATOMIC_INIT(0);
variable
147
if (!atomic_fetch_inc(&
watchdog_cpus
))
in watchdog_hardlockup_enable()
169
atomic_dec(&
watchdog_cpus
);
in watchdog_hardlockup_disable()
/kernel/linux/linux-5.10/kernel/
H
A
D
watchdog_hld.c
30
static atomic_t
watchdog_cpus
= ATOMIC_INIT(0);
variable
196
if (!atomic_fetch_inc(&
watchdog_cpus
))
in hardlockup_detector_perf_enable()
214
atomic_dec(&
watchdog_cpus
);
in hardlockup_detector_perf_disable()
Completed in 2 milliseconds