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:BITS_PER_BITMAP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/tests/
H
A
D
free-space-tests.c
13
#define
BITS_PER_BITMAP
(PAGE_SIZE * 8UL)
macro
130
next_bitmap_offset = (u64)(
BITS_PER_BITMAP
* sectorsize);
in test_bitmaps()
161
u64 bitmap_offset = (u64)(
BITS_PER_BITMAP
* sectorsize);
in test_bitmaps_and_extents()
873
offset = i *
BITS_PER_BITMAP
* sectorsize;
in test_bytes_index()
904
offset =
BITS_PER_BITMAP
* sectorsize;
in test_bytes_index()
928
offset = (
BITS_PER_BITMAP
* sectorsize) + sectorsize;
in test_bytes_index()
972
offset = (
BITS_PER_BITMAP
* sectorsize) - sectorsize;
in test_bytes_index()
993
if (offset != (
BITS_PER_BITMAP
* sectorsize)) {
in test_bytes_index()
996
(unsigned long long)(
BITS_PER_BITMAP
* sectorsize));
in test_bytes_index()
1025
BITS_PER_BITMAP
* sectorsiz
in btrfs_test_free_space_cache()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/tests/
H
A
D
free-space-tests.c
13
#define
BITS_PER_BITMAP
(PAGE_SIZE * 8UL)
macro
130
next_bitmap_offset = (u64)(
BITS_PER_BITMAP
* sectorsize);
in test_bitmaps()
161
u64 bitmap_offset = (u64)(
BITS_PER_BITMAP
* sectorsize);
in test_bitmaps_and_extents()
848
BITS_PER_BITMAP
* sectorsize + PAGE_SIZE);
in btrfs_test_free_space_cache()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
free-space-cache.c
26
#define
BITS_PER_BITMAP
(PAGE_SIZE * 8UL)
macro
1456
bytes_per_bitmap =
BITS_PER_BITMAP
* ctl->unit;
in offset_to_bitmap()
1613
if (entry->offset +
BITS_PER_BITMAP
* ctl->unit > offset)
in tree_search_offset()
1623
if (entry->offset +
BITS_PER_BITMAP
*
in tree_search_offset()
1687
u64 bytes_per_bg =
BITS_PER_BITMAP
* ctl->unit;
in recalculate_thresholds()
1728
ASSERT(end <=
BITS_PER_BITMAP
);
in __bitmap_clear_bits()
1739
if (end <
BITS_PER_BITMAP
&& test_bit(end, info->bitmap))
in __bitmap_clear_bits()
1767
ASSERT(end <=
BITS_PER_BITMAP
);
in bitmap_set_bits()
1777
if (end <
BITS_PER_BITMAP
&& test_bit(end, info->bitmap))
in bitmap_set_bits()
1816
for_each_set_bit_from(i, bitmap_info->bitmap,
BITS_PER_BITMAP
) {
in search_bitmap()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
free-space-cache.c
34
#define
BITS_PER_BITMAP
(PAGE_SIZE * 8UL)
macro
696
u64 bytes_per_bg =
BITS_PER_BITMAP
* ctl->unit;
in recalculate_thresholds()
1576
bytes_per_bitmap =
BITS_PER_BITMAP
* ctl->unit;
in offset_to_bitmap()
1790
if (entry->offset +
BITS_PER_BITMAP
* ctl->unit > offset)
in tree_search_offset()
1804
if (entry->offset +
BITS_PER_BITMAP
*
in tree_search_offset()
1886
ASSERT(end <=
BITS_PER_BITMAP
);
in bitmap_clear_bits()
1899
if (end <
BITS_PER_BITMAP
&& test_bit(end, info->bitmap))
in bitmap_clear_bits()
1922
ASSERT(end <=
BITS_PER_BITMAP
);
in bitmap_set_bits()
1939
if (end <
BITS_PER_BITMAP
&& test_bit(end, info->bitmap))
in bitmap_set_bits()
1978
for_each_set_bit_from(i, bitmap_info->bitmap,
BITS_PER_BITMAP
) {
in search_bitmap()
[all...]
Completed in 9 milliseconds