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:lru_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
lru_cache.c
135
struct btrfs_lru_cache_entry *
lru_entry
;
in btrfs_lru_cache_store()
local
137
lru_entry
= list_first_entry(&cache->lru_list,
in btrfs_lru_cache_store()
140
btrfs_lru_cache_remove(cache,
lru_entry
);
in btrfs_lru_cache_store()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-bufio.c
80
struct
lru_entry
{
struct
88
struct
lru_entry
*stop;
89
struct
lru_entry
*e;
117
static void lru_insert(struct lru *lru, struct
lru_entry
*le)
in lru_insert()
137
* Convert a list_head pointer to an
lru_entry
pointer.
139
static inline struct
lru_entry
*to_le(struct list_head *l)
in to_le()
141
return container_of(l, struct
lru_entry
, list);
in to_le()
164
typedef bool (*iter_predicate)(struct
lru_entry
*le, void *context);
171
static struct
lru_entry
*lru_iter_next(struct lru_iter *it,
in lru_iter_next()
174
struct
lru_entry
*
in lru_iter_next()
[all...]
Completed in 3 milliseconds