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:mask_cache_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
flow_table.h
25
struct
mask_cache_entry
{
struct
33
struct
mask_cache_entry
__percpu *mask_cache;
H
A
D
flow_table.c
363
struct
mask_cache_entry
__percpu *cache = NULL;
in tbl_mask_cache_alloc()
370
(size * sizeof(struct
mask_cache_entry
)) > PCPU_MIN_UNIT_SIZE)
in tbl_mask_cache_alloc()
379
cache = __alloc_percpu(array_size(sizeof(struct
mask_cache_entry
),
in tbl_mask_cache_alloc()
381
__alignof__(struct
mask_cache_entry
));
in tbl_mask_cache_alloc()
400
(size * sizeof(struct
mask_cache_entry
)) > PCPU_MIN_UNIT_SIZE)
in ovs_flow_tbl_masks_cache_resize()
794
struct
mask_cache_entry
*entries, *ce;
in ovs_flow_tbl_lookup_stats()
822
struct
mask_cache_entry
*e;
in ovs_flow_tbl_lookup_stats()
H
A
D
datapath.c
1934
PCPU_MIN_UNIT_SIZE / sizeof(struct
mask_cache_entry
)),
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
flow_table.h
25
struct
mask_cache_entry
{
struct
33
struct
mask_cache_entry
__percpu *mask_cache;
H
A
D
flow_table.c
364
struct
mask_cache_entry
__percpu *cache = NULL;
in tbl_mask_cache_alloc()
371
(size * sizeof(struct
mask_cache_entry
)) > PCPU_MIN_UNIT_SIZE)
in tbl_mask_cache_alloc()
380
cache = __alloc_percpu(array_size(sizeof(struct
mask_cache_entry
),
in tbl_mask_cache_alloc()
382
__alignof__(struct
mask_cache_entry
));
in tbl_mask_cache_alloc()
401
(size * sizeof(struct
mask_cache_entry
)) > PCPU_MIN_UNIT_SIZE)
in ovs_flow_tbl_masks_cache_resize()
795
struct
mask_cache_entry
*entries, *ce;
in ovs_flow_tbl_lookup_stats()
823
struct
mask_cache_entry
*e;
in ovs_flow_tbl_lookup_stats()
H
A
D
datapath.c
2055
PCPU_MIN_UNIT_SIZE / sizeof(struct
mask_cache_entry
)),
Completed in 11 milliseconds