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_reset
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
lru_cache.h
174
/* size of tracked objects, used to memset(,0,) them in
lc_reset
*/
242
extern void
lc_reset
(struct lru_cache *lc);
/kernel/linux/linux-6.6/include/linux/
H
A
D
lru_cache.h
174
/* size of tracked objects, used to memset(,0,) them in
lc_reset
*/
241
extern void
lc_reset
(struct lru_cache *lc);
/kernel/linux/linux-5.10/lib/
H
A
D
lru_cache.c
187
*
lc_reset
- does a full reset for @lc and the hash table slots.
193
void
lc_reset
(struct lru_cache *lc)
in lc_reset()
function
661
EXPORT_SYMBOL(
lc_reset
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
lru_cache.c
177
*
lc_reset
- does a full reset for @lc and the hash table slots.
183
void
lc_reset
(struct lru_cache *lc)
in lc_reset()
function
609
EXPORT_SYMBOL(
lc_reset
);
variable
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_actlog.c
1177
lc_reset
(device->resync);
in drbd_rs_cancel_all()
H
A
D
drbd_worker.c
1840
lc_reset
(device->resync);
in drbd_start_resync()
1848
wake_up(&device->al_wait); /* for
lc_reset
() above */
in drbd_start_resync()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_actlog.c
1180
lc_reset
(device->resync);
in drbd_rs_cancel_all()
H
A
D
drbd_worker.c
1845
lc_reset
(device->resync);
in drbd_start_resync()
1853
wake_up(&device->al_wait); /* for
lc_reset
() above */
in drbd_start_resync()
Completed in 13 milliseconds