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:lowest_ppage
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/iomap/
H
A
D
swapfile.c
17
uint64_t
lowest_ppage
; /* lowest physical addr seen (pages) */
member
65
if (isi->
lowest_ppage
> first_ppage_reported)
in iomap_swapfile_add_extent()
66
isi->
lowest_ppage
= first_ppage_reported;
in iomap_swapfile_add_extent()
147
.
lowest_ppage
= (sector_t)-1ULL,
in iomap_swapfile_activate()
189
*pagespan = 1 + isi.highest_ppage - isi.
lowest_ppage
;
in iomap_swapfile_activate()
/kernel/linux/linux-6.6/fs/iomap/
H
A
D
swapfile.c
17
uint64_t
lowest_ppage
; /* lowest physical addr seen (pages) */
member
66
if (isi->
lowest_ppage
> first_ppage_reported)
in iomap_swapfile_add_extent()
67
isi->
lowest_ppage
= first_ppage_reported;
in iomap_swapfile_add_extent()
155
.
lowest_ppage
= (sector_t)-1ULL,
in iomap_swapfile_activate()
189
*pagespan = 1 + isi.highest_ppage - isi.
lowest_ppage
;
in iomap_swapfile_activate()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
10102
u64
lowest_ppage
;
member
10137
if (bsi->
lowest_ppage
> first_ppage_reported)
in btrfs_add_swap_extent()
10138
bsi->
lowest_ppage
= first_ppage_reported;
in btrfs_add_swap_extent()
10169
.
lowest_ppage
= (sector_t)-1ULL,
in btrfs_swap_activate()
10404
*span = bsi.highest_ppage - bsi.
lowest_ppage
+ 1;
in btrfs_swap_activate()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode.c
10519
u64
lowest_ppage
;
member
10553
if (bsi->
lowest_ppage
> first_ppage_reported)
in btrfs_add_swap_extent()
10554
bsi->
lowest_ppage
= first_ppage_reported;
in btrfs_add_swap_extent()
10585
.
lowest_ppage
= (sector_t)-1ULL,
in btrfs_swap_activate()
10820
*span = bsi.highest_ppage - bsi.
lowest_ppage
+ 1;
in btrfs_swap_activate()
Completed in 26 milliseconds