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:sw_flow_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
flow.h
199
struct
sw_flow_stats
{
struct
221
struct
sw_flow_stats
__rcu *stats[]; /* One for each CPU. First one
H
A
D
flow.c
62
struct
sw_flow_stats
*stats;
in ovs_flow_stats_update()
90
struct
sw_flow_stats
*new_stats;
in ovs_flow_stats_update()
137
struct
sw_flow_stats
*stats = rcu_dereference_ovsl(flow->stats[cpu]);
in ovs_flow_stats_get()
161
struct
sw_flow_stats
*stats = ovsl_dereference(flow->stats[cpu]);
in ovs_flow_stats_clear()
H
A
D
flow_table.c
75
struct
sw_flow_stats
*stats;
in ovs_flow_alloc()
121
(struct
sw_flow_stats
__force *)flow->stats[cpu]);
in flow_free()
1200
* sizeof(struct
sw_flow_stats
*)),
in ovs_flow_init()
1206
= kmem_cache_create("
sw_flow_stats
", sizeof(struct
sw_flow_stats
),
in ovs_flow_init()
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
flow.h
213
struct
sw_flow_stats
{
struct
235
struct
sw_flow_stats
__rcu *stats[]; /* One for each CPU. First one
H
A
D
flow_table.c
75
struct
sw_flow_stats
*stats;
in ovs_flow_alloc()
122
(struct
sw_flow_stats
__force *)flow->stats[cpu]);
in flow_free()
1200
* sizeof(struct
sw_flow_stats
*))
in ovs_flow_init()
1207
= kmem_cache_create("
sw_flow_stats
", sizeof(struct
sw_flow_stats
),
in ovs_flow_init()
H
A
D
flow.c
64
struct
sw_flow_stats
*stats;
in ovs_flow_stats_update()
92
struct
sw_flow_stats
*new_stats;
in ovs_flow_stats_update()
141
struct
sw_flow_stats
*stats = rcu_dereference_ovsl(flow->stats[cpu]);
in ovs_flow_stats_get()
166
struct
sw_flow_stats
*stats = ovsl_dereference(flow->stats[cpu]);
in ovs_flow_stats_clear()
Completed in 8 milliseconds