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:disk_buckets
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
super.c
607
bch_bio_map(bio, ca->
disk_buckets
);
in prio_io()
640
ca->
disk_buckets
->seq++;
in bch_prio_write()
647
struct prio_set *p = ca->
disk_buckets
;
in bch_prio_write()
696
struct prio_set *p = ca->
disk_buckets
;
in prio_read()
2234
free_pages((unsigned long) ca->
disk_buckets
, ilog2(meta_bucket_pages(&ca->sb)));
in bch_cache_release()
2331
ca->
disk_buckets
= alloc_meta_bucket_pages(GFP_KERNEL, &ca->sb);
in cache_alloc()
2332
if (!ca->
disk_buckets
) {
in cache_alloc()
2333
err = "ca->
disk_buckets
alloc failed";
in cache_alloc()
H
A
D
bcache.h
421
struct prio_set *
disk_buckets
;
member
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
super.c
604
bch_bio_map(bio, ca->
disk_buckets
);
in prio_io()
637
ca->
disk_buckets
->seq++;
in bch_prio_write()
644
struct prio_set *p = ca->
disk_buckets
;
in bch_prio_write()
693
struct prio_set *p = ca->
disk_buckets
;
in prio_read()
2208
free_pages((unsigned long) ca->
disk_buckets
, ilog2(meta_bucket_pages(&ca->sb)));
in bch_cache_release()
2305
ca->
disk_buckets
= alloc_meta_bucket_pages(GFP_KERNEL, &ca->sb);
in cache_alloc()
2306
if (!ca->
disk_buckets
) {
in cache_alloc()
2307
err = "ca->
disk_buckets
alloc failed";
in cache_alloc()
H
A
D
bcache.h
429
struct prio_set *
disk_buckets
;
member
Completed in 11 milliseconds