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:COMPOUND_MAPPED
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
rmap.c
1229
nr = (nr <
COMPOUND_MAPPED
);
in page_add_anon_rmap()
1236
nr = atomic_add_return_relaxed(
COMPOUND_MAPPED
, mapped);
in page_add_anon_rmap()
1237
if (likely(nr <
COMPOUND_MAPPED
+
COMPOUND_MAPPED
)) {
in page_add_anon_rmap()
1244
/* Raced ahead of a remove of
COMPOUND_MAPPED
*/
in page_add_anon_rmap()
1298
atomic_set(&folio->_nr_pages_mapped,
COMPOUND_MAPPED
);
in folio_add_new_anon_rmap()
1335
first = (first <
COMPOUND_MAPPED
);
in folio_add_file_rmap_range()
1346
nr = atomic_add_return_relaxed(
COMPOUND_MAPPED
, mapped);
in folio_add_file_rmap_range()
1347
if (likely(nr <
COMPOUND_MAPPED
+
COMPOUND_MAPPED
)) {
in folio_add_file_rmap_range()
[all...]
H
A
D
internal.h
184
* its nr_pages_mapped would be 0x400000: choose the
COMPOUND_MAPPED
bit
188
#define
COMPOUND_MAPPED
0x800000
macro
189
#define FOLIO_PAGES_MAPPED (
COMPOUND_MAPPED
- 1)
Completed in 9 milliseconds