Home
last modified time | relevance | path

Searched refs:mpol_dup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dmempolicy.h40 * 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 Dmempolicy.h41 * 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 Dmempolicy.c793 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 Dmempolicy.c782 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 Dfork.c2081 p->mempolicy = mpol_dup(p->mempolicy); in copy_process()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c2446 p->mempolicy = mpol_dup(p->mempolicy); in copy_process()

Completed in 16 milliseconds