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:kpfn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
ksm.c
151
* @
kpfn
: page frame number of this ksm page (perhaps temporarily on wrong nid)
154
* @nid: NUMA node id of stable tree in which linked (may not match
kpfn
)
169
unsigned long
kpfn
;
member
587
static inline int get_kpfn_nid(unsigned long
kpfn
)
in get_kpfn_nid()
argument
589
return ksm_merge_across_nodes ? 0 : NUMA(pfn_to_nid(
kpfn
));
in get_kpfn_nid()
701
unsigned long
kpfn
;
in get_ksm_page()
local
706
kpfn
= READ_ONCE(stable_node->
kpfn
); /* Address dependency. */
in get_ksm_page()
707
page = pfn_to_page(
kpfn
);
in get_ksm_page()
762
* before checking whether node->
kpfn
ha
in get_ksm_page()
1812
unsigned long
kpfn
;
stable_tree_insert()
local
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
ksm.c
152
* @
kpfn
: page frame number of this ksm page (perhaps temporarily on wrong nid)
155
* @nid: NUMA node id of stable tree in which linked (may not match
kpfn
)
170
unsigned long
kpfn
;
member
622
static inline int get_kpfn_nid(unsigned long
kpfn
)
in get_kpfn_nid()
argument
624
return ksm_merge_across_nodes ? 0 : NUMA(pfn_to_nid(
kpfn
));
in get_kpfn_nid()
678
trace_ksm_remove_rmap_item(stable_node->
kpfn
, rmap_item, rmap_item->mm);
in remove_node_from_stable_tree()
702
trace_ksm_remove_ksm_page(stable_node->
kpfn
);
in remove_node_from_stable_tree()
740
unsigned long
kpfn
;
in get_ksm_page()
local
745
kpfn
= READ_ONCE(stable_node->
kpfn
); /* Addres
in get_ksm_page()
1884
unsigned long
kpfn
;
stable_tree_insert()
local
[all...]
Completed in 5 milliseconds