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:ENQUEUE_MIGRATED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
sched.h
1896
*
ENQUEUE_MIGRATED
- the task was migrated during wakeup
1913
#define
ENQUEUE_MIGRATED
0x40
macro
1915
#define
ENQUEUE_MIGRATED
0x00
macro
H
A
D
deadline.c
367
if (flags &
ENQUEUE_MIGRATED
)
in task_contending()
H
A
D
core.c
1656
flags |=
ENQUEUE_MIGRATED
;
in activate_task()
2640
en_flags |=
ENQUEUE_MIGRATED
;
in ttwu_do_activate()
H
A
D
fair.c
4494
bool renorm = !(flags & ENQUEUE_WAKEUP) || (flags &
ENQUEUE_MIGRATED
);
in enqueue_entity()
4531
if (flags &
ENQUEUE_MIGRATED
)
in enqueue_entity()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
sched.h
2355
*
ENQUEUE_MIGRATED
- the task was migrated during wakeup
2372
#define
ENQUEUE_MIGRATED
0x40
macro
2374
#define
ENQUEUE_MIGRATED
0x00
macro
H
A
D
core.c
2147
psi_enqueue(p, (flags & ENQUEUE_WAKEUP) && !(flags &
ENQUEUE_MIGRATED
));
in enqueue_task()
2177
flags |=
ENQUEUE_MIGRATED
;
in activate_task()
2178
if (flags &
ENQUEUE_MIGRATED
)
in activate_task()
3903
en_flags |=
ENQUEUE_MIGRATED
;
in ttwu_do_activate()
H
A
D
deadline.c
460
if (flags &
ENQUEUE_MIGRATED
)
in task_contending()
H
A
D
fair.c
5343
if (flags &
ENQUEUE_MIGRATED
)
in enqueue_entity()
Completed in 76 milliseconds