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_entity_is_task
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
rt.c
179
#define
rt_entity_is_task
(rt_se) (!(rt_se)->my_q)
macro
184
WARN_ON_ONCE(!
rt_entity_is_task
(rt_se));
in rt_task_of()
297
#define
rt_entity_is_task
(rt_se) (1)
macro
393
if (!
rt_entity_is_task
(rt_se))
in inc_rt_migration()
410
if (!
rt_entity_is_task
(rt_se))
in dec_rt_migration()
1344
if (!
rt_entity_is_task
(rt_se))
in __schedstats_from_rt_se()
1360
if (
rt_entity_is_task
(rt_se))
in update_stats_wait_start_rt()
1379
if (
rt_entity_is_task
(rt_se))
in update_stats_enqueue_sleeper_rt()
1409
if (
rt_entity_is_task
(rt_se))
in update_stats_wait_end_rt()
1428
if (
rt_entity_is_task
(rt_s
in update_stats_dequeue_rt()
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
rt.c
122
#define
rt_entity_is_task
(rt_se) (!(rt_se)->my_q)
macro
127
WARN_ON_ONCE(!
rt_entity_is_task
(rt_se));
in rt_task_of()
236
#define
rt_entity_is_task
(rt_se) (1)
macro
335
if (!
rt_entity_is_task
(rt_se))
in inc_rt_migration()
352
if (!
rt_entity_is_task
(rt_se))
in dec_rt_migration()
Completed in 7 milliseconds