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:from_oblock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-background-tracker.c
70
if (
from_oblock
(lhs) <
from_oblock
(rhs))
in cmp_oblock()
73
if (
from_oblock
(rhs) <
from_oblock
(lhs))
in cmp_oblock()
H
A
D
dm-cache-block-types.h
29
static inline dm_block_t
from_oblock
(dm_oblock_t b)
in from_oblock()
function
H
A
D
dm-cache-target.c
572
return to_oblock(
from_oblock
(b) + 1ull);
in oblock_succ()
579
key->block_begin =
from_oblock
(begin);
in build_key()
580
key->block_end =
from_oblock
(end);
in build_key()
648
dm_oblock_t end = to_oblock(
from_oblock
(oblock) + 1ULL);
in bio_detain_shared()
736
return to_dblock(block_div(
from_oblock
(oblock),
in oblock_to_dblock()
1166
o_region.sector =
from_oblock
(mg->op->oblock) * cache->sectors_per_block;
in copy()
2691
if (unlikely(
from_oblock
(block) >=
from_oblock
(cache->origin_blocks))) {
in cache_map()
H
A
D
dm-cache-policy-smq.c
624
unsigned h = hash_64(
from_oblock
(e->oblock), ht->hash_bits);
in h_insert()
659
unsigned h = hash_64(
from_oblock
(oblock), ht->hash_bits);
in h_lookup()
676
unsigned h = hash_64(
from_oblock
(e->oblock), ht->hash_bits);
in h_remove()
1300
sector_t r =
from_oblock
(b);
in to_hblock()
H
A
D
dm-cache-metadata.c
732
uint64_t value =
from_oblock
(block);
in pack_value()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-background-tracker.c
79
if (
from_oblock
(lhs) <
from_oblock
(rhs))
in cmp_oblock()
82
if (
from_oblock
(rhs) <
from_oblock
(lhs))
in cmp_oblock()
H
A
D
dm-cache-block-types.h
30
static inline dm_block_t
from_oblock
(dm_oblock_t b)
in from_oblock()
function
H
A
D
dm-cache-target.c
503
return to_oblock(
from_oblock
(b) + 1ull);
in oblock_succ()
510
key->block_begin =
from_oblock
(begin);
in build_key()
511
key->block_end =
from_oblock
(end);
in build_key()
582
dm_oblock_t end = to_oblock(
from_oblock
(oblock) + 1ULL);
in bio_detain_shared()
670
return to_dblock(block_div(
from_oblock
(oblock),
in oblock_to_dblock()
1101
o_region.sector =
from_oblock
(mg->op->oblock) * cache->sectors_per_block;
in copy()
2640
if (unlikely(
from_oblock
(block) >=
from_oblock
(cache->origin_blocks))) {
in cache_map()
H
A
D
dm-cache-policy-smq.c
626
unsigned int h = hash_64(
from_oblock
(e->oblock), ht->hash_bits);
in h_insert()
662
unsigned int h = hash_64(
from_oblock
(oblock), ht->hash_bits);
in h_lookup()
679
unsigned int h = hash_64(
from_oblock
(e->oblock), ht->hash_bits);
in h_remove()
1305
sector_t r =
from_oblock
(b);
in to_hblock()
H
A
D
dm-cache-metadata.c
736
uint64_t value =
from_oblock
(block);
in pack_value()
Completed in 24 milliseconds