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_committed
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
lru_cache.h
252
extern void
lc_committed
(struct lru_cache *lc);
/kernel/linux/linux-6.6/include/linux/
H
A
D
lru_cache.h
250
extern void
lc_committed
(struct lru_cache *lc);
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_actlog.c
467
lc_committed
(device->act_log);
in drbd_al_begin_io_commit()
618
lc_committed
(device->act_log);
in drbd_al_initialize()
718
lc_committed
(device->resync);
in update_rs_extent()
920
lc_committed
(device->resync);
in _bme_get()
1095
lc_committed
(device->resync);
in drbd_try_rs_begin_io()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_actlog.c
467
lc_committed
(device->act_log);
in drbd_al_begin_io_commit()
618
lc_committed
(device->act_log);
in drbd_al_initialize()
718
lc_committed
(device->resync);
in update_rs_extent()
922
lc_committed
(device->resync);
in _bme_get()
1098
lc_committed
(device->resync);
in drbd_try_rs_begin_io()
/kernel/linux/linux-5.10/lib/
H
A
D
lru_cache.c
475
*
lc_committed
(lc) and lc_unlock(), to finish the change.
527
*
lc_committed
- tell @lc that pending changes have been recorded
534
void
lc_committed
(struct lru_cache *lc)
in lc_committed()
function
669
EXPORT_SYMBOL(
lc_committed
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
lru_cache.c
465
*
lc_committed
(lc) and lc_unlock(), to finish the change.
517
*
lc_committed
- tell @lc that pending changes have been recorded
524
void
lc_committed
(struct lru_cache *lc)
in lc_committed()
function
616
EXPORT_SYMBOL(
lc_committed
);
variable
Completed in 7 milliseconds