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:swpent
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/
H
A
D
task_mmu.c
538
swp_entry_t
swpent
= pte_to_swp_entry(*pte);
in smaps_pte_entry()
local
540
if (!non_swap_entry(
swpent
)) {
in smaps_pte_entry()
544
mapcount = swp_swapcount(
swpent
);
in smaps_pte_entry()
553
} else if (is_migration_entry(
swpent
)) {
in smaps_pte_entry()
555
page = migration_entry_to_page(
swpent
);
in smaps_pte_entry()
556
} else if (is_device_private_entry(
swpent
))
in smaps_pte_entry()
557
page = device_private_entry_to_page(
swpent
);
in smaps_pte_entry()
734
swp_entry_t
swpent
= pte_to_swp_entry(*pte);
in smaps_hugetlb_range()
local
736
if (is_migration_entry(
swpent
))
in smaps_hugetlb_range()
737
page = migration_entry_to_page(
swpent
);
in smaps_hugetlb_range()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H
A
D
task_mmu.c
551
swp_entry_t
swpent
= pte_to_swp_entry(ptent);
in smaps_pte_entry()
local
553
if (!non_swap_entry(
swpent
)) {
in smaps_pte_entry()
557
mapcount = swp_swapcount(
swpent
);
in smaps_pte_entry()
566
} else if (is_pfn_swap_entry(
swpent
)) {
in smaps_pte_entry()
567
if (is_migration_entry(
swpent
))
in smaps_pte_entry()
569
page = pfn_swap_entry_to_page(
swpent
);
in smaps_pte_entry()
746
swp_entry_t
swpent
= pte_to_swp_entry(ptent);
in smaps_hugetlb_range()
local
748
if (is_pfn_swap_entry(
swpent
))
in smaps_hugetlb_range()
749
page = pfn_swap_entry_to_page(
swpent
);
in smaps_hugetlb_range()
Completed in 5 milliseconds