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:prio_buckets
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
super.c
632
if (
prio_buckets
(ca) > avail)
in bch_prio_write()
642
atomic_long_add(ca->sb.bucket_size *
prio_buckets
(ca),
in bch_prio_write()
645
for (i =
prio_buckets
(ca) - 1; i >= 0; --i) {
in bch_prio_write()
658
p->next_bucket = ca->
prio_buckets
[i + 1];
in bch_prio_write()
669
ca->
prio_buckets
[i] = bucket;
in bch_prio_write()
684
for (i = 0; i <
prio_buckets
(ca); i++) {
in bch_prio_write()
689
ca->prio_last_buckets[i] = ca->
prio_buckets
[i];
in bch_prio_write()
706
ca->
prio_buckets
[bucket_nr] = bucket;
in prio_read()
2235
kfree(ca->
prio_buckets
);
in bch_cache_release()
2290
if (!init_fifo_exact(&ca->free[RESERVE_PRIO],
prio_buckets
(c
in cache_alloc()
[all...]
H
A
D
bcache.h
427
* (so gc can mark them as metadata),
prio_buckets
[] contains the
430
uint64_t *
prio_buckets
;
member
786
#define
prio_buckets
(ca) \
macro
H
A
D
alloc.c
435
for (iter = 0; iter <
prio_buckets
(ca) * 2; iter++)
in bch_bucket_alloc()
436
BUG_ON(ca->
prio_buckets
[iter] == (uint64_t) r);
in bch_bucket_alloc()
H
A
D
btree.c
1778
for (k = ca->
prio_buckets
;
in bch_btree_gc_finish()
1779
k < ca->
prio_buckets
+
prio_buckets
(ca) * 2; k++)
in bch_btree_gc_finish()
H
A
D
journal.c
785
w->data->prio_bucket[ca->sb.nr_this_dev] = ca->
prio_buckets
[0];
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
super.c
629
if (
prio_buckets
(ca) > avail)
in bch_prio_write()
639
atomic_long_add(ca->sb.bucket_size *
prio_buckets
(ca),
in bch_prio_write()
642
for (i =
prio_buckets
(ca) - 1; i >= 0; --i) {
in bch_prio_write()
655
p->next_bucket = ca->
prio_buckets
[i + 1];
in bch_prio_write()
666
ca->
prio_buckets
[i] = bucket;
in bch_prio_write()
681
for (i = 0; i <
prio_buckets
(ca); i++) {
in bch_prio_write()
686
ca->prio_last_buckets[i] = ca->
prio_buckets
[i];
in bch_prio_write()
703
ca->
prio_buckets
[bucket_nr] = bucket;
in prio_read()
2209
kfree(ca->
prio_buckets
);
in bch_cache_release()
2264
if (!init_fifo_exact(&ca->free[RESERVE_PRIO],
prio_buckets
(c
in cache_alloc()
[all...]
H
A
D
alloc.c
435
for (iter = 0; iter <
prio_buckets
(ca) * 2; iter++)
in bch_bucket_alloc()
436
BUG_ON(ca->
prio_buckets
[iter] == (uint64_t) r);
in bch_bucket_alloc()
H
A
D
bcache.h
435
* (so gc can mark them as metadata),
prio_buckets
[] contains the
438
uint64_t *
prio_buckets
;
member
792
#define
prio_buckets
(ca) \
macro
H
A
D
btree.c
1799
for (k = ca->
prio_buckets
;
in bch_btree_gc_finish()
1800
k < ca->
prio_buckets
+
prio_buckets
(ca) * 2; k++)
in bch_btree_gc_finish()
H
A
D
journal.c
782
w->data->prio_bucket[ca->sb.nr_this_dev] = ca->
prio_buckets
[0];
Completed in 20 milliseconds