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:freezing
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
freezer.h
13
extern atomic_t system_freezing_cnt; /* nr of
freezing
conds in effect */
14
extern bool pm_freezing; /* PM
freezing
in effect */
15
extern bool pm_nosig_freezing; /* PM nosig
freezing
in effect */
40
static inline bool
freezing
(struct task_struct *p)
in freezing()
function
64
if (likely(!
freezing
(current))) {
in try_to_freeze_unsafe()
94
* appropriately in case the child has exited before the
freezing
of tasks is
123
* considered again and tries to freeze if
freezing
condition is already in
130
* If
freezing
is in progress, the following paired with smp_mb()
in freezer_count()
132
*
freezing
() or freezer_should_skip() sees !PF_FREEZER_SKIP.
in freezer_count()
151
* This function is used by freezers after establishing %true
freezing
() t
286
static inline bool
freezing
(struct task_struct *p)
freezing()
function
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
process.c
84
* We need to retry, but first give the
freezing
tasks some
in try_to_freeze_tasks()
116
if (p != current && !freezer_should_skip(p) &&
freezing
(p) && !frozen(p)) {
in try_to_freeze_tasks()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
legacy_freezer.c
27
* A cgroup is
freezing
if any FREEZING flags are set. FREEZING_SELF is
35
CGROUP_FREEZING_SELF = (1 << 1), /* this freezer is
freezing
*/
36
CGROUP_FREEZING_PARENT = (1 << 2), /* the parent freezer is
freezing
*/
104
* parent's
freezing
state while holding both parent's and our
235
* update_if_frozen - update whether a cgroup finished
freezing
241
* cgroups finished
freezing
and, if so, sets FROZEN.
280
if (
freezing
(task)) {
in update_if_frozen()
283
* should be skipped when determining
freezing
in update_if_frozen()
358
*
freezing
or thawing as necessary.
391
* freezer_change_state - change the
freezing
stat
[all...]
Completed in 2 milliseconds