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:nfsd_file_slab
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
filecache.c
57
static struct kmem_cache *
nfsd_file_slab
;
variable
88
kmem_cache_free(
nfsd_file_slab
, nf);
in nfsd_file_slab_free()
178
nf = kmem_cache_alloc(
nfsd_file_slab
, GFP_KERNEL);
in nfsd_file_alloc()
650
nfsd_file_slab
= kmem_cache_create("nfsd_file",
in nfsd_file_cache_init()
652
if (!
nfsd_file_slab
) {
in nfsd_file_cache_init()
653
pr_err("nfsd: unable to create
nfsd_file_slab
\n");
in nfsd_file_cache_init()
706
kmem_cache_destroy(
nfsd_file_slab
);
in nfsd_file_cache_init()
707
nfsd_file_slab
= NULL;
in nfsd_file_cache_init()
851
kmem_cache_destroy(
nfsd_file_slab
);
in nfsd_file_cache_shutdown()
852
nfsd_file_slab
in nfsd_file_cache_shutdown()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
filecache.c
71
static struct kmem_cache *
nfsd_file_slab
;
variable
127
kmem_cache_free(
nfsd_file_slab
, nf);
in nfsd_file_slab_free()
217
nf = kmem_cache_alloc(
nfsd_file_slab
, GFP_KERNEL);
in nfsd_file_alloc()
728
nfsd_file_slab
= kmem_cache_create("nfsd_file",
in nfsd_file_cache_init()
730
if (!
nfsd_file_slab
) {
in nfsd_file_cache_init()
731
pr_err("nfsd: unable to create
nfsd_file_slab
\n");
in nfsd_file_cache_init()
781
kmem_cache_destroy(
nfsd_file_slab
);
in nfsd_file_cache_init()
782
nfsd_file_slab
= NULL;
in nfsd_file_cache_init()
905
kmem_cache_destroy(
nfsd_file_slab
);
in nfsd_file_cache_shutdown()
906
nfsd_file_slab
in nfsd_file_cache_shutdown()
[all...]
Completed in 5 milliseconds