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:mydisk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_receiver.c
3493
enum drbd_disk_state
mydisk
;
in __must_hold()
local
3497
mydisk
= device->state.disk;
in __must_hold()
3498
if (
mydisk
== D_NEGOTIATING)
in __must_hold()
3499
mydisk
= device->new_state_tmp.disk;
in __must_hold()
3531
if ((
mydisk
== D_INCONSISTENT && peer_disk > D_INCONSISTENT) ||
in __must_hold()
3532
(peer_disk == D_INCONSISTENT &&
mydisk
> D_INCONSISTENT)) {
in __must_hold()
3534
hg =
mydisk
> D_INCONSISTENT ? 1 : -1;
in __must_hold()
3601
if (hg > 0 &&
mydisk
<= D_INCONSISTENT) {
in __must_hold()
3606
if (hg < 0 && /* by intention we do not use
mydisk
here. */
in __must_hold()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_receiver.c
3455
enum drbd_disk_state
mydisk
;
in __must_hold()
local
3459
mydisk
= device->state.disk;
in __must_hold()
3460
if (
mydisk
== D_NEGOTIATING)
in __must_hold()
3461
mydisk
= device->new_state_tmp.disk;
in __must_hold()
3493
if ((
mydisk
== D_INCONSISTENT && peer_disk > D_INCONSISTENT) ||
in __must_hold()
3494
(peer_disk == D_INCONSISTENT &&
mydisk
> D_INCONSISTENT)) {
in __must_hold()
3496
hg =
mydisk
> D_INCONSISTENT ? 1 : -1;
in __must_hold()
3563
if (hg > 0 &&
mydisk
<= D_INCONSISTENT) {
in __must_hold()
3568
if (hg < 0 && /* by intention we do not use
mydisk
here. */
in __must_hold()
Completed in 16 milliseconds