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:fullsync
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid10.h
87
int
fullsync
; /* set to 1 if a full sync is needed,
member
H
A
D
raid1.h
110
int
fullsync
;
member
H
A
D
raid5.h
631
int
fullsync
; /* set to 1 if a full sync is needed,
member
H
A
D
raid10.c
1797
conf->
fullsync
= 1;
in raid10_add_disk()
1811
conf->
fullsync
= 1;
in raid10_add_disk()
2932
conf->
fullsync
== 0) {
in raid10_sync_request()
2977
if ((!mddev->bitmap || conf->
fullsync
)
in raid10_sync_request()
2992
conf->
fullsync
= 0;
in raid10_sync_request()
3096
!conf->
fullsync
) {
in raid10_sync_request()
3314
!conf->
fullsync
&& !test_bit(MD_RECOVERY_REQUESTED,
in raid10_sync_request()
3876
conf->
fullsync
= 1;
in raid10_run()
3882
conf->
fullsync
= 1;
in raid10_run()
4731
conf->
fullsync
in end_reshape()
[all...]
H
A
D
raid1.c
1767
conf->
fullsync
= 1;
in raid1_add_disk()
1778
conf->
fullsync
= 1;
in raid1_add_disk()
2650
conf->
fullsync
= 0;
in raid1_sync_request()
2665
conf->
fullsync
== 0) {
in raid1_sync_request()
2673
!conf->
fullsync
&& !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) {
in raid1_sync_request()
2851
!conf->
fullsync
&&
in raid1_sync_request()
3036
conf->
fullsync
= 1;
in setup_conf()
H
A
D
raid5.c
6230
conf->
fullsync
= 0;
in raid5_sync_request()
6259
!conf->
fullsync
&&
in raid5_sync_request()
7326
conf->
fullsync
= 1;
in setup_conf()
8017
conf->
fullsync
= 1;
in raid5_add_disk()
8033
conf->
fullsync
= 1;
in raid5_add_disk()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.h
109
int
fullsync
;
member
H
A
D
raid10.h
86
int
fullsync
; /* set to 1 if a full sync is needed,
member
H
A
D
raid5.h
643
int
fullsync
; /* set to 1 if a full sync is needed,
member
H
A
D
raid10.c
2192
conf->
fullsync
= 1;
in raid10_add_disk()
2206
conf->
fullsync
= 1;
in raid10_add_disk()
3319
conf->
fullsync
== 0) {
in raid10_sync_request()
3364
if ((!mddev->bitmap || conf->
fullsync
)
in raid10_sync_request()
3379
conf->
fullsync
= 0;
in raid10_sync_request()
3494
!conf->
fullsync
) {
in raid10_sync_request()
3717
!conf->
fullsync
&& !test_bit(MD_RECOVERY_REQUESTED,
in raid10_sync_request()
4265
conf->
fullsync
= 1;
in raid10_run()
4271
conf->
fullsync
= 1;
in raid10_run()
5113
conf->
fullsync
in end_reshape()
[all...]
H
A
D
raid1.c
1811
conf->
fullsync
= 1;
in raid1_add_disk()
1827
conf->
fullsync
= 1;
in raid1_add_disk()
2694
conf->
fullsync
= 0;
in raid1_sync_request()
2709
conf->
fullsync
== 0) {
in raid1_sync_request()
2717
!conf->
fullsync
&& !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) {
in raid1_sync_request()
2895
!conf->
fullsync
&&
in raid1_sync_request()
3079
conf->
fullsync
= 1;
in setup_conf()
H
A
D
raid5.c
6554
conf->
fullsync
= 0;
in raid5_sync_request()
6583
!conf->
fullsync
&&
in raid5_sync_request()
7668
conf->
fullsync
= 1;
in setup_conf()
8369
conf->
fullsync
= 1;
in raid5_add_disk()
8387
conf->
fullsync
= 1;
in raid5_add_disk()
Completed in 55 milliseconds