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:FOLL_FAST_ONLY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
gup.c
2743
FOLL_FAST_ONLY
)))
in internal_get_user_pages_fast()
2749
if (!(gup_flags &
FOLL_FAST_ONLY
))
in internal_get_user_pages_fast()
2760
if (nr_pinned == nr_pages || gup_flags &
FOLL_FAST_ONLY
)
in internal_get_user_pages_fast()
2808
*
FOLL_FAST_ONLY
is required in order to match the API description of
in get_user_pages_fast_only()
2811
gup_flags |= FOLL_GET |
FOLL_FAST_ONLY
;
in get_user_pages_fast_only()
2908
*
FOLL_FAST_ONLY
is required in order to match the API description of
in pin_user_pages_fast_only()
2911
gup_flags |= (FOLL_PIN |
FOLL_FAST_ONLY
);
in pin_user_pages_fast_only()
/kernel/linux/linux-6.6/mm/
H
A
D
gup.c
2230
* - FOLL_PIN/FOLL_TRIED/
FOLL_FAST_ONLY
are internal only
in is_valid_gup_args()
2235
FOLL_REMOTE |
FOLL_FAST_ONLY
)))
in is_valid_gup_args()
3177
FOLL_FAST_ONLY
| FOLL_NOFAULT |
in internal_get_user_pages_fast()
3184
if (!(gup_flags &
FOLL_FAST_ONLY
))
in internal_get_user_pages_fast()
3197
if (nr_pinned == nr_pages || gup_flags &
FOLL_FAST_ONLY
)
in internal_get_user_pages_fast()
3243
*
FOLL_FAST_ONLY
is required in order to match the API description of
in get_user_pages_fast_only()
3247
FOLL_GET |
FOLL_FAST_ONLY
))
in get_user_pages_fast_only()
H
A
D
internal.h
1103
FOLL_FAST_ONLY
= 1 << 20,
enumerator
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
2866
#define
FOLL_FAST_ONLY
0x80000 /* gup_fast: prevent fall-back to slow gup */
macro
Completed in 16 milliseconds