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:tot_sent
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
pvcalls-front.c
536
int sent,
tot_sent
= 0;
in pvcalls_front_sendmsg()
local
563
tot_sent
+= sent;
in pvcalls_front_sendmsg()
569
tot_sent
= sent;
in pvcalls_front_sendmsg()
573
return
tot_sent
;
in pvcalls_front_sendmsg()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
pvcalls-front.c
545
int sent,
tot_sent
= 0;
in pvcalls_front_sendmsg()
local
572
tot_sent
+= sent;
in pvcalls_front_sendmsg()
578
tot_sent
= sent;
in pvcalls_front_sendmsg()
582
return
tot_sent
;
in pvcalls_front_sendmsg()
/kernel/linux/linux-5.10/net/batman-adv/
H
A
D
tp_meter.c
425
atomic64_read(&tp_vars->
tot_sent
),
in batadv_tp_sender_end()
712
&tp_vars->
tot_sent
);
in batadv_tp_recv_ack()
1015
atomic64_set(&tp_vars->
tot_sent
, 0);
in batadv_tp_start()
H
A
D
types.h
1451
/** @
tot_sent
: amount of data sent/ACKed so far */
1452
atomic64_t
tot_sent
;
member
/kernel/linux/linux-6.6/net/batman-adv/
H
A
D
tp_meter.c
426
atomic64_read(&tp_vars->
tot_sent
),
in batadv_tp_sender_end()
713
&tp_vars->
tot_sent
);
in batadv_tp_recv_ack()
1011
atomic64_set(&tp_vars->
tot_sent
, 0);
in batadv_tp_start()
H
A
D
types.h
1434
/** @
tot_sent
: amount of data sent/ACKed so far */
1435
atomic64_t
tot_sent
;
member
Completed in 14 milliseconds