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:discards
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-clone-target.c
466
* If the destination device supports
discards
, remap and trim the
in complete_discard_bio()
1191
struct bio_list
discards
= BIO_EMPTY_LIST;
in process_deferred_discards()
local
1194
bio_list_merge(&
discards
, &clone->deferred_discard_bios);
in process_deferred_discards()
1198
if (bio_list_empty(&
discards
))
in process_deferred_discards()
1205
bio_list_for_each(bio, &
discards
) {
in process_deferred_discards()
1218
while ((bio = bio_list_pop(&
discards
)))
in process_deferred_discards()
1353
* dm-clone interprets
discards
and performs a fast hydration of the
in clone_map()
1925
/* Enable
discards
*/
in clone_ctr()
2037
*
discards
. Disable discard_passdown if not.
2075
* device limits but
discards
are
in set_discard_limits()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-clone-target.c
460
* If the destination device supports
discards
, remap and trim the
in complete_discard_bio()
1181
struct bio_list
discards
= BIO_EMPTY_LIST;
in process_deferred_discards()
local
1184
bio_list_merge(&
discards
, &clone->deferred_discard_bios);
in process_deferred_discards()
1188
if (bio_list_empty(&
discards
))
in process_deferred_discards()
1195
bio_list_for_each(bio, &
discards
) {
in process_deferred_discards()
1208
while ((bio = bio_list_pop(&
discards
)))
in process_deferred_discards()
1343
* dm-clone interprets
discards
and performs a fast hydration of the
in clone_map()
1918
/* Enable
discards
*/
in clone_ctr()
2022
*
discards
. Disable discard_passdown if not.
2059
* device limits but
discards
are
in set_discard_limits()
[all...]
H
A
D
dm-writecache.c
217
unsigned long long
discards
;
member
1527
wc->stats.
discards
+= bio->bi_iter.bi_size >> wc->block_size_bits;
in writecache_map_discard()
2702
wc->stats.
discards
);
in writecache_status()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
2195
unsigned int
discards
;
in bcmgenet_desc_rx()
local
2210
discards
= (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) &
in bcmgenet_desc_rx()
2212
if (
discards
> ring->old_discards) {
in bcmgenet_desc_rx()
2213
discards
=
discards
- ring->old_discards;
in bcmgenet_desc_rx()
2214
ring->errors +=
discards
;
in bcmgenet_desc_rx()
2215
ring->old_discards +=
discards
;
in bcmgenet_desc_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/
H
A
D
bcmgenet.c
2244
unsigned int
discards
;
in bcmgenet_desc_rx()
local
2259
discards
= (p_index >> DMA_P_INDEX_DISCARD_CNT_SHIFT) &
in bcmgenet_desc_rx()
2261
if (
discards
> ring->old_discards) {
in bcmgenet_desc_rx()
2262
discards
=
discards
- ring->old_discards;
in bcmgenet_desc_rx()
2263
ring->errors +=
discards
;
in bcmgenet_desc_rx()
2264
ring->old_discards +=
discards
;
in bcmgenet_desc_rx()
Completed in 20 milliseconds