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:buds_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
log.c
35
spin_lock(&c->
buds_lock
);
in ubifs_search_bud()
44
spin_unlock(&c->
buds_lock
);
in ubifs_search_bud()
48
spin_unlock(&c->
buds_lock
);
in ubifs_search_bud()
68
spin_lock(&c->
buds_lock
);
in ubifs_get_wbuf()
78
spin_unlock(&c->
buds_lock
);
in ubifs_get_wbuf()
82
spin_unlock(&c->
buds_lock
);
in ubifs_get_wbuf()
118
spin_lock(&c->
buds_lock
);
in ubifs_add_bud()
148
spin_unlock(&c->
buds_lock
);
in ubifs_add_bud()
200
* It is not necessary to hold @c->
buds_lock
when reading @c->bud_bytes
in ubifs_add_bud_to_log()
303
spin_lock(&c->
buds_lock
);
in remove_buds()
[all...]
H
A
D
ubifs.h
727
* Note, the @buds list is protected by the @c->
buds_lock
.
1021
* @
buds_lock
: protects the @buds tree, @bud_bytes, and per-journal head bud
1276
spinlock_t
buds_lock
;
member
H
A
D
super.c
2139
spin_lock_init(&c->
buds_lock
);
in alloc_ubifs_info()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
log.c
35
spin_lock(&c->
buds_lock
);
in ubifs_search_bud()
44
spin_unlock(&c->
buds_lock
);
in ubifs_search_bud()
48
spin_unlock(&c->
buds_lock
);
in ubifs_search_bud()
68
spin_lock(&c->
buds_lock
);
in ubifs_get_wbuf()
78
spin_unlock(&c->
buds_lock
);
in ubifs_get_wbuf()
82
spin_unlock(&c->
buds_lock
);
in ubifs_get_wbuf()
118
spin_lock(&c->
buds_lock
);
in ubifs_add_bud()
148
spin_unlock(&c->
buds_lock
);
in ubifs_add_bud()
200
* It is not necessary to hold @c->
buds_lock
when reading @c->bud_bytes
in ubifs_add_bud_to_log()
303
spin_lock(&c->
buds_lock
);
in remove_buds()
[all...]
H
A
D
ubifs.h
736
* Note, the @buds list is protected by the @c->
buds_lock
.
1042
* @
buds_lock
: protects the @buds tree, @bud_bytes, and per-journal head bud
1301
spinlock_t
buds_lock
;
member
H
A
D
super.c
2144
spin_lock_init(&c->
buds_lock
);
in alloc_ubifs_info()
Completed in 14 milliseconds