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:md_io
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_actlog.c
87
(r = atomic_cmpxchg(&device->
md_io
.in_use, 0, 1)) == 0 ||
in drbd_md_get_buffer()
93
device->
md_io
.current_use = intent;
in drbd_md_get_buffer()
94
device->
md_io
.start_jif = jiffies;
in drbd_md_get_buffer()
95
device->
md_io
.submit_jif = device->
md_io
.start_jif - 1;
in drbd_md_get_buffer()
96
return page_address(device->
md_io
.page);
in drbd_md_get_buffer()
101
if (atomic_dec_and_test(&device->
md_io
.in_use))
in drbd_md_put_buffer()
134
device->
md_io
.done = 0;
in _drbd_md_sync_page_io()
135
device->
md_io
.error = -ENODEV;
in _drbd_md_sync_page_io()
145
if (bio_add_page(bio, device->
md_io
in _drbd_md_sync_page_io()
[all...]
H
A
D
drbd_main.c
1996
atomic_set(&device->
md_io
.in_use, 0);
in drbd_init_set_defaults()
2255
__free_page(device->
md_io
.page);
in drbd_destroy_device()
2773
device->
md_io
.page = alloc_page(GFP_KERNEL);
in drbd_create_device()
2774
if (!device->
md_io
.page)
in drbd_create_device()
2856
__free_page(device->
md_io
.page);
in drbd_create_device()
H
A
D
drbd_debugfs.c
141
tmp = device->
md_io
;
in seq_print_resource_pending_meta_io()
H
A
D
drbd_worker.c
55
device->
md_io
.error = blk_status_to_errno(bio->bi_status);
in drbd_md_endio()
74
device->
md_io
.done = 1;
in drbd_md_endio()
H
A
D
drbd_int.h
940
struct drbd_md_io
md_io
;
member
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_actlog.c
87
(r = atomic_cmpxchg(&device->
md_io
.in_use, 0, 1)) == 0 ||
in drbd_md_get_buffer()
93
device->
md_io
.current_use = intent;
in drbd_md_get_buffer()
94
device->
md_io
.start_jif = jiffies;
in drbd_md_get_buffer()
95
device->
md_io
.submit_jif = device->
md_io
.start_jif - 1;
in drbd_md_get_buffer()
96
return page_address(device->
md_io
.page);
in drbd_md_get_buffer()
101
if (atomic_dec_and_test(&device->
md_io
.in_use))
in drbd_md_put_buffer()
135
device->
md_io
.done = 0;
in _drbd_md_sync_page_io()
136
device->
md_io
.error = -ENODEV;
in _drbd_md_sync_page_io()
146
if (bio_add_page(bio, device->
md_io
in _drbd_md_sync_page_io()
[all...]
H
A
D
drbd_main.c
1967
atomic_set(&device->
md_io
.in_use, 0);
in drbd_init_set_defaults()
2221
__free_page(device->
md_io
.page);
in drbd_destroy_device()
2734
device->
md_io
.page = alloc_page(GFP_KERNEL);
in drbd_create_device()
2735
if (!device->
md_io
.page)
in drbd_create_device()
2821
__free_page(device->
md_io
.page);
in drbd_create_device()
H
A
D
drbd_debugfs.c
141
tmp = device->
md_io
;
in seq_print_resource_pending_meta_io()
H
A
D
drbd_worker.c
55
device->
md_io
.error = blk_status_to_errno(bio->bi_status);
in drbd_md_endio()
74
device->
md_io
.done = 1;
in drbd_md_endio()
H
A
D
drbd_int.h
870
struct drbd_md_io
md_io
;
member
Completed in 28 milliseconds