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:sched_move_task
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
568
extern void
sched_move_task
(struct task_struct *tsk);
1650
* core changes this before calling
sched_move_task
().
1652
* Instead we use a 'copy' which is updated from
sched_move_task
() while
H
A
D
core.c
134
* -
sched_move_task
()/
2186
*
sched_move_task
() holds both and thus holding either pins the cgroup,
in set_task_cpu()
8548
void
sched_move_task
(struct task_struct *tsk)
in sched_move_task()
function
8689
* Avoid calling
sched_move_task
() before wake_up_new_task()
in cpu_cgroup_can_attach()
8731
cgroup_taskset_for_each(task, css, tset)
sched_move_task
(task);
in cpu_cgroup_attach()
Completed in 16 milliseconds