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:bm_seq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.h
213
int
bm_seq
; /* sequence number for bitmap flushes */
member
H
A
D
raid5.c
26
* (in add_stripe_bio) we update the in-memory bitmap and record in sh->
bm_seq
245
sh->
bm_seq
- conf->seq_write > 0)
in do_release_stripe()
912
int seq = sh->
bm_seq
;
in stripe_add_to_batch_list()
914
sh->batch_head->
bm_seq
> seq)
in stripe_add_to_batch_list()
915
seq = sh->batch_head->
bm_seq
;
in stripe_add_to_batch_list()
917
sh->batch_head->
bm_seq
= seq;
in stripe_add_to_batch_list()
3496
* we have added to the bitmap and set
bm_seq
.
in add_stripe_bio()
3513
sh->
bm_seq
= conf->seq_flush+1;
in add_stripe_bio()
5750
sh->
bm_seq
= conf->seq_flush + 1;
in make_discard_request()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.h
214
int
bm_seq
; /* sequence number for bitmap flushes */
member
H
A
D
raid5.c
26
* (in add_stripe_bio) we update the in-memory bitmap and record in sh->
bm_seq
254
sh->
bm_seq
- conf->seq_write > 0)
994
int seq = sh->
bm_seq
;
in stripe_add_to_batch_list()
996
sh->batch_head->
bm_seq
> seq)
in stripe_add_to_batch_list()
997
seq = sh->batch_head->
bm_seq
;
in stripe_add_to_batch_list()
999
sh->batch_head->
bm_seq
= seq;
in stripe_add_to_batch_list()
3597
* we have added to the bitmap and set
bm_seq
.
in __add_stripe_bio()
3614
sh->
bm_seq
= conf->seq_flush+1;
in __add_stripe_bio()
5859
sh->
bm_seq
= conf->seq_flush + 1;
in make_discard_request()
Completed in 24 milliseconds