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_try_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
lru_cache.h
274
*
lc_try_lock
- variant to stop lc_get() from changing the tracked set
282
extern int
lc_try_lock
(struct lru_cache *lc);
/kernel/linux/linux-6.6/include/linux/
H
A
D
lru_cache.h
272
*
lc_try_lock
- variant to stop lc_get() from changing the tracked set
280
extern int
lc_try_lock
(struct lru_cache *lc);
/kernel/linux/linux-5.10/lib/
H
A
D
lru_cache.c
55
int
lc_try_lock
(struct lru_cache *lc)
in lc_try_lock()
function
403
/* To avoid races with
lc_try_lock
(), first, mark us dirty
in __lc_get()
468
* so
lc_try_lock
() will no longer succeed.
674
EXPORT_SYMBOL(
lc_try_lock
);
variable
/kernel/linux/linux-6.6/lib/
H
A
D
lru_cache.c
55
int
lc_try_lock
(struct lru_cache *lc)
in lc_try_lock()
function
393
/* To avoid races with
lc_try_lock
(), first, mark us dirty
in __lc_get()
458
* so
lc_try_lock
() will no longer succeed.
620
EXPORT_SYMBOL(
lc_try_lock
);
variable
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_nl.c
1447
if (!
lc_try_lock
(device->act_log)) {
in drbd_suspend_al()
1555
wait_event(device->al_wait,
lc_try_lock
(device->act_log));
in disk_opts_check_al_size()
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_nl.c
1380
if (!
lc_try_lock
(device->act_log)) {
in drbd_suspend_al()
1492
wait_event(device->al_wait,
lc_try_lock
(device->act_log));
in disk_opts_check_al_size()
Completed in 15 milliseconds