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:wb_tryget
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev-defs.h
219
*
wb_tryget
- try to increment a wb's refcount
222
static inline bool
wb_tryget
(struct bdi_writeback *wb)
in wb_tryget()
function
270
static inline bool
wb_tryget
(struct bdi_writeback *wb)
in wb_tryget()
function
H
A
D
backing-dev.h
246
if (wb && unlikely(!
wb_tryget
(wb)))
in wb_get_create_current()
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev-defs.h
214
*
wb_tryget
- try to increment a wb's refcount
217
static inline bool
wb_tryget
(struct bdi_writeback *wb)
in wb_tryget()
function
275
static inline bool
wb_tryget
(struct bdi_writeback *wb)
in wb_tryget()
function
H
A
D
backing-dev.h
227
if (wb && unlikely(!
wb_tryget
(wb)))
in wb_get_create_current()
/kernel/linux/linux-6.6/mm/
H
A
D
backing-dev.c
708
if (unlikely(wb->blkcg_css != blkcg_css || !
wb_tryget
(wb)))
in wb_get_lookup()
814
if (!
wb_tryget
(wb))
in cleanup_offline_cgwbs_workfn()
/kernel/linux/linux-5.10/mm/
H
A
D
backing-dev.c
567
if (unlikely(wb->blkcg_css != blkcg_css || !
wb_tryget
(wb)))
in wb_get_lookup()
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
888
* If
wb_tryget
fails, the wb has been shutdown, skip it.
in bdi_split_work_to_wbs()
894
if (!
wb_tryget
(wb))
in bdi_split_work_to_wbs()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
999
* If
wb_tryget
fails, the wb has been shutdown, skip it.
in bdi_split_work_to_wbs()
1005
if (!
wb_tryget
(wb))
in bdi_split_work_to_wbs()
Completed in 13 milliseconds