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:flow_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs.h
269
struct ib_uverbs_flow_spec_action_count
flow_count
;
member
H
A
D
uverbs_cmd.c
2673
if (kern_spec->
flow_count
.size !=
in kern_spec_to_ib_spec_action()
2676
ib_spec->
flow_count
.counters =
in kern_spec_to_ib_spec_action()
2679
kern_spec->
flow_count
.handle,
in kern_spec_to_ib_spec_action()
2681
if (!ib_spec->
flow_count
.counters)
in kern_spec_to_ib_spec_action()
2683
ib_spec->
flow_count
.size =
in kern_spec_to_ib_spec_action()
2687
ib_spec->
flow_count
.counters);
in kern_spec_to_ib_spec_action()
2688
uobj_put_obj_read(ib_spec->
flow_count
.counters);
in kern_spec_to_ib_spec_action()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs.h
269
struct ib_uverbs_flow_spec_action_count
flow_count
;
member
H
A
D
uverbs_cmd.c
2678
if (kern_spec->
flow_count
.size !=
in kern_spec_to_ib_spec_action()
2681
ib_spec->
flow_count
.counters =
in kern_spec_to_ib_spec_action()
2684
kern_spec->
flow_count
.handle,
in kern_spec_to_ib_spec_action()
2686
if (!ib_spec->
flow_count
.counters)
in kern_spec_to_ib_spec_action()
2688
ib_spec->
flow_count
.size =
in kern_spec_to_ib_spec_action()
2692
ib_spec->
flow_count
.counters);
in kern_spec_to_ib_spec_action()
2693
uobj_put_obj_read(ib_spec->
flow_count
.counters);
in kern_spec_to_ib_spec_action()
/kernel/linux/linux-5.10/drivers/net/
H
A
D
tun.c
216
u32
flow_count
;
member
407
++tun->
flow_count
;
in tun_flow_create()
418
--tun->
flow_count
;
in tun_flow_delete()
508
tun->
flow_count
< MAX_TAP_FLOWS)
in tun_flow_update()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
tun.c
205
u32
flow_count
;
member
395
++tun->
flow_count
;
in tun_flow_create()
406
--tun->
flow_count
;
in tun_flow_delete()
496
tun->
flow_count
< MAX_TAP_FLOWS)
in tun_flow_update()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
fs.c
536
if (FIELDS_NOT_SUPPORTED(ib_spec->
flow_count
,
in parse_flow_attr()
544
action->counters = ib_spec->
flow_count
.counters;
in parse_flow_attr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
fs.c
519
if (FIELDS_NOT_SUPPORTED(ib_spec->
flow_count
,
in parse_flow_attr()
527
action->counters = ib_spec->
flow_count
.counters;
in parse_flow_attr()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_verbs.h
2056
struct ib_flow_spec_action_count
flow_count
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_verbs.h
2095
struct ib_flow_spec_action_count
flow_count
;
member
Completed in 41 milliseconds