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:TASK_WAKING
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
1976
* during wakeups, see set_cpus_allowed_ptr()'s
TASK_WAKING
test.
in migration_cpu_stop()
2137
if (task_running(rq, p) || p->state ==
TASK_WAKING
) {
in __set_cpus_allowed_ptr()
2169
WARN_ON_ONCE(p->state != TASK_RUNNING && p->state !=
TASK_WAKING
&&
in set_task_cpu()
3257
*
TASK_WAKING
such that we can unlock p->pi_lock before doing the
in try_to_wake_up()
3260
p->state =
TASK_WAKING
;
in try_to_wake_up()
3361
case
TASK_WAKING
:
in try_invoke_on_locked_down_task()
4915
* p->state =
TASK_WAKING
in __schedule()
H
A
D
fair.c
4404
* ->migrate_task_rq_fair() (p->state ==
TASK_WAKING
)
6759
if (likely(!walt_disabled && sysctl_sched_use_walt_cpu_util) && p->state ==
TASK_WAKING
) {
in cpu_util_without()
7200
if (p->state ==
TASK_WAKING
) {
in migrate_task_rq_fair()
11648
if (!se->sum_exec_runtime || (p->state ==
TASK_WAKING
&& p->sched_remote_wakeup)) {
in vruntime_normalized()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
98
#define
TASK_WAKING
0x0200
macro
Completed in 29 milliseconds