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:oom_lock
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
oom.h
57
extern struct mutex
oom_lock
;
H
A
D
memcontrol.h
252
bool
oom_lock
;
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
oom.h
57
extern struct mutex
oom_lock
;
H
A
D
memcontrol.h
254
bool
oom_lock
;
member
/kernel/linux/linux-5.10/mm/
H
A
D
oom_kill.c
66
DEFINE_MUTEX(
oom_lock
);
variable
718
* Has to be called with
oom_lock
held and never after
793
if (mutex_lock_killable(&
oom_lock
))
in oom_killer_disable()
796
mutex_unlock(&
oom_lock
);
in oom_killer_disable()
H
A
D
memcontrol.c
1751
if (mutex_lock_killable(&
oom_lock
))
in mem_cgroup_out_of_memory()
1759
* fail to bail out. Therefore, check again after holding
oom_lock
.
in mem_cgroup_out_of_memory()
1764
mutex_unlock(&
oom_lock
);
in mem_cgroup_out_of_memory()
1837
if (iter->
oom_lock
) {
in mem_cgroup_oom_trylock()
1846
iter->
oom_lock
= true;
in mem_cgroup_oom_trylock()
1859
iter->
oom_lock
= false;
in mem_cgroup_oom_trylock()
1876
iter->
oom_lock
= false;
in mem_cgroup_oom_unlock()
H
A
D
page_alloc.c
4061
if (!mutex_trylock(&
oom_lock
)) {
in __alloc_pages_may_oom()
4072
* allocation which will never fail due to
oom_lock
already held.
in __alloc_pages_may_oom()
4124
mutex_unlock(&
oom_lock
);
in __alloc_pages_may_oom()
/kernel/linux/linux-6.6/mm/
H
A
D
oom_kill.c
67
DEFINE_MUTEX(
oom_lock
);
variable
750
* Has to be called with
oom_lock
held and never after
823
if (mutex_lock_killable(&
oom_lock
))
in oom_killer_disable()
826
mutex_unlock(&
oom_lock
);
in oom_killer_disable()
H
A
D
memcontrol.c
1691
/* Use static buffer, for the caller is holding
oom_lock
. */
in mem_cgroup_print_oom_meminfo()
1695
lockdep_assert_held(&
oom_lock
);
in mem_cgroup_print_oom_meminfo()
1760
if (mutex_lock_killable(&
oom_lock
))
in mem_cgroup_out_of_memory()
1768
* fail to bail out. Therefore, check again after holding
oom_lock
.
in mem_cgroup_out_of_memory()
1773
mutex_unlock(&
oom_lock
);
in mem_cgroup_out_of_memory()
1846
if (iter->
oom_lock
) {
in mem_cgroup_oom_trylock()
1855
iter->
oom_lock
= true;
in mem_cgroup_oom_trylock()
1868
iter->
oom_lock
= false;
in mem_cgroup_oom_trylock()
1885
iter->
oom_lock
= false;
in mem_cgroup_oom_unlock()
H
A
D
page_alloc.c
3325
if (!mutex_trylock(&
oom_lock
)) {
in __alloc_pages_may_oom()
3336
* allocation which will never fail due to
oom_lock
already held.
in __alloc_pages_may_oom()
3389
mutex_unlock(&
oom_lock
);
in __alloc_pages_may_oom()
H
A
D
vmscan.c
4587
if (mutex_trylock(&
oom_lock
)) {
in lru_gen_age_node()
4594
mutex_unlock(&
oom_lock
);
in lru_gen_age_node()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
sysrq.c
394
mutex_lock(&
oom_lock
);
in moom_callback()
397
mutex_unlock(&
oom_lock
);
in moom_callback()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
sysrq.c
396
mutex_lock(&
oom_lock
);
in moom_callback()
399
mutex_unlock(&
oom_lock
);
in moom_callback()
Completed in 60 milliseconds