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:drbd_suspended
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_proc.c
281
drbd_suspended
(device) ? 's' : 'r',
in drbd_seq_show()
H
A
D
drbd_int.h
2220
static inline int
drbd_suspended
(struct drbd_device *device)
in drbd_suspended()
function
2231
if (
drbd_suspended
(device))
in may_inc_ap_bio()
H
A
D
drbd_req.c
409
if (
drbd_suspended
(device) && !((s | clear) & RQ_COMPLETION_SUSP))
in mod_rq_state()
1316
* Needs to be before the check on
drbd_suspended
() */
in drbd_send_and_submit()
1326
if (
drbd_suspended
(device)) {
in drbd_send_and_submit()
H
A
D
drbd_nl.c
910
if (
drbd_suspended
(device))
in drbd_suspend_io()
1962
wait_event(device->misc_wait, !atomic_read(&device->ap_pending_cnt) ||
drbd_suspended
(device));
in drbd_adm_attach()
H
A
D
drbd_receiver.c
4599
if (ns.pdsk == D_CONSISTENT &&
drbd_suspended
(device) && ns.conn == C_CONNECTED && os.conn < C_CONNECTED &&
in receive_state()
5260
if (!
drbd_suspended
(device))
in drbd_disconnected()
H
A
D
drbd_state.c
1818
if (
drbd_suspended
(device)) {
in after_state_ch()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_proc.c
281
drbd_suspended
(device) ? 's' : 'r',
in drbd_seq_show()
H
A
D
drbd_int.h
2150
static inline int
drbd_suspended
(struct drbd_device *device)
in drbd_suspended()
function
2161
if (
drbd_suspended
(device))
in may_inc_ap_bio()
H
A
D
drbd_req.c
420
if (
drbd_suspended
(device) && !((s | clear) & RQ_COMPLETION_SUSP))
in mod_rq_state()
1330
* Needs to be before the check on
drbd_suspended
() */
in drbd_send_and_submit()
1340
if (
drbd_suspended
(device)) {
in drbd_send_and_submit()
H
A
D
drbd_nl.c
911
if (
drbd_suspended
(device))
in drbd_suspend_io()
1901
wait_event(device->misc_wait, !atomic_read(&device->ap_pending_cnt) ||
drbd_suspended
(device));
in drbd_adm_attach()
H
A
D
drbd_receiver.c
4552
if (ns.pdsk == D_CONSISTENT &&
drbd_suspended
(device) && ns.conn == C_CONNECTED && os.conn < C_CONNECTED &&
in receive_state()
5212
if (!
drbd_suspended
(device))
in drbd_disconnected()
H
A
D
drbd_state.c
1822
if (
drbd_suspended
(device)) {
in after_state_ch()
Completed in 46 milliseconds