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:try_to_munlock
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
rmap.h
246
void
try_to_munlock
(struct page *);
/kernel/linux/linux-5.10/mm/
H
A
D
mlock.c
131
* Page must be locked. This is a wrapper for
try_to_munlock
()
141
try_to_munlock
(page);
in __munlock_isolated_page()
181
*
try_to_munlock
() we must isolate the page from the LRU. If some other
192
/* For
try_to_munlock
() and to serialize with page migration */
in munlock_vma_page()
244
* when mapcount > 1 we need
try_to_munlock
() which can fail.
H
A
D
rmap.c
1826
*
try_to_munlock
- try to munlock a page
1834
void
try_to_munlock
(struct page *page)
in try_to_munlock()
function
1890
* When called from
try_to_munlock
(), the mmap_lock of the mm containing the vma
1943
* When called from
try_to_munlock
(), the mmap_lock of the mm containing the vma
Completed in 8 milliseconds