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:pmd_read_atomic
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable-3level.h
37
#define
pmd_read_atomic
pmd_read_atomic
macro
55
* transition from null to not null while
pmd_read_atomic
() runs. So
60
* at any time under
pmd_read_atomic
(). We could read it truly
75
static inline pmd_t
pmd_read_atomic
(pmd_t *pmdp)
in pmd_read_atomic()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
pgtable.h
1165
#ifndef
pmd_read_atomic
1166
static inline pmd_t
pmd_read_atomic
(pmd_t *pmdp)
in pmd_read_atomic()
function
1203
pmd_t pmdval =
pmd_read_atomic
(pmd);
in pmd_none_or_trans_huge_or_clear_bad()
1209
*
pmd_read_atomic
is allowed to return a not atomic pmdval
in pmd_none_or_trans_huge_or_clear_bad()
/kernel/linux/linux-5.10/mm/
H
A
D
mapping_dirty_helpers.c
126
pmd_t pmdval =
pmd_read_atomic
(pmd);
in wp_clean_pmd_entry()
H
A
D
hmm.c
363
pmd =
pmd_read_atomic
(pmdp);
in hmm_vma_walk_pmd()
H
A
D
userfaultfd.c
558
dst_pmdval =
pmd_read_atomic
(dst_pmd);
in __mcopy_atomic()
H
A
D
mprotect.c
203
pmd_t pmdval =
pmd_read_atomic
(pmd);
in pmd_none_or_clear_bad_unless_trans_huge()
Completed in 7 milliseconds