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_WAKEUP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
1581
if (flags &
ENQUEUE_WAKEUP
)
in update_stats_enqueue_dl()
1645
if (flags &
ENQUEUE_WAKEUP
) {
in enqueue_dl_entity()
1733
if (flags &
ENQUEUE_WAKEUP
)
in enqueue_task_dl()
H
A
D
rt.c
1396
if (flags &
ENQUEUE_WAKEUP
)
in update_stats_enqueue_rt()
1554
if (flags &
ENQUEUE_WAKEUP
)
in enqueue_task_rt()
H
A
D
fair.c
1341
if (flags &
ENQUEUE_WAKEUP
)
in update_stats_enqueue_fair()
5922
enqueue_entity(qcfs_rq, se,
ENQUEUE_WAKEUP
);
in unthrottle_cfs_rq()
6778
int task_new = !(flags &
ENQUEUE_WAKEUP
);
in enqueue_task_fair()
6812
flags =
ENQUEUE_WAKEUP
;
in enqueue_task_fair()
H
A
D
sched.h
2344
*
ENQUEUE_WAKEUP
- task just became runnable
2364
#define
ENQUEUE_WAKEUP
0x01
macro
H
A
D
core.c
2147
psi_enqueue(p, (flags &
ENQUEUE_WAKEUP
) && !(flags & ENQUEUE_MIGRATED));
in enqueue_task()
3894
int en_flags =
ENQUEUE_WAKEUP
| ENQUEUE_NOCLOCK;
in ttwu_do_activate()
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
1516
if (flags &
ENQUEUE_WAKEUP
) {
in enqueue_dl_entity()
1604
if (flags &
ENQUEUE_WAKEUP
)
in enqueue_task_dl()
H
A
D
fair.c
1054
if (flags &
ENQUEUE_WAKEUP
)
in update_stats_enqueue()
4494
bool renorm = !(flags &
ENQUEUE_WAKEUP
) || (flags & ENQUEUE_MIGRATED);
in enqueue_entity()
4528
if (flags &
ENQUEUE_WAKEUP
)
in enqueue_entity()
5145
enqueue_entity(cfs_rq, se,
ENQUEUE_WAKEUP
);
in unthrottle_cfs_rq()
5820
int task_new = !(flags &
ENQUEUE_WAKEUP
);
in enqueue_task_fair()
5852
flags =
ENQUEUE_WAKEUP
;
in enqueue_task_fair()
H
A
D
rt.c
1404
if (flags &
ENQUEUE_WAKEUP
)
in enqueue_task_rt()
H
A
D
sched.h
1885
*
ENQUEUE_WAKEUP
- task just became runnable
1905
#define
ENQUEUE_WAKEUP
0x01
macro
H
A
D
core.c
1632
psi_enqueue(p, flags &
ENQUEUE_WAKEUP
);
in enqueue_task()
2631
int en_flags =
ENQUEUE_WAKEUP
| ENQUEUE_NOCLOCK;
in ttwu_do_activate()
Completed in 80 milliseconds