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:rps_hash_table
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
rx_common.c
727
if (!efx->
rps_hash_table
)
in efx_rps_hash_bucket()
729
return &efx->
rps_hash_table
[hash % EFX_ARFS_HASH_TABLE_SIZE];
in efx_rps_hash_bucket()
889
if (efx->
rps_hash_table
) {
in efx_filter_rfs_work()
1021
if (efx->
rps_hash_table
) {
in efx_filter_rfs()
H
A
D
efx_common.c
1024
efx->
rps_hash_table
= kcalloc(EFX_ARFS_HASH_TABLE_SIZE,
in efx_init_struct()
1025
sizeof(*efx->
rps_hash_table
), GFP_KERNEL);
in efx_init_struct()
1060
kfree(efx->
rps_hash_table
);
in efx_fini_struct()
H
A
D
net_driver.h
952
* @rps_hash_lock: Protects ARFS filter mapping state (@
rps_hash_table
and
954
* @
rps_hash_table
: Mapping between ARFS filters and their various IDs
1130
struct hlist_head *
rps_hash_table
;
member
H
A
D
mcdi_filters.c
1793
if (!efx->
rps_hash_table
) {
in efx_mcdi_filter_rfs_expire_one()
H
A
D
farch.c
2919
if (!efx->
rps_hash_table
) {
in efx_farch_filter_rfs_expire_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
rx_common.c
714
if (!efx->
rps_hash_table
)
in efx_rps_hash_bucket()
716
return &efx->
rps_hash_table
[hash % EFX_ARFS_HASH_TABLE_SIZE];
in efx_rps_hash_bucket()
872
if (efx->
rps_hash_table
) {
in efx_filter_rfs_work()
1004
if (efx->
rps_hash_table
) {
in efx_filter_rfs()
H
A
D
efx_common.c
1017
efx->
rps_hash_table
= kcalloc(EFX_ARFS_HASH_TABLE_SIZE,
in efx_init_struct()
1018
sizeof(*efx->
rps_hash_table
), GFP_KERNEL);
in efx_init_struct()
1054
kfree(efx->
rps_hash_table
);
in efx_fini_struct()
H
A
D
net_driver.h
939
* @rps_hash_lock: Protects ARFS filter mapping state (@
rps_hash_table
and
941
* @
rps_hash_table
: Mapping between ARFS filters and their various IDs
1122
struct hlist_head *
rps_hash_table
;
member
H
A
D
mcdi_filters.c
1797
if (!efx->
rps_hash_table
) {
in efx_mcdi_filter_rfs_expire_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
rx_common.c
716
if (!efx->
rps_hash_table
)
in efx_rps_hash_bucket()
718
return &efx->
rps_hash_table
[hash % EFX_ARFS_HASH_TABLE_SIZE];
in efx_rps_hash_bucket()
877
if (efx->
rps_hash_table
) {
in efx_filter_rfs_work()
1010
if (efx->
rps_hash_table
) {
in efx_siena_filter_rfs()
H
A
D
efx_common.c
1033
efx->
rps_hash_table
= kcalloc(EFX_ARFS_HASH_TABLE_SIZE,
in efx_siena_init_struct()
1034
sizeof(*efx->
rps_hash_table
), GFP_KERNEL);
in efx_siena_init_struct()
1069
kfree(efx->
rps_hash_table
);
in efx_siena_fini_struct()
H
A
D
net_driver.h
911
* @rps_hash_lock: Protects ARFS filter mapping state (@
rps_hash_table
and
913
* @
rps_hash_table
: Mapping between ARFS filters and their various IDs
1090
struct hlist_head *
rps_hash_table
;
member
H
A
D
farch.c
2920
if (!efx->
rps_hash_table
) {
in efx_farch_filter_rfs_expire_one()
Completed in 33 milliseconds