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:locked_ref
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
extent-tree.c
1885
struct btrfs_delayed_ref_head *
locked_ref
,
in btrfs_run_delayed_refs_for_head()
1897
lockdep_assert_held(&
locked_ref
->mutex);
in btrfs_run_delayed_refs_for_head()
1898
lockdep_assert_held(&
locked_ref
->lock);
in btrfs_run_delayed_refs_for_head()
1900
while ((ref = select_delayed_ref(
locked_ref
))) {
in btrfs_run_delayed_refs_for_head()
1903
spin_unlock(&
locked_ref
->lock);
in btrfs_run_delayed_refs_for_head()
1904
unselect_delayed_ref_head(delayed_refs,
locked_ref
);
in btrfs_run_delayed_refs_for_head()
1910
rb_erase_cached(&ref->ref_node, &
locked_ref
->ref_tree);
in btrfs_run_delayed_refs_for_head()
1921
locked_ref
->ref_mod -= ref->ref_mod;
in btrfs_run_delayed_refs_for_head()
1924
locked_ref
->ref_mod += ref->ref_mod;
in btrfs_run_delayed_refs_for_head()
1935
must_insert_reserved =
locked_ref
in btrfs_run_delayed_refs_for_head()
1884
btrfs_run_delayed_refs_for_head(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *
locked_ref
, unsigned long *run_refs)
btrfs_run_delayed_refs_for_head()
argument
1971
struct btrfs_delayed_ref_head *
locked_ref
= NULL;
__btrfs_run_delayed_refs()
local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
extent-tree.c
1939
struct btrfs_delayed_ref_head *
locked_ref
)
in btrfs_run_delayed_refs_for_head()
1950
lockdep_assert_held(&
locked_ref
->mutex);
in btrfs_run_delayed_refs_for_head()
1951
lockdep_assert_held(&
locked_ref
->lock);
in btrfs_run_delayed_refs_for_head()
1953
while ((ref = select_delayed_ref(
locked_ref
))) {
in btrfs_run_delayed_refs_for_head()
1956
spin_unlock(&
locked_ref
->lock);
in btrfs_run_delayed_refs_for_head()
1957
unselect_delayed_ref_head(delayed_refs,
locked_ref
);
in btrfs_run_delayed_refs_for_head()
1961
rb_erase_cached(&ref->ref_node, &
locked_ref
->ref_tree);
in btrfs_run_delayed_refs_for_head()
1972
locked_ref
->ref_mod -= ref->ref_mod;
in btrfs_run_delayed_refs_for_head()
1975
locked_ref
->ref_mod += ref->ref_mod;
in btrfs_run_delayed_refs_for_head()
1986
must_insert_reserved =
locked_ref
in btrfs_run_delayed_refs_for_head()
1938
btrfs_run_delayed_refs_for_head(struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *
locked_ref
)
btrfs_run_delayed_refs_for_head()
argument
2022
struct btrfs_delayed_ref_head *
locked_ref
= NULL;
__btrfs_run_delayed_refs()
local
[all...]
Completed in 10 milliseconds