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:drc_hashtbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfscache.c
175
nn->
drc_hashtbl
= kvzalloc(array_size(hashsize,
in nfsd_reply_cache_init()
176
sizeof(*nn->
drc_hashtbl
)), GFP_KERNEL);
in nfsd_reply_cache_init()
177
if (!nn->
drc_hashtbl
)
in nfsd_reply_cache_init()
181
INIT_LIST_HEAD(&nn->
drc_hashtbl
[i].lru_head);
in nfsd_reply_cache_init()
182
spin_lock_init(&nn->
drc_hashtbl
[i].cache_lock);
in nfsd_reply_cache_init()
202
struct list_head *head = &nn->
drc_hashtbl
[i].lru_head;
in nfsd_reply_cache_shutdown()
205
nfsd_reply_cache_free_locked(&nn->
drc_hashtbl
[i],
in nfsd_reply_cache_shutdown()
210
kvfree(nn->
drc_hashtbl
);
in nfsd_reply_cache_shutdown()
211
nn->
drc_hashtbl
= NULL;
in nfsd_reply_cache_shutdown()
260
struct nfsd_drc_bucket *b = &nn->
drc_hashtbl
[
in prune_cache_entries()
[all...]
H
A
D
netns.h
141
struct nfsd_drc_bucket *
drc_hashtbl
;
member
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfscache.c
219
nn->
drc_hashtbl
= kvzalloc(array_size(hashsize,
in nfsd_reply_cache_init()
220
sizeof(*nn->
drc_hashtbl
)), GFP_KERNEL);
in nfsd_reply_cache_init()
221
if (!nn->
drc_hashtbl
)
in nfsd_reply_cache_init()
225
INIT_LIST_HEAD(&nn->
drc_hashtbl
[i].lru_head);
in nfsd_reply_cache_init()
226
spin_lock_init(&nn->
drc_hashtbl
[i].cache_lock);
in nfsd_reply_cache_init()
245
struct list_head *head = &nn->
drc_hashtbl
[i].lru_head;
in nfsd_reply_cache_shutdown()
248
nfsd_reply_cache_free_locked(&nn->
drc_hashtbl
[i],
in nfsd_reply_cache_shutdown()
253
kvfree(nn->
drc_hashtbl
);
in nfsd_reply_cache_shutdown()
254
nn->
drc_hashtbl
= NULL;
in nfsd_reply_cache_shutdown()
275
return &nn->
drc_hashtbl
[has
in nfsd_cache_bucket_find()
[all...]
H
A
D
netns.h
152
struct nfsd_drc_bucket *
drc_hashtbl
;
member
Completed in 3 milliseconds