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:huge_gfp
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
1624
* Make sure
huge_gfp
is always more limited than limit_gfp.
1627
static gfp_t limit_gfp_mask(gfp_t
huge_gfp
, gfp_t limit_gfp)
in limit_gfp_mask()
argument
1632
gfp_t result =
huge_gfp
& ~(allowflags | GFP_ZONEMASK);
in limit_gfp_mask()
1642
result |= (
huge_gfp
& limit_gfp) & allowflags;
in limit_gfp_mask()
1955
gfp_t
huge_gfp
;
in shmem_get_folio_gfp()
local
2032
huge_gfp
= vma_thp_gfp_mask(vma);
in shmem_get_folio_gfp()
2033
huge_gfp
= limit_gfp_mask(
huge_gfp
, gfp);
in shmem_get_folio_gfp()
2034
folio = shmem_alloc_and_acct_folio(
huge_gfp
, inode, index, true);
in shmem_get_folio_gfp()
Completed in 6 milliseconds