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:total_resid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/ceph/
H
A
D
messenger_v2.c
869
WARN_ON(!cursor->
total_resid
);
in get_bvec_at()
900
int data_len = cursor->
total_resid
;
in calc_sg_cnt_cursor()
913
} while (cursor->
total_resid
);
in calc_sg_cnt_cursor()
952
int data_len = cursor->
total_resid
;
in init_sgs_cursor()
964
} while (cursor->
total_resid
);
in init_sgs_cursor()
1911
if (con->v2.in_cursor.
total_resid
) {
in prepare_read_data_cont()
1959
WARN_ON_ONCE(cursor->sr_resid > cursor->
total_resid
);
in prepare_sparse_read_cont()
2004
if (ret > cursor->
total_resid
) {
in prepare_sparse_read_cont()
2005
pr_warn("%s: ret 0x%x
total_resid
0x%zx resid 0x%zx\n",
in prepare_sparse_read_cont()
2006
__func__, ret, cursor->
total_resid
, curso
in prepare_sparse_read_cont()
[all...]
H
A
D
messenger_v1.c
486
while (cursor->
total_resid
) {
in write_partial_message_data()
1040
while (cursor->
total_resid
) {
in read_partial_sparse_msg_data()
1079
while (cursor->
total_resid
) {
in read_partial_msg_data()
1121
while (cursor->
total_resid
) {
in read_partial_msg_data_bounce()
1581
con->v1.out_skip += msg->cursor.
total_resid
;
in ceph_con_v1_revoke()
H
A
D
messenger.c
1038
size_t length = cursor->
total_resid
;
in __ceph_msg_data_cursor_init()
1073
cursor->
total_resid
= length;
in ceph_msg_data_cursor_init()
1154
cursor->
total_resid
-= bytes;
in ceph_msg_data_advance()
1156
if (!cursor->resid && cursor->
total_resid
) {
in ceph_msg_data_advance()
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
messenger.h
188
size_t
total_resid
; /* across all data items */
member
/kernel/linux/linux-5.10/net/ceph/
H
A
D
messenger.c
1091
size_t length = cursor->
total_resid
;
in __ceph_msg_data_cursor_init()
1124
cursor->
total_resid
= length;
in ceph_msg_data_cursor_init()
1202
cursor->
total_resid
-= bytes;
in ceph_msg_data_advance()
1204
if (!cursor->resid && cursor->
total_resid
) {
in ceph_msg_data_advance()
1574
while (cursor->
total_resid
) {
in write_partial_message_data()
1586
if (length == cursor->
total_resid
)
in write_partial_message_data()
2326
while (cursor->
total_resid
) {
in read_partial_msg_data()
3158
con->out_skip += msg->cursor.
total_resid
;
in ceph_msg_revoke()
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
messenger.h
233
size_t
total_resid
; /* across all data items */
member
Completed in 19 milliseconds