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:pkg_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/can/
H
A
D
proc.c
81
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_init_stats()
local
88
memset(
pkg_stats
, 0, sizeof(struct can_pkg_stats));
in can_init_stats()
89
pkg_stats
->jiffies_init = jiffies;
in can_init_stats()
122
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_stat_update()
local
130
if (j <
pkg_stats
->jiffies_init)
in can_stat_update()
134
if (
pkg_stats
->rx_frames > (ULONG_MAX / HZ))
in can_stat_update()
138
if (
pkg_stats
->tx_frames > (ULONG_MAX / HZ))
in can_stat_update()
142
if (
pkg_stats
in can_stat_update()
215
struct can_
pkg_stats
*
pkg_stats
= net->can.
pkg_stats
;
can_stats_proc_show()
local
278
struct can_
pkg_stats
*
pkg_stats
= net->can.
pkg_stats
;
can_reset_stats_proc_show()
local
[all...]
H
A
D
af_can.c
203
struct can_pkg_stats *
pkg_stats
= dev_net(skb->dev)->can.
pkg_stats
;
in can_send()
local
290
pkg_stats
->tx_frames++;
in can_send()
291
pkg_stats
->tx_frames_delta++;
in can_send()
647
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_receive()
local
651
pkg_stats
->rx_frames++;
in can_receive()
652
pkg_stats
->rx_frames_delta++;
in can_receive()
673
pkg_stats
->matches++;
in can_receive()
674
pkg_stats
in can_receive()
[all...]
/kernel/linux/linux-6.6/net/can/
H
A
D
proc.c
81
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_init_stats()
local
88
memset(
pkg_stats
, 0, sizeof(struct can_pkg_stats));
in can_init_stats()
89
pkg_stats
->jiffies_init = jiffies;
in can_init_stats()
118
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_stat_update()
local
126
if (j <
pkg_stats
->jiffies_init)
in can_stat_update()
130
if (
pkg_stats
->rx_frames > (ULONG_MAX / HZ))
in can_stat_update()
134
if (
pkg_stats
->tx_frames > (ULONG_MAX / HZ))
in can_stat_update()
138
if (
pkg_stats
in can_stat_update()
213
struct can_
pkg_stats
*
pkg_stats
= net->can.
pkg_stats
;
can_stats_proc_show()
local
276
struct can_
pkg_stats
*
pkg_stats
= net->can.
pkg_stats
;
can_reset_stats_proc_show()
local
[all...]
H
A
D
af_can.c
202
struct can_pkg_stats *
pkg_stats
= dev_net(skb->dev)->can.
pkg_stats
;
in can_send()
local
289
pkg_stats
->tx_frames++;
in can_send()
290
pkg_stats
->tx_frames_delta++;
in can_send()
645
struct can_pkg_stats *
pkg_stats
= net->can.
pkg_stats
;
in can_receive()
local
649
pkg_stats
->rx_frames++;
in can_receive()
650
pkg_stats
->rx_frames_delta++;
in can_receive()
671
pkg_stats
->matches++;
in can_receive()
672
pkg_stats
in can_receive()
[all...]
/kernel/linux/linux-5.10/include/net/netns/
H
A
D
can.h
33
struct can_pkg_stats *
pkg_stats
;
member
/kernel/linux/linux-6.6/include/net/netns/
H
A
D
can.h
34
struct can_pkg_stats *
pkg_stats
;
member
Completed in 4 milliseconds