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:pageflags
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
hugepage-vmemmap.c
69
unsigned long
pageflags
;
in check_page_flags()
local
75
lseek(fd, pfn * sizeof(
pageflags
), SEEK_SET);
in check_page_flags()
77
read(fd, &
pageflags
, sizeof(
pageflags
));
in check_page_flags()
78
if ((
pageflags
& HEAD_PAGE_FLAGS) != HEAD_PAGE_FLAGS) {
in check_page_flags()
80
printf("Head page flags (%lx) is invalid\n",
pageflags
);
in check_page_flags()
90
read(fd, &
pageflags
, sizeof(
pageflags
));
in check_page_flags()
91
if ((
pageflags
& TAIL_PAGE_FLAGS) != TAIL_PAGE_FLAGS ||
in check_page_flags()
92
(
pageflags
in check_page_flags()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
page-flags.h
104
enum
pageflags
{
enum
/kernel/linux/linux-6.6/include/linux/
H
A
D
page-flags.h
86
* Don't use the
pageflags
directly. Use the PageFoo macros.
100
enum
pageflags
{
enum
Completed in 4 milliseconds