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:need_resched
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
627
* On UP this means the setting of the
need_resched
flag, on SMP it
805
if (rq->idle_balance && !
need_resched
()) {
in nohz_csd_func()
5059
} while (
need_resched
());
in schedule()
5086
} while (
need_resched
());
in schedule_idle()
5146
} while (
need_resched
());
in preempt_schedule_common()
5218
} while (
need_resched
());
in preempt_schedule_notrace()
5245
} while (
need_resched
());
in preempt_schedule_irq()
H
A
D
fair.c
11111
if (
need_resched
()) {
in _nohz_idle_balance()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
2062
static __always_inline bool
need_resched
(void)
in need_resched()
function
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
9702
if (
need_resched
()) {
in do_check()
Completed in 45 milliseconds