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:two_primaries
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_protocol.h
305
u32
two_primaries
;
member
H
A
D
drbd_receiver.c
2405
tp = rcu_dereference(peer_device->connection->net_conf)->
two_primaries
;
in wait_for_and_update_peer_seq()
2411
/* Only need to wait if
two_primaries
is enabled */
in wait_for_and_update_peer_seq()
2667
tp = nc->
two_primaries
;
in receive_Data()
3681
p_two_primaries = be32_to_cpu(p->
two_primaries
);
in receive_protocol()
3730
if (p_two_primaries != nc->
two_primaries
) {
in receive_protocol()
3787
new_net_conf->
two_primaries
= p_two_primaries;
in receive_protocol()
H
A
D
drbd_nl.c
2303
if (new_net_conf->
two_primaries
!= old_net_conf->
two_primaries
)
in _check_net_options()
2310
if (!new_net_conf->
two_primaries
&&
in _check_net_options()
2315
if (new_net_conf->
two_primaries
&&
in _check_net_options()
H
A
D
drbd_main.c
805
p->
two_primaries
= cpu_to_be32(nc->
two_primaries
);
in __drbd_send_protocol()
H
A
D
drbd_state.c
840
if (!nc->
two_primaries
&& ns.role == R_PRIMARY) {
in is_valid_state()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_protocol.h
307
u32
two_primaries
;
member
H
A
D
drbd_receiver.c
2375
tp = rcu_dereference(peer_device->connection->net_conf)->
two_primaries
;
in wait_for_and_update_peer_seq()
2381
/* Only need to wait if
two_primaries
is enabled */
in wait_for_and_update_peer_seq()
2633
tp = nc->
two_primaries
;
in receive_Data()
3643
p_two_primaries = be32_to_cpu(p->
two_primaries
);
in receive_protocol()
3692
if (p_two_primaries != nc->
two_primaries
) {
in receive_protocol()
3747
new_net_conf->
two_primaries
= p_two_primaries;
in receive_protocol()
H
A
D
drbd_nl.c
2247
if (new_net_conf->
two_primaries
!= old_net_conf->
two_primaries
)
in _check_net_options()
2254
if (!new_net_conf->
two_primaries
&&
in _check_net_options()
2259
if (new_net_conf->
two_primaries
&&
in _check_net_options()
H
A
D
drbd_main.c
796
p->
two_primaries
= cpu_to_be32(nc->
two_primaries
);
in __drbd_send_protocol()
H
A
D
drbd_state.c
840
if (!nc->
two_primaries
&& ns.role == R_PRIMARY) {
in is_valid_state()
Completed in 61 milliseconds