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:HashWorking
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
2785
* @
HashWorking
: pointer to the entry of the working hash array.
2787
* This routine calculates the working hash array referred by @
HashWorking
2790
* array and returned by reference through @
HashWorking
.
2793
lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t *
HashWorking
)
in lpfc_challenge_key()
argument
2795
*
HashWorking
= (*RandomChallenge ^ *
HashWorking
);
in lpfc_challenge_key()
2809
uint32_t *
HashWorking
;
in lpfc_hba_init()
local
2812
HashWorking
= kcalloc(80, sizeof(uint32_t), GFP_KERNEL);
in lpfc_hba_init()
2813
if (!
HashWorking
)
in lpfc_hba_init()
2816
HashWorking
[
in lpfc_hba_init()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_init.c
2984
* @
HashWorking
: pointer to the entry of the working hash array.
2986
* This routine calculates the working hash array referred by @
HashWorking
2989
* array and returned by reference through @
HashWorking
.
2992
lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t *
HashWorking
)
in lpfc_challenge_key()
argument
2994
*
HashWorking
= (*RandomChallenge ^ *
HashWorking
);
in lpfc_challenge_key()
3008
uint32_t *
HashWorking
;
in lpfc_hba_init()
local
3011
HashWorking
= kcalloc(80, sizeof(uint32_t), GFP_KERNEL);
in lpfc_hba_init()
3012
if (!
HashWorking
)
in lpfc_hba_init()
3015
HashWorking
[
in lpfc_hba_init()
[all...]
Completed in 12 milliseconds