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:__ksm_exit
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
ksm.h
25
void
__ksm_exit
(struct mm_struct *mm);
37
__ksm_exit
(mm);
in ksm_exit()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ksm.h
28
void
__ksm_exit
(struct mm_struct *mm);
65
__ksm_exit
(mm);
in ksm_exit()
/kernel/linux/linux-5.10/mm/
H
A
D
ksm.c
2283
* Although we tested list_empty() above, a racing
__ksm_exit
in scan_get_next_rmap_item()
2354
*
__ksm_exit
does to remove this mm from all our lists now.
in scan_get_next_rmap_item()
2355
* This applies either when cleaning up after
__ksm_exit
in scan_get_next_rmap_item()
2356
* (but beware: we can reach here even before
__ksm_exit
),
in scan_get_next_rmap_item()
2373
* already have been freed under us by
__ksm_exit
()
in scan_get_next_rmap_item()
2536
void
__ksm_exit
(struct mm_struct *mm)
in __ksm_exit()
function
/kernel/linux/linux-6.6/mm/
H
A
D
ksm.c
2367
* Although we tested list_empty() above, a racing
__ksm_exit
in scan_get_next_rmap_item()
2444
*
__ksm_exit
does to remove this mm from all our lists now.
in scan_get_next_rmap_item()
2445
* This applies either when cleaning up after
__ksm_exit
in scan_get_next_rmap_item()
2446
* (but beware: we can reach here even before
__ksm_exit
),
in scan_get_next_rmap_item()
2464
* already have been freed under us by
__ksm_exit
()
in scan_get_next_rmap_item()
2750
void
__ksm_exit
(struct mm_struct *mm)
in __ksm_exit()
function
Completed in 9 milliseconds