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:WF_SYNC
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
wait.c
192
__wake_up_common_lock(wq_head, mode, 1,
WF_SYNC
, key);
in __wake_up_sync_key()
214
__wake_up_common(wq_head, mode, 1,
WF_SYNC
, key, NULL);
in __wake_up_locked_sync_key()
H
A
D
core.c
2721
if (wake_flags &
WF_SYNC
) {
in ttwu_stat()
2767
if (wake_flags &
WF_SYNC
) {
in ttwu_do_activate()
5253
WARN_ON_ONCE(IS_ENABLED(CONFIG_SCHED_DEBUG) && (wake_flags & ~(
WF_SYNC
)));
in default_wake_function()
H
A
D
sched.h
1817
#define
WF_SYNC
0x01 /* Waker goes to sleep after wakeup */
macro
H
A
D
rt.c
1540
bool sync = !!(flags &
WF_SYNC
);
in select_task_rq_rt()
H
A
D
fair.c
7122
int sync = (wake_flags &
WF_SYNC
) && !(current->flags & PF_EXITING);
in select_task_rq_fair()
Completed in 41 milliseconds