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:bio_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
scrub.c
790
u32
bio_size
= 0;
in scrub_repair_read_endio()
local
796
bio_size
+= bvec->bv_len;
in scrub_repair_read_endio()
800
bio_size
>> fs_info->sectorsize_bits);
in scrub_repair_read_endio()
802
bio_size
>> fs_info->sectorsize_bits);
in scrub_repair_read_endio()
805
bio_size
>> fs_info->sectorsize_bits);
in scrub_repair_read_endio()
1105
u32
bio_size
= 0;
in scrub_read_endio()
local
1110
bio_size
+= bvec->bv_len;
in scrub_read_endio()
1111
num_sectors =
bio_size
>> stripe->bg->fs_info->sectorsize_bits;
in scrub_read_endio()
1133
u32
bio_size
= 0;
in scrub_write_endio()
local
1137
bio_size
in scrub_write_endio()
1233
scrub_throttle_dev_io(struct scrub_ctx *sctx, struct btrfs_device *device, unsigned int
bio_size
)
scrub_throttle_dev_io()
argument
[all...]
H
A
D
raid56.c
1433
u32
bio_size
= 0;
in rbio_update_error_bitmap()
local
1438
bio_size
+= bvec->bv_len;
in rbio_update_error_bitmap()
1447
(
bio_size
>> rbio->bioc->fs_info->sectorsize_bits); i++)
in rbio_update_error_bitmap()
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
950
unsigned int
bio_size
= throtl_bio_data_size(bio);
in tg_with_in_bps_limit()
local
968
if (tg->bytes_disp[rw] +
bio_size
<= bytes_allowed) {
in tg_with_in_bps_limit()
975
extra_bytes = tg->bytes_disp[rw] +
bio_size
- bytes_allowed;
in tg_with_in_bps_limit()
1059
unsigned int
bio_size
= throtl_bio_data_size(bio);
in throtl_charge_bio()
local
1062
tg->bytes_disp[rw] +=
bio_size
;
in throtl_charge_bio()
1064
tg->last_bytes_disp[rw] +=
bio_size
;
in throtl_charge_bio()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-writecache.c
1410
unsigned
bio_size
= wc->block_size;
in writecache_map()
local
1412
sector_t current_cache_sec = start_cache_sec + (
bio_size
>> SECTOR_SHIFT);
in writecache_map()
1414
while (
bio_size
< bio->bi_iter.bi_size) {
in writecache_map()
1420
(
bio_size
>> SECTOR_SHIFT), wc->seq_count);
in writecache_map()
1440
bio_size
+= wc->block_size;
in writecache_map()
1446
dm_accept_partial_bio(bio,
bio_size
>> SECTOR_SHIFT);
in writecache_map()
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.c
863
unsigned int
bio_size
= throtl_bio_data_size(bio);
in tg_within_bps_limit()
local
879
if (bytes_allowed > 0 && tg->bytes_disp[rw] +
bio_size
<= bytes_allowed)
in tg_within_bps_limit()
883
extra_bytes = tg->bytes_disp[rw] +
bio_size
- bytes_allowed;
in tg_within_bps_limit()
964
unsigned int
bio_size
= throtl_bio_data_size(bio);
in throtl_charge_bio()
local
968
tg->bytes_disp[rw] +=
bio_size
;
in throtl_charge_bio()
969
tg->last_bytes_disp[rw] +=
bio_size
;
in throtl_charge_bio()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-writecache.c
1385
unsigned int
bio_size
= wc->block_size;
in writecache_bio_copy_ssd()
local
1387
sector_t current_cache_sec = start_cache_sec + (
bio_size
>> SECTOR_SHIFT);
in writecache_bio_copy_ssd()
1389
while (
bio_size
< bio->bi_iter.bi_size) {
in writecache_bio_copy_ssd()
1396
(
bio_size
>> SECTOR_SHIFT), wc->seq_count);
in writecache_bio_copy_ssd()
1417
bio_size
+= wc->block_size;
in writecache_bio_copy_ssd()
1423
dm_accept_partial_bio(bio,
bio_size
>> SECTOR_SHIFT);
in writecache_bio_copy_ssd()
Completed in 19 milliseconds