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:first_bucket
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
bcache.h
97
__le16
first_bucket
;
member
133
__u16
first_bucket
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
bcache.h
97
__le16
first_bucket
;
member
133
__u16
first_bucket
;
member
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
alloc.c
222
if (ca->fifo_last_bucket < ca->sb.
first_bucket
||
in invalidate_buckets_fifo()
224
ca->fifo_last_bucket = ca->sb.
first_bucket
;
in invalidate_buckets_fifo()
249
n %= (size_t) (ca->sb.nbuckets - ca->sb.
first_bucket
);
in invalidate_buckets_random()
250
n += ca->sb.
first_bucket
;
in invalidate_buckets_random()
H
A
D
extents.c
58
bucket < ca->sb.
first_bucket
||
in __ptr_invalid()
80
if (bucket < ca->sb.
first_bucket
)
in bch_ptr_status()
139
if (n >= b->c->cache->sb.
first_bucket
&& n < b->c->cache->sb.nbuckets)
in bch_bkey_dump()
H
A
D
super.c
97
sb->
first_bucket
= le16_to_cpu(s->
first_bucket
);
in read_super_common()
149
if (sb->d[i] != sb->
first_bucket
+ i)
in read_super_common()
153
if (sb->
first_bucket
+ sb->keys > sb->nbuckets)
in read_super_common()
157
if (sb->
first_bucket
* sb->bucket_size < 16)
in read_super_common()
309
out->
first_bucket
= cpu_to_le16(sb->
first_bucket
);
in __write_super()
2099
ca->sb.d[j] = ca->sb.
first_bucket
+ j;
in run_cache_set()
H
A
D
bcache.h
890
for (b = (ca)->buckets + (ca)->sb.
first_bucket
; \
H
A
D
sysfs.c
1063
for (i = ca->sb.
first_bucket
; i < n; i++)
in SHOW()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
alloc.c
222
if (ca->fifo_last_bucket < ca->sb.
first_bucket
||
in invalidate_buckets_fifo()
224
ca->fifo_last_bucket = ca->sb.
first_bucket
;
in invalidate_buckets_fifo()
249
n %= (size_t) (ca->sb.nbuckets - ca->sb.
first_bucket
);
in invalidate_buckets_random()
250
n += ca->sb.
first_bucket
;
in invalidate_buckets_random()
H
A
D
bcache_ondisk.h
211
__le16
first_bucket
;
member
270
__u16
first_bucket
;
member
H
A
D
extents.c
58
bucket < ca->sb.
first_bucket
||
in __ptr_invalid()
80
if (bucket < ca->sb.
first_bucket
)
in bch_ptr_status()
139
if (n >= b->c->cache->sb.
first_bucket
&& n < b->c->cache->sb.nbuckets)
in bch_bkey_dump()
H
A
D
super.c
97
sb->
first_bucket
= le16_to_cpu(s->
first_bucket
);
in read_super_common()
149
if (sb->d[i] != sb->
first_bucket
+ i)
in read_super_common()
153
if (sb->
first_bucket
+ sb->keys > sb->nbuckets)
in read_super_common()
157
if (sb->
first_bucket
* sb->bucket_size < 16)
in read_super_common()
309
out->
first_bucket
= cpu_to_le16(sb->
first_bucket
);
in __write_super()
2073
ca->sb.d[j] = ca->sb.
first_bucket
+ j;
in run_cache_set()
H
A
D
bcache.h
889
for (b = (ca)->buckets + (ca)->sb.
first_bucket
; \
H
A
D
sysfs.c
1086
for (i = ca->sb.
first_bucket
; i < n; i++)
in SHOW()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
bcache.h
210
__le16
first_bucket
;
member
269
__u16
first_bucket
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
bcache.h
137
__u16
first_bucket
;
member
Completed in 23 milliseconds