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:fpi_t
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
page_alloc.c
65
typedef int __bitwise
fpi_t
;
typedef
68
#define FPI_NONE ((__force
fpi_t
)0)
78
#define FPI_SKIP_REPORT_NOTIFY ((__force
fpi_t
)BIT(0))
90
#define FPI_TO_TAIL ((__force
fpi_t
)BIT(1))
234
fpi_t
fpi_flags);
773
int migratetype,
fpi_t
fpi_flags)
in __free_one_page()
1063
static inline bool should_skip_kasan_poison(struct page *page,
fpi_t
fpi_flags)
in should_skip_kasan_poison()
1083
unsigned int order,
fpi_t
fpi_flags)
in free_pages_prepare()
1252
int migratetype,
fpi_t
fpi_flags)
in free_one_page()
1266
fpi_t
fpi_flag
in __free_pages_ok()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
86
typedef int __bitwise
fpi_t
;
typedef
89
#define FPI_NONE ((__force
fpi_t
)0)
99
#define FPI_SKIP_REPORT_NOTIFY ((__force
fpi_t
)BIT(0))
111
#define FPI_TO_TAIL ((__force
fpi_t
)BIT(1))
283
fpi_t
fpi_flags);
997
int migratetype,
fpi_t
fpi_flags)
in __free_one_page()
1436
int migratetype,
fpi_t
fpi_flags)
in free_one_page()
1522
fpi_t
fpi_flags)
in __free_pages_ok()
Completed in 16 milliseconds