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:bucket_bits
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
mbcache.c
353
* @
bucket_bits
: log2 of the hash table size
355
* Create cache for keys with 2^
bucket_bits
hash entries.
357
struct mb_cache *mb_cache_create(int
bucket_bits
)
in mb_cache_create()
argument
360
unsigned long bucket_count = 1UL <<
bucket_bits
;
in mb_cache_create()
366
cache->c_bucket_bits =
bucket_bits
;
in mb_cache_create()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mbcache.h
40
struct mb_cache *mb_cache_create(int
bucket_bits
);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mbcache.h
40
struct mb_cache *mb_cache_create(int
bucket_bits
);
/kernel/linux/linux-5.10/fs/
H
A
D
mbcache.c
390
* @
bucket_bits
: log2 of the hash table size
392
* Create cache for keys with 2^
bucket_bits
hash entries.
394
struct mb_cache *mb_cache_create(int
bucket_bits
)
in mb_cache_create()
argument
397
unsigned long bucket_count = 1UL <<
bucket_bits
;
in mb_cache_create()
403
cache->c_bucket_bits =
bucket_bits
;
in mb_cache_create()
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
bcache.h
545
unsigned short
bucket_bits
;
member
791
return s >> c->
bucket_bits
;
in sector_to_bucket()
796
return ((sector_t) b) << c->
bucket_bits
;
in bucket_to_sector()
H
A
D
btree.c
100
(((k)->ptr[0] >> c->
bucket_bits
) | PTR_GEN(k, 0))
H
A
D
super.c
1911
c->
bucket_bits
= ilog2(sb->bucket_size);
in bch_cache_set_alloc()
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
bcache.h
551
unsigned short
bucket_bits
;
member
797
return s >> c->
bucket_bits
;
in sector_to_bucket()
802
return ((sector_t) b) << c->
bucket_bits
;
in bucket_to_sector()
H
A
D
btree.c
100
(((k)->ptr[0] >> c->
bucket_bits
) | PTR_GEN(k, 0))
H
A
D
super.c
1885
c->
bucket_bits
= ilog2(sb->bucket_size);
in bch_cache_set_alloc()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
bcache.h
440
__entry->offset = bucket << ca->set->
bucket_bits
;
460
__entry->offset = bucket << ca->set->
bucket_bits
;
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
bcache.h
440
__entry->offset = bucket << ca->set->
bucket_bits
;
460
__entry->offset = bucket << ca->set->
bucket_bits
;
Completed in 19 milliseconds