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:lc_destroy
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
lru_cache.h
243
extern void
lc_destroy
(struct lru_cache *lc);
/kernel/linux/linux-6.6/include/linux/
H
A
D
lru_cache.h
242
extern void
lc_destroy
(struct lru_cache *lc);
/kernel/linux/linux-5.10/lib/
H
A
D
lru_cache.c
171
*
lc_destroy
- frees memory allocated by lc_create()
174
void
lc_destroy
(struct lru_cache *lc)
in lc_destroy()
function
191
* basically a short cut to
lc_destroy
(lc); lc = lc_create(...);
662
EXPORT_SYMBOL(
lc_destroy
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
lru_cache.c
161
*
lc_destroy
- frees memory allocated by lc_create()
164
void
lc_destroy
(struct lru_cache *lc)
in lc_destroy()
function
181
* basically a short cut to
lc_destroy
(lc); lc = lc_create(...);
610
EXPORT_SYMBOL(
lc_destroy
);
variable
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_worker.c
1933
lc_destroy
(device->resync);
in drbd_ldev_destroy()
1935
lc_destroy
(device->act_log);
in drbd_ldev_destroy()
H
A
D
drbd_nl.c
1182
lc_destroy
(n);
in drbd_check_al_size()
1185
lc_destroy
(t);
in drbd_check_al_size()
2197
lc_destroy
(resync_lru);
in drbd_adm_attach()
H
A
D
drbd_main.c
2247
lc_destroy
(device->act_log);
in drbd_destroy_device()
2248
lc_destroy
(device->resync);
in drbd_destroy_device()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_worker.c
1939
lc_destroy
(device->resync);
in drbd_ldev_destroy()
1941
lc_destroy
(device->act_log);
in drbd_ldev_destroy()
H
A
D
drbd_nl.c
1183
lc_destroy
(n);
in drbd_check_al_size()
1186
lc_destroy
(t);
in drbd_check_al_size()
2141
lc_destroy
(resync_lru);
in drbd_adm_attach()
H
A
D
drbd_main.c
2213
lc_destroy
(device->act_log);
in drbd_destroy_device()
2214
lc_destroy
(device->resync);
in drbd_destroy_device()
Completed in 31 milliseconds