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:next_ppage
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/iomap/
H
A
D
swapfile.c
36
uint64_t
next_ppage
;
in iomap_swapfile_add_extent()
local
48
next_ppage
= ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >>
in iomap_swapfile_add_extent()
52
if (first_ppage >=
next_ppage
)
in iomap_swapfile_add_extent()
54
nr_pages =
next_ppage
- first_ppage;
in iomap_swapfile_add_extent()
67
if (isi->highest_ppage < (
next_ppage
- 1))
in iomap_swapfile_add_extent()
68
isi->highest_ppage =
next_ppage
- 1;
in iomap_swapfile_add_extent()
/kernel/linux/linux-6.6/fs/iomap/
H
A
D
swapfile.c
37
uint64_t
next_ppage
;
in iomap_swapfile_add_extent()
local
49
next_ppage
= ALIGN_DOWN(iomap->addr + iomap->length, PAGE_SIZE) >>
in iomap_swapfile_add_extent()
53
if (first_ppage >=
next_ppage
)
in iomap_swapfile_add_extent()
55
nr_pages =
next_ppage
- first_ppage;
in iomap_swapfile_add_extent()
68
if (isi->highest_ppage < (
next_ppage
- 1))
in iomap_swapfile_add_extent()
69
isi->highest_ppage =
next_ppage
- 1;
in iomap_swapfile_add_extent()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode.c
10113
u64 first_ppage, first_ppage_reported,
next_ppage
;
in btrfs_add_swap_extent()
local
10126
next_ppage
= ALIGN_DOWN(bsi->block_start + bsi->block_len,
in btrfs_add_swap_extent()
10129
if (first_ppage >=
next_ppage
)
in btrfs_add_swap_extent()
10131
nr_pages =
next_ppage
- first_ppage;
in btrfs_add_swap_extent()
10139
if (bsi->highest_ppage < (
next_ppage
- 1))
in btrfs_add_swap_extent()
10140
bsi->highest_ppage =
next_ppage
- 1;
in btrfs_add_swap_extent()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
inode.c
10530
u64 first_ppage, first_ppage_reported,
next_ppage
;
in btrfs_add_swap_extent()
local
10543
next_ppage
= PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT;
in btrfs_add_swap_extent()
10545
if (first_ppage >=
next_ppage
)
in btrfs_add_swap_extent()
10547
nr_pages =
next_ppage
- first_ppage;
in btrfs_add_swap_extent()
10555
if (bsi->highest_ppage < (
next_ppage
- 1))
in btrfs_add_swap_extent()
10556
bsi->highest_ppage =
next_ppage
- 1;
in btrfs_add_swap_extent()
Completed in 25 milliseconds