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:slot_hashtable
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
keyslot-manager.c
114
ksm->
slot_hashtable
= kvmalloc_array(slot_hashtable_size,
in blk_ksm_init()
115
sizeof(ksm->
slot_hashtable
[0]),
in blk_ksm_init()
117
if (!ksm->
slot_hashtable
)
in blk_ksm_init()
120
INIT_HLIST_HEAD(&ksm->
slot_hashtable
[i]);
in blk_ksm_init()
134
return &ksm->
slot_hashtable
[hash_ptr(key, ksm->log_slot_ht_size)];
in blk_ksm_hash_bucket_for_key()
382
kvfree(ksm->
slot_hashtable
);
in blk_ksm_destroy()
/kernel/linux/linux-6.6/block/
H
A
D
blk-crypto-profile.c
123
profile->
slot_hashtable
=
in blk_crypto_profile_init()
125
sizeof(profile->
slot_hashtable
[0]), GFP_KERNEL);
in blk_crypto_profile_init()
126
if (!profile->
slot_hashtable
)
in blk_crypto_profile_init()
129
INIT_HLIST_HEAD(&profile->
slot_hashtable
[i]);
in blk_crypto_profile_init()
174
return &profile->
slot_hashtable
[
in blk_crypto_hash_bucket_for_key()
446
kvfree(profile->
slot_hashtable
);
in blk_crypto_profile_destroy()
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyslot-manager.h
79
struct hlist_head *
slot_hashtable
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
blk-crypto-profile.h
110
* to @
slot_hashtable
. This can also be taken in read mode to look up
126
struct hlist_head *
slot_hashtable
;
member
Completed in 3 milliseconds