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:origin_blocks
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-target.c
396
dm_oblock_t
origin_blocks
;
member
425
*
origin_blocks
entries, discarded if set.
2433
dm_block_t
origin_blocks
;
in cache_create()
local
2465
origin_blocks
= cache->origin_sectors = ca->origin_sectors;
in cache_create()
2466
origin_blocks
= block_div(
origin_blocks
, ca->block_size);
in cache_create()
2467
cache->
origin_blocks
= to_oblock(
origin_blocks
);
in cache_create()
2691
if (unlikely(from_oblock(block) >= from_oblock(cache->
origin_blocks
))) {
in cache_map()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-target.c
327
dm_oblock_t
origin_blocks
;
member
356
*
origin_blocks
entries, discarded if set.
2381
dm_block_t
origin_blocks
;
in cache_create()
local
2414
origin_blocks
= cache->origin_sectors = ca->origin_sectors;
in cache_create()
2415
origin_blocks
= block_div(
origin_blocks
, ca->block_size);
in cache_create()
2416
cache->
origin_blocks
= to_oblock(
origin_blocks
);
in cache_create()
2640
if (unlikely(from_oblock(block) >= from_oblock(cache->
origin_blocks
))) {
in cache_map()
Completed in 12 milliseconds