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:closure_get
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
closure.h
21
* The refcount may be manipulated with
closure_get
() and closure_put().
52
*
closure_get
(cl);
57
*
closure_get
(cl);
72
* Then, the rule is - if you got the refcount with
closure_get
(), release it
254
*
closure_get
- increment a closure's refcount
256
static inline void
closure_get
(struct closure *cl)
in closure_get()
function
277
closure_get
(parent);
in closure_init()
H
A
D
super.c
350
closure_get
(cl);
in bch_write_bdev_super()
394
closure_get
(cl);
in bcache_write_super()
745
closure_get
(&d->cl);
in open_dev()
859
closure_get
(&c->caching);
in bcache_device_attach()
1209
closure_get
(&dc->disk.cl);
in bch_cached_dev_detach()
H
A
D
bcache.h
939
closure_get
(cl);
in closure_bio_submit()
H
A
D
journal.c
627
closure_get
(&ca->set->cl);
in do_journal_discard()
H
A
D
request.c
848
closure_get
(&dc->disk.cl);
in cached_dev_read_done()
1107
* no need to call
closure_get
(&dc->disk.cl),
in detached_dev_do_request()
1109
* which would call
closure_get
(&dc->disk.cl)
in detached_dev_do_request()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
closure.h
21
* The refcount may be manipulated with
closure_get
() and closure_put().
52
*
closure_get
(cl);
57
*
closure_get
(cl);
72
* Then, the rule is - if you got the refcount with
closure_get
(), release it
254
*
closure_get
- increment a closure's refcount
256
static inline void
closure_get
(struct closure *cl)
in closure_get()
function
277
closure_get
(parent);
in closure_init()
H
A
D
super.c
349
closure_get
(cl);
in bch_write_bdev_super()
392
closure_get
(cl);
in bcache_write_super()
742
closure_get
(&d->cl);
in open_dev()
856
closure_get
(&c->caching);
in bcache_device_attach()
1183
closure_get
(&dc->disk.cl);
in bch_cached_dev_detach()
H
A
D
bcache.h
938
closure_get
(cl);
in closure_bio_submit()
H
A
D
journal.c
624
closure_get
(&ca->set->cl);
in do_journal_discard()
H
A
D
request.c
849
closure_get
(&dc->disk.cl);
in cached_dev_read_done()
1103
* no need to call
closure_get
(&dc->disk.cl),
in detached_dev_do_request()
1105
* which would call
closure_get
(&dc->disk.cl)
in detached_dev_do_request()
Completed in 17 milliseconds