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:out_kvec
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
messenger.h
301
struct kvec
out_kvec
[8], /* sending header/footer data */
member
303
int out_kvec_left; /* kvec's left in
out_kvec
*/
/kernel/linux/linux-6.6/net/ceph/
H
A
D
messenger_v1.c
116
con->v1.out_kvec_cur = &con->v1.
out_kvec
[0];
in con_out_kvec_reset()
125
BUG_ON(index >= ARRAY_SIZE(con->v1.
out_kvec
));
in con_out_kvec_add()
127
con->v1.
out_kvec
[index].iov_len = size;
in con_out_kvec_add()
128
con->v1.
out_kvec
[index].iov_base = data;
in con_out_kvec_add()
170
* off. Assumes
out_kvec
* are already valid.. we just add on to the end.
461
* 1 -> done, footer is now queued in
out_kvec
[].
1354
* Do not reset
out_kvec
, as sending our banner raced
in ceph_con_v1_try_read()
/kernel/linux/linux-5.10/net/ceph/
H
A
D
messenger.c
762
con->out_kvec_cur = &con->
out_kvec
[0];
in con_out_kvec_reset()
771
BUG_ON(index >= ARRAY_SIZE(con->
out_kvec
));
in con_out_kvec_add()
773
con->
out_kvec
[index].iov_len = size;
in con_out_kvec_add()
774
con->
out_kvec
[index].iov_base = data;
in con_out_kvec_add()
786
int off = con->out_kvec_cur - con->
out_kvec
;
in con_out_kvec_skip()
790
skip = con->
out_kvec
[off + con->out_kvec_left - 1].iov_len;
in con_out_kvec_skip()
1229
* off. Assumes
out_kvec
* are already valid.. we just add on to the end.
1548
* 1 -> done, footer is now queued in
out_kvec
[].
2685
* Do not reset
out_kvec
, as sending our banner raced
in try_read()
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
messenger.h
325
struct kvec
out_kvec
[8], /* sending header/footer data */
member
327
int out_kvec_left; /* kvec's left in
out_kvec
*/
Completed in 9 milliseconds