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:mpol_dup
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
mempolicy.h
40
*
mpol_dup
() allocates a new mempolicy and copies the specified mempolicy
42
* to 1, representing the caller of
mpol_dup
().
85
static inline struct mempolicy *
mpol_dup
(struct mempolicy *pol)
in mpol_dup()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
mempolicy.h
41
*
mpol_dup
() allocates a new mempolicy and copies the specified mempolicy
43
* to 1, representing the caller of
mpol_dup
().
88
static inline struct mempolicy *
mpol_dup
(struct mempolicy *pol)
in mpol_dup()
function
/kernel/linux/linux-6.6/mm/
H
A
D
mempolicy.c
793
new =
mpol_dup
(pol);
in vma_replace_policy()
1558
new =
mpol_dup
(old);
in SYSCALL_DEFINE4()
2406
struct mempolicy *pol =
mpol_dup
(vma_policy(src));
in vma_dup_policy()
2415
* If
mpol_dup
() sees current->cpuset == cpuset_being_rebound, then it
2704
newpol =
mpol_dup
(pol);
in sp_alloc()
/kernel/linux/linux-5.10/mm/
H
A
D
mempolicy.c
782
new =
mpol_dup
(pol);
in vma_replace_policy()
2277
struct mempolicy *pol =
mpol_dup
(vma_policy(src));
in vma_dup_policy()
2286
* If
mpol_dup
() sees current->cpuset == cpuset_being_rebound, then it
2567
newpol =
mpol_dup
(pol);
in sp_alloc()
/kernel/linux/linux-5.10/kernel/
H
A
D
fork.c
2081
p->mempolicy =
mpol_dup
(p->mempolicy);
in copy_process()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
2446
p->mempolicy =
mpol_dup
(p->mempolicy);
in copy_process()
Completed in 16 milliseconds