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:balance_callback
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
1820
* use the
balance_callback
list if you want balancing.
1823
*
balance_callback
().
4061
head = rq->
balance_callback
;
in __balance_callback()
4062
rq->
balance_callback
= NULL;
in __balance_callback()
4074
static inline void
balance_callback
(struct rq *rq)
in balance_callback()
function
4076
if (unlikely(rq->
balance_callback
)) {
in balance_callback()
4083
static inline void
balance_callback
(struct rq *rq)
in balance_callback()
function
4108
balance_callback
(rq);
4978
balance_callback
(rq);
in __schedule()
5422
balance_callback
(r
in rt_mutex_setprio()
[all...]
H
A
D
sched.h
1059
struct callback_head *
balance_callback
;
member
1491
head->next = rq->
balance_callback
;
in queue_balance_callback()
1492
rq->
balance_callback
= head;
in queue_balance_callback()
Completed in 13 milliseconds