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:lg_mutex
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.h
142
struct mutex
lg_mutex
;
member
H
A
D
mballoc.c
3016
mutex_init(&lg->
lg_mutex
);
in ext4_mb_init()
3853
* Other CPUs are prevented from allocating from this pa by
lg_mutex
in ext4_mb_use_group_pa()
4761
mutex_lock(&ac->ac_lg->
lg_mutex
);
in ext4_mb_group_or_file()
4896
* point. Also we hold
lg_mutex
. So no parallel allocation is
5018
mutex_unlock(&ac->ac_lg->
lg_mutex
);
in ext4_mb_release_context()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
167
struct mutex
lg_mutex
;
member
H
A
D
mballoc.c
3705
mutex_init(&lg->
lg_mutex
);
in ext4_mb_init()
4720
* Other CPUs are prevented from allocating from this pa by
lg_mutex
in ext4_mb_use_group_pa()
5802
mutex_lock(&ac->ac_lg->
lg_mutex
);
in ext4_mb_group_or_file()
5934
* point. Also we hold
lg_mutex
. So no parallel allocation is
6024
mutex_unlock(&ac->ac_lg->
lg_mutex
);
in ext4_mb_release_context()
Completed in 16 milliseconds