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:PG_PMD_COLOUR
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
dax.c
49
#define
PG_PMD_COLOUR
((PMD_SIZE >> PAGE_SHIFT) - 1)
macro
169
index &= ~
PG_PMD_COLOUR
;
in dax_entry_waitqueue()
531
xas->xa_index & ~
PG_PMD_COLOUR
,
in grab_mapping_entry()
757
unmap_mapping_pages(mapping, index & ~
PG_PMD_COLOUR
,
in dax_insert_entry()
1517
if ((vmf->pgoff &
PG_PMD_COLOUR
) !=
in dax_iomap_pmd_fault()
1518
((vmf->address >> PAGE_SHIFT) &
PG_PMD_COLOUR
))
in dax_iomap_pmd_fault()
1537
if ((xas.xa_index |
PG_PMD_COLOUR
) >= max_pgoff)
in dax_iomap_pmd_fault()
/kernel/linux/linux-6.6/fs/
H
A
D
dax.c
38
#define
PG_PMD_COLOUR
((PMD_SIZE >> PAGE_SHIFT) - 1)
macro
155
index &= ~
PG_PMD_COLOUR
;
in dax_entry_waitqueue()
617
xas->xa_index & ~
PG_PMD_COLOUR
,
in grab_mapping_entry()
886
unmap_mapping_pages(mapping, index & ~
PG_PMD_COLOUR
,
in dax_insert_entry()
1786
if ((vmf->pgoff &
PG_PMD_COLOUR
) !=
in dax_fault_check_fallback()
1787
((vmf->address >> PAGE_SHIFT) &
PG_PMD_COLOUR
))
in dax_fault_check_fallback()
1801
if ((xas->xa_index |
PG_PMD_COLOUR
) >= max_pgoff)
in dax_fault_check_fallback()
Completed in 9 milliseconds