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:bdi_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
backing-dev.c
24
*
bdi_lock
protects bdi_tree and updates to bdi_list. bdi_list has RCU
27
DEFINE_SPINLOCK(
bdi_lock
);
variable
767
lockdep_assert_held(&
bdi_lock
);
in bdi_lookup_rb_node()
798
spin_lock_bh(&
bdi_lock
);
in bdi_get_by_id()
804
spin_unlock_bh(&
bdi_lock
);
in bdi_get_by_id()
828
spin_lock_bh(&
bdi_lock
);
in bdi_register_va()
838
spin_unlock_bh(&
bdi_lock
);
in bdi_register_va()
868
spin_lock_bh(&
bdi_lock
);
in bdi_remove_from_list()
871
spin_unlock_bh(&
bdi_lock
);
in bdi_remove_from_list()
H
A
D
page-writeback.c
690
spin_lock_bh(&
bdi_lock
);
in bdi_set_min_ratio()
702
spin_unlock_bh(&
bdi_lock
);
in bdi_set_min_ratio()
714
spin_lock_bh(&
bdi_lock
);
in bdi_set_max_ratio()
721
spin_unlock_bh(&
bdi_lock
);
in bdi_set_max_ratio()
/kernel/linux/linux-6.6/mm/
H
A
D
backing-dev.c
27
*
bdi_lock
protects bdi_tree and updates to bdi_list. bdi_list has RCU
30
DEFINE_SPINLOCK(
bdi_lock
);
variable
954
lockdep_assert_held(&
bdi_lock
);
in bdi_lookup_rb_node()
985
spin_lock_bh(&
bdi_lock
);
in bdi_get_by_id()
991
spin_unlock_bh(&
bdi_lock
);
in bdi_get_by_id()
1015
spin_lock_bh(&
bdi_lock
);
in bdi_register_va()
1025
spin_unlock_bh(&
bdi_lock
);
in bdi_register_va()
1055
spin_lock_bh(&
bdi_lock
);
in bdi_remove_from_list()
1058
spin_unlock_bh(&
bdi_lock
);
in bdi_remove_from_list()
H
A
D
page-writeback.c
697
spin_lock_bh(&
bdi_lock
);
in __bdi_set_min_ratio()
715
spin_unlock_bh(&
bdi_lock
);
in __bdi_set_min_ratio()
727
spin_lock_bh(&
bdi_lock
);
in __bdi_set_max_ratio()
734
spin_unlock_bh(&
bdi_lock
);
in __bdi_set_max_ratio()
803
spin_lock_bh(&
bdi_lock
);
in bdi_set_strict_limit()
808
spin_unlock_bh(&
bdi_lock
);
in bdi_set_strict_limit()
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev.h
45
extern spinlock_t
bdi_lock
;
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev.h
47
extern spinlock_t
bdi_lock
;
Completed in 12 milliseconds