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:pagecache
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
show_mem.c
35
unsigned long
pagecache
;
in si_mem_available()
local
59
pagecache
= pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE];
in si_mem_available()
60
pagecache
-= min(
pagecache
/ 2, wmark_low);
in si_mem_available()
61
available +=
pagecache
;
in si_mem_available()
398
printk("%ld total
pagecache
pages\n", global_node_page_state(NR_FILE_PAGES));
in show_free_areas()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_base.c
427
if (page == chip->
pagecache
.page)
in nand_do_write_oob()
428
chip->
pagecache
.page = -1;
in nand_do_write_oob()
3159
if (realpage != chip->
pagecache
.page || oob) {
in nand_do_read_ops()
3185
chip->
pagecache
.page = -1;
in nand_do_read_ops()
3197
chip->
pagecache
.page = realpage;
in nand_do_read_ops()
3198
chip->
pagecache
.bitflips = ret;
in nand_do_read_ops()
3201
chip->
pagecache
.page = -1;
in nand_do_read_ops()
3241
chip->
pagecache
.bitflips);
in nand_do_read_ops()
3996
if (to <= ((loff_t)chip->
pagecache
.page << chip->page_shift) &&
in nand_do_write_ops()
3997
((loff_t)chip->
pagecache
in nand_do_write_ops()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_base.c
470
if (page == chip->
pagecache
.page)
in nand_do_write_oob()
471
chip->
pagecache
.page = -1;
in nand_do_write_oob()
3593
if (realpage != chip->
pagecache
.page || oob) {
in nand_do_read_ops()
3619
chip->
pagecache
.page = -1;
in nand_do_read_ops()
3631
chip->
pagecache
.page = realpage;
in nand_do_read_ops()
3632
chip->
pagecache
.bitflips = ret;
in nand_do_read_ops()
3635
chip->
pagecache
.page = -1;
in nand_do_read_ops()
3675
chip->
pagecache
.bitflips);
in nand_do_read_ops()
4450
if (to <= ((loff_t)chip->
pagecache
.page << chip->page_shift) &&
in nand_do_write_ops()
4451
((loff_t)chip->
pagecache
in nand_do_write_ops()
[all...]
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
rawnand.h
1199
* @
pagecache
: Structure containing page cache related fields
1200
* @
pagecache
.bitflips: Number of bitflips of the cached page
1201
* @
pagecache
.page: Page number currently in the cache. -1 means no page is
1254
}
pagecache
;
member
1541
chip->
pagecache
.page = -1;
in nand_get_data_buf()
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
rawnand.h
1249
* @
pagecache
: Structure containing page cache related fields
1250
* @
pagecache
.bitflips: Number of bitflips of the cached page
1251
* @
pagecache
.page: Page number currently in the cache. -1 means no page is
1311
}
pagecache
;
member
1623
chip->
pagecache
.page = -1;
in nand_get_data_buf()
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
5432
unsigned long
pagecache
;
in si_mem_available()
local
5456
pagecache
= pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE];
in si_mem_available()
5457
pagecache
-= min(
pagecache
/ 2, wmark_low);
in si_mem_available()
5458
available +=
pagecache
;
in si_mem_available()
5769
printk("%ld total
pagecache
pages\n", global_node_page_state(NR_FILE_PAGES));
in show_free_areas()
Completed in 29 milliseconds