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:h_sequence
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
recv.c
302
(unsigned long long)be64_to_cpu(inc->i_hdr.
h_sequence
),
in rds_recv_incoming()
329
if (be64_to_cpu(inc->i_hdr.
h_sequence
) < cp->cp_next_rx_seq &&
in rds_recv_incoming()
334
cp->cp_next_rx_seq = be64_to_cpu(inc->i_hdr.
h_sequence
) + 1;
in rds_recv_incoming()
786
minfo.seq = be64_to_cpu(inc->i_hdr.
h_sequence
);
in rds_inc_info_copy()
815
minfo6.seq = be64_to_cpu(inc->i_hdr.
h_sequence
);
in rds6_inc_info_copy()
H
A
D
loop.c
99
rds_send_drop_acked(conn, be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
),
in rds_loop_xmit()
H
A
D
ib_recv.c
940
if (hdr->
h_sequence
!= ihdr->
h_sequence
||
in rds_ib_process_recv()
964
state->ack_next = be64_to_cpu(hdr->
h_sequence
);
in rds_ib_process_recv()
H
A
D
send.c
491
return be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
) <= ack;
in rds_send_is_acked()
868
rm->m_inc.i_hdr.
h_sequence
= cpu_to_be64(cp->cp_next_tx_seq++);
in rds_send_queue_rm()
875
(unsigned long long)be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
));
in rds_send_queue_rm()
H
A
D
message.c
193
hdr->
h_sequence
= cpu_to_be64(seq);
in rds_message_populate_header()
H
A
D
rds.h
207
__be64
h_sequence
;
member
/kernel/linux/linux-6.6/net/rds/
H
A
D
recv.c
303
(unsigned long long)be64_to_cpu(inc->i_hdr.
h_sequence
),
in rds_recv_incoming()
330
if (be64_to_cpu(inc->i_hdr.
h_sequence
) < cp->cp_next_rx_seq &&
in rds_recv_incoming()
335
cp->cp_next_rx_seq = be64_to_cpu(inc->i_hdr.
h_sequence
) + 1;
in rds_recv_incoming()
783
minfo.seq = be64_to_cpu(inc->i_hdr.
h_sequence
);
in rds_inc_info_copy()
812
minfo6.seq = be64_to_cpu(inc->i_hdr.
h_sequence
);
in rds6_inc_info_copy()
H
A
D
loop.c
99
rds_send_drop_acked(conn, be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
),
in rds_loop_xmit()
H
A
D
ib_recv.c
941
if (hdr->
h_sequence
!= ihdr->
h_sequence
||
in rds_ib_process_recv()
965
state->ack_next = be64_to_cpu(hdr->
h_sequence
);
in rds_ib_process_recv()
H
A
D
send.c
490
return be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
) <= ack;
in rds_send_is_acked()
867
rm->m_inc.i_hdr.
h_sequence
= cpu_to_be64(cp->cp_next_tx_seq++);
in rds_send_queue_rm()
874
(unsigned long long)be64_to_cpu(rm->m_inc.i_hdr.
h_sequence
));
in rds_send_queue_rm()
H
A
D
message.c
193
hdr->
h_sequence
= cpu_to_be64(seq);
in rds_message_populate_header()
H
A
D
rds.h
207
__be64
h_sequence
;
member
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
recovery.c
553
sequence = be32_to_cpu(tmp->
h_sequence
);
in do_one_pass()
660
be32_to_cpu(tmp->
h_sequence
))) {
in do_one_pass()
H
A
D
journal.c
1039
header->
h_sequence
= cpu_to_be32(transaction->t_tid);
in jbd2_journal_get_descriptor_buffer()
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
recovery.c
559
sequence = be32_to_cpu(tmp->
h_sequence
);
in do_one_pass()
666
obh->b_data, be32_to_cpu(tmp->
h_sequence
))) {
in do_one_pass()
H
A
D
journal.c
1019
header->
h_sequence
= cpu_to_be32(transaction->t_tid);
in jbd2_journal_get_descriptor_buffer()
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
136
__be32
h_sequence
;
member
171
__be32
h_sequence
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
135
__be32
h_sequence
;
member
170
__be32
h_sequence
;
member
Completed in 30 milliseconds