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:integrated_flush
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-log-userspace-base.c
77
uint32_t
integrated_flush
;
member
173
* <UUID> [
integrated_flush
] <other args>
178
* <UUID> [
integrated_flush
] clustered-disk <arg count> <log dev>
184
* If
integrated_flush
is defined, the kernel combines flush
233
if (!strcasecmp(argv[0], "
integrated_flush
")) {
in userspace_ctr()
234
lc->
integrated_flush
= 1;
in userspace_ctr()
300
if (lc->
integrated_flush
) {
in userspace_ctr()
330
if (lc->
integrated_flush
) {
in userspace_dtr()
371
if (lc->
integrated_flush
&& atomic_read(&lc->sched_flush))
in userspace_postsuspend()
589
if (!lc->
integrated_flush
) {
in userspace_flush()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-log-userspace-base.c
78
uint32_t
integrated_flush
;
member
174
* <UUID> [
integrated_flush
] <other args>
179
* <UUID> [
integrated_flush
] clustered-disk <arg count> <log dev>
185
* If
integrated_flush
is defined, the kernel combines flush
234
if (!strcasecmp(argv[0], "
integrated_flush
")) {
in userspace_ctr()
235
lc->
integrated_flush
= 1;
in userspace_ctr()
301
if (lc->
integrated_flush
) {
in userspace_ctr()
331
if (lc->
integrated_flush
) {
in userspace_dtr()
370
if (lc->
integrated_flush
&& atomic_read(&lc->sched_flush))
in userspace_postsuspend()
588
if (!lc->
integrated_flush
) {
in userspace_flush()
[all...]
Completed in 3 milliseconds