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_WARN_ON
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
84
#define
SCHED_WARN_ON
(x) (WARN_ONCE(x, #x))
macro
86
#define
SCHED_WARN_ON
(x) ( { \
macro
1259
SCHED_WARN_ON
(rq->clock_update_flags < RQCF_ACT_SKIP);
in assert_clock_updated()
2012
SCHED_WARN_ON
(!rcu_read_lock_held());
in idle_get_state()
H
A
D
fair.c
302
SCHED_WARN_ON
(!entity_is_task(se));
in task_of()
430
SCHED_WARN_ON
(rq->tmp_alone_branch != &rq->leaf_cfs_rq_list);
in assert_list_leaf_cfs_rq()
2836
SCHED_WARN_ON
(p != container_of(work, struct task_struct, numa_work));
in task_numa_work()
5167
SCHED_WARN_ON
(cfs_rq->runtime_remaining > 0);
in distribute_cfs_runtime()
5694
SCHED_WARN_ON
(task_rq(p) != rq);
in hrtick_start_fair()
7340
if (
SCHED_WARN_ON
(!se->on_rq)) {
in set_last_buddy()
7354
if (
SCHED_WARN_ON
(!se->on_rq)) {
in set_next_buddy()
10953
SCHED_WARN_ON
(rq != this_rq());
in nohz_balance_exit_idle()
10990
SCHED_WARN_ON
(cpu != smp_processor_id());
in nohz_balance_enter_idle()
11076
SCHED_WARN_ON
((flag
in _nohz_idle_balance()
[all...]
H
A
D
core.c
326
SCHED_WARN_ON
(rq->clock_update_flags & RQCF_UPDATED);
in update_rq_clock()
1332
SCHED_WARN_ON
(!bucket->tasks);
in uclamp_rq_dec_id()
1354
SCHED_WARN_ON
(bucket->value > rq_clamp);
in uclamp_rq_dec_id()
8747
SCHED_WARN_ON
(!rcu_read_lock_held());
in cpu_util_update_eff()
Completed in 37 milliseconds