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:cfg_cork
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
msg_zerocopy.c
77
static int
cfg_cork
;
variable
232
payload_len = cfg_payload_len /
cfg_cork
;
in do_sendmsg_corked()
233
extra_len = cfg_payload_len - (
cfg_cork
* payload_len);
in do_sendmsg_corked()
237
for (i = 0; i <
cfg_cork
; i++) {
in do_sendmsg_corked()
547
if (
cfg_cork
)
in do_tx()
680
if (
cfg_cork
&& (domain == PF_PACKET || type != SOCK_DGRAM))
in do_test()
726
cfg_cork
= strtol(optarg, NULL, 0);
in parse_opts()
778
if (cfg_cork_mixed && (!cfg_zerocopy || !
cfg_cork
))
in parse_opts()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
msg_zerocopy.c
77
static int
cfg_cork
;
variable
232
payload_len = cfg_payload_len /
cfg_cork
;
in do_sendmsg_corked()
233
extra_len = cfg_payload_len - (
cfg_cork
* payload_len);
in do_sendmsg_corked()
237
for (i = 0; i <
cfg_cork
; i++) {
in do_sendmsg_corked()
547
if (
cfg_cork
)
in do_tx()
680
if (
cfg_cork
&& (domain == PF_PACKET || type != SOCK_DGRAM))
in do_test()
726
cfg_cork
= strtol(optarg, NULL, 0);
in parse_opts()
778
if (cfg_cork_mixed && (!cfg_zerocopy || !
cfg_cork
))
in parse_opts()
H
A
D
io_uring_zerocopy_tx.c
50
static bool
cfg_cork
= false;
variable
384
if (
cfg_cork
)
in do_tx()
418
if (
cfg_cork
)
in do_tx()
536
cfg_cork
= strtol(optarg, NULL, 0);
in parse_opts()
Completed in 4 milliseconds