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:rt_policy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
sched.h
252
static inline int
rt_policy
(int policy)
in rt_policy()
function
264
rt_policy
(policy) || dl_policy(policy);
in valid_policy()
274
return
rt_policy
(p->policy);
in task_has_rt_policy()
H
A
D
core.c
1676
else if (
rt_policy
(policy))
in __normal_prio()
5385
* !
rt_policy
. Always setting this ensures that things like
in __setscheduler_params()
5448
(
rt_policy
(policy) != (attr->sched_priority != 0)))
in __sched_setscheduler()
5461
if (
rt_policy
(policy)) {
in __sched_setscheduler()
5558
if (
rt_policy
(policy) && attr->sched_priority != p->rt_priority)
in __sched_setscheduler()
5582
if (rt_bandwidth_enabled() &&
rt_policy
(policy) &&
in __sched_setscheduler()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
sched.h
275
static inline int
rt_policy
(int policy)
in rt_policy()
function
287
rt_policy
(policy) || dl_policy(policy);
in valid_policy()
297
return
rt_policy
(p->policy);
in task_has_rt_policy()
H
A
D
core.c
2199
else if (
rt_policy
(policy))
in __normal_prio()
7723
* !
rt_policy
. Always setting this ensures that things like
in __setscheduler_params()
7762
if (
rt_policy
(policy)) {
in user_check_sched_setscheduler()
7849
(
rt_policy
(policy) != (attr->sched_priority != 0)))
in __sched_setscheduler()
7906
if (
rt_policy
(policy) && attr->sched_priority != p->rt_priority)
in __sched_setscheduler()
7930
if (rt_bandwidth_enabled() &&
rt_policy
(policy) &&
in __sched_setscheduler()
Completed in 36 milliseconds