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:svc_destroy
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
callback.c
272
*
svc_destroy
() will be called.
in nfs_callback_create_svc()
340
* svc_prepare_thread increments that. So we need to call
svc_destroy
in nfs_callback_up()
347
svc_destroy
(serv);
in nfs_callback_up()
373
svc_destroy
(serv);
in nfs_callback_down()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
svc.h
113
void
svc_destroy
(struct kref *);
119
* When the reference count reaches zero,
svc_destroy
()
124
kref_put(&serv->sv_refcnt,
svc_destroy
);
in svc_put()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
svc.c
527
svc_destroy
(struct svc_serv *serv)
in svc_destroy()
function
529
dprintk("svc:
svc_destroy
(%s, %d)\n",
in svc_destroy()
539
printk("
svc_destroy
: no threads for serv=%p!\n", serv);
in svc_destroy()
558
EXPORT_SYMBOL_GPL(
svc_destroy
);
variable
872
svc_destroy
(serv);
in svc_exit_thread()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfssvc.c
661
svc_destroy
(nn->nfsd_serv);
in nfsd_create_serv()
709
svc_destroy
(nn->nfsd_serv);
in nfsd_destroy()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
svc.h
117
* We use sv_nrthreads as a reference count.
svc_destroy
() drops
510
void
svc_destroy
(struct svc_serv *);
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
svc.c
569
svc_destroy
(struct kref *ref)
in svc_destroy()
function
574
dprintk("svc:
svc_destroy
(%s)\n", serv->sv_program->pg_name);
in svc_destroy()
598
EXPORT_SYMBOL_GPL(
svc_destroy
);
variable
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
svc.c
436
*
svc_destroy
() will be called.
in lockd_create_svc()
500
svc_destroy
(serv);
in lockd_up()
Completed in 15 milliseconds