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:dont_stop
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
idle.c
644
/* order setting requested_psscr vs testing
dont_stop
*/
in power9_idle_stop()
646
if (atomic_read(&local_paca->
dont_stop
)) {
in power9_idle_stop()
829
atomic_inc(&paca_ptrs[cpu0+thr]->
dont_stop
);
in pnv_power9_force_smt4_catch()
831
/* order setting
dont_stop
vs testing requested_psscr */
in pnv_power9_force_smt4_catch()
871
/* clear all the
dont_stop
flags */
in pnv_power9_force_smt4_release()
874
atomic_dec(&paca_ptrs[cpu0+thr]->
dont_stop
);
in pnv_power9_force_smt4_release()
1481
atomic_set(&p->
dont_stop
, 0);
in pnv_init_idle_states()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
idle.c
645
/* order setting requested_psscr vs testing
dont_stop
*/
in power9_idle_stop()
647
if (atomic_read(&local_paca->
dont_stop
)) {
in power9_idle_stop()
828
atomic_inc(&paca_ptrs[cpu0+thr]->
dont_stop
);
in pnv_power9_force_smt4_catch()
830
/* order setting
dont_stop
vs testing requested_psscr */
in pnv_power9_force_smt4_catch()
870
/* clear all the
dont_stop
flags */
in pnv_power9_force_smt4_release()
873
atomic_dec(&paca_ptrs[cpu0+thr]->
dont_stop
);
in pnv_power9_force_smt4_release()
1448
atomic_set(&p->
dont_stop
, 0);
in pnv_init_idle_states()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
paca.h
199
atomic_t
dont_stop
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
paca.h
207
atomic_t
dont_stop
;
member
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
2634
DUMP(p,
dont_stop
.counter, "%#-*x");
in dump_one_paca()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
2728
DUMP(p,
dont_stop
.counter, "%#-*x");
in dump_one_paca()
Completed in 13 milliseconds