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_feat
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
745
if (
sched_feat
(ALT_PERIOD)) {
in sched_slice()
767
if (
sched_feat
(BASE_SLICE)) {
in sched_slice()
3457
if (!
sched_feat
(ATTACH_AGE_LOAD)) {
in set_task_rq_fair()
4083
if (!
sched_feat
(UTIL_EST)) {
in util_est_enqueue()
4099
if (!
sched_feat
(UTIL_EST)) {
in util_est_dequeue()
4131
if (!
sched_feat
(UTIL_EST)) {
in util_est_update()
4159
if (
sched_feat
(UTIL_EST_FASTUP)) {
in util_est_update()
4341
if (initial &&
sched_feat
(START_DEBIT)) {
in place_entity()
4353
if (
sched_feat
(GENTLE_FAIR_SLEEPERS)) {
in place_entity()
4773
if (!
sched_feat
(DOUBLE_TIC
in entity_tick()
[all...]
H
A
D
sched.h
1748
#define
sched_feat
(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x]))
macro
1752
#define
sched_feat
(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
macro
1769
#define
sched_feat
(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
macro
2140
if (!
sched_feat
(HRTICK)) {
in hrtick_enabled()
2665
if (
sched_feat
(UTIL_EST)) {
in cpu_util_cfs()
H
A
D
rt.c
877
if (!
sched_feat
(RT_RUNTIME_SHARE)) {
in balance_runtime()
922
if (!
sched_feat
(RT_RUNTIME_SHARE) && rt_rq->rt_runtime != RUNTIME_INF) {
in do_sched_rt_period_timer()
2440
if (
sched_feat
(RT_PUSH_IPI)) {
in pull_rt_task()
H
A
D
core.c
307
if ((irq_delta + steal) &&
sched_feat
(NONTASK_CAPACITY)) {
in update_rq_clock_task()
325
if (
sched_feat
(WARN_DOUBLE_CLOCK)) {
in update_rq_clock()
2960
if (
sched_feat
(TTWU_QUEUE) && ttwu_queue_cond(cpu, wake_flags)) {
in ttwu_queue_wakelist()
4859
if (
sched_feat
(HRTICK)) {
in __schedule()
Completed in 28 milliseconds