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:shmem_huge
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
shmem.c
477
static int
shmem_huge
__read_mostly;
651
#define
shmem_huge
SHMEM_HUGE_DENY
macro
663
(
shmem_huge
== SHMEM_HUGE_FORCE || sbinfo->huge) &&
in is_huge_enabled()
664
shmem_huge
!= SHMEM_HUGE_DENY)
in is_huge_enabled()
1868
if (
shmem_huge
== SHMEM_HUGE_DENY || sgp_huge == SGP_NOHUGE)
in shmem_getpage_gfp()
1870
if (
shmem_huge
== SHMEM_HUGE_FORCE)
in shmem_getpage_gfp()
2153
if (
shmem_huge
== SHMEM_HUGE_DENY)
in shmem_get_unmapped_area()
2168
if (
shmem_huge
!= SHMEM_HUGE_FORCE) {
in shmem_get_unmapped_area()
3715
/* Rightly or wrongly, show huge mount option unmasked by
shmem_huge
*/
in shmem_show_options()
4031
if (has_transparent_hugepage() &&
shmem_huge
> SHMEM_HUGE_DEN
in shmem_init()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
536
static int
shmem_huge
__read_mostly = SHMEM_HUGE_NEVER;
547
if (
shmem_huge
== SHMEM_HUGE_DENY)
in shmem_is_huge()
549
if (shmem_huge_force ||
shmem_huge
== SHMEM_HUGE_FORCE)
in shmem_is_huge()
743
#define
shmem_huge
SHMEM_HUGE_DENY
macro
2280
if (
shmem_huge
== SHMEM_HUGE_DENY)
in shmem_get_unmapped_area()
2295
if (
shmem_huge
!= SHMEM_HUGE_FORCE) {
in shmem_get_unmapped_area()
4255
/* Rightly or wrongly, show huge mount option unmasked by
shmem_huge
*/
in shmem_show_options()
4640
if (has_transparent_hugepage() &&
shmem_huge
> SHMEM_HUGE_DENY)
in shmem_init()
4641
SHMEM_SB(shm_mnt->mnt_sb)->huge =
shmem_huge
;
in shmem_init()
4643
shmem_huge
in shmem_init()
[all...]
Completed in 11 milliseconds