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:hash_func
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/
H
A
D
devorangefs-req.c
43
static int
hash_func
(__u64 tag, int table_size)
in hash_func()
function
50
int index =
hash_func
(op->tag, hash_table_size);
in orangefs_devreq_add_op()
64
index =
hash_func
(tag, hash_table_size);
in orangefs_devreq_remove_op()
/kernel/linux/linux-6.6/fs/orangefs/
H
A
D
devorangefs-req.c
43
static int
hash_func
(__u64 tag, int table_size)
in hash_func()
function
50
int index =
hash_func
(op->tag, hash_table_size);
in orangefs_devreq_add_op()
64
index =
hash_func
(tag, hash_table_size);
in orangefs_devreq_remove_op()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.c
1054
return ena_dev->rss.
hash_func
;
in ena_com_get_current_hash_function()
2265
if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->
hash_func
))) {
in ena_com_set_hash_function()
2267
rss->
hash_func
);
in ena_com_set_hash_function()
2278
cmd.u.flow_hash_func.selected_func = 1 << rss->
hash_func
;
in ena_com_set_hash_function()
2297
rss->
hash_func
, ret);
in ena_com_set_hash_function()
2353
old_func = rss->
hash_func
;
in ena_com_fill_hash_function()
2354
rss->
hash_func
= func;
in ena_com_fill_hash_function()
2359
rss->
hash_func
= old_func;
in ena_com_fill_hash_function()
2382
rss->
hash_func
= ffs(get_resp.u.flow_hash_func.selected_func);
in ena_com_get_hash_function()
2383
if (rss->
hash_func
)
in ena_com_get_hash_function()
[all...]
H
A
D
ena_com.h
275
enum ena_admin_hash_functions
hash_func
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.c
1088
return ena_dev->rss.
hash_func
;
in ena_com_get_current_hash_function()
2336
if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->
hash_func
))) {
in ena_com_set_hash_function()
2339
rss->
hash_func
);
in ena_com_set_hash_function()
2350
cmd.u.flow_hash_func.selected_func = 1 << rss->
hash_func
;
in ena_com_set_hash_function()
2370
rss->
hash_func
, ret);
in ena_com_set_hash_function()
2418
old_func = rss->
hash_func
;
in ena_com_fill_hash_function()
2419
rss->
hash_func
= func;
in ena_com_fill_hash_function()
2424
rss->
hash_func
= old_func;
in ena_com_fill_hash_function()
2447
rss->
hash_func
= ffs(get_resp.u.flow_hash_func.selected_func);
in ena_com_get_hash_function()
2448
if (rss->
hash_func
)
in ena_com_get_hash_function()
[all...]
H
A
D
ena_com.h
275
enum ena_admin_hash_functions
hash_func
;
member
Completed in 11 milliseconds