Home
last modified time | relevance | path

Searched refs:mpol_put (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Dmempolicy.h66 static inline void mpol_put(struct mempolicy *pol) in mpol_put() function
199 static inline void mpol_put(struct mempolicy *pol) in mpol_put() function
/linux/mm/
H A Dmempolicy.c1025 mpol_put(old); in vma_replace_policy()
1029 mpol_put(new); in vma_replace_policy()
1082 mpol_put(new); in do_set_mempolicy()
1094 mpol_put(old); in do_set_mempolicy()
1239 mpol_put(pol_refcount); in do_get_mempolicy()
1620 mpol_put(new); in do_mbind()
1814 mpol_put(new); in SYSCALL_DEFINE4()
2962 mpol_put(n->policy); in sp_free()
3091 mpol_put(pol); in mpol_put_task_policy()
3177 mpol_put(mpol_new); in shared_policy_replace()
[all …]
H A Dvma.c386 mpol_put(vma_policy(vp->remove)); in vma_complete()
466 mpol_put(vma_policy(vma)); in remove_vma()
578 mpol_put(vma_policy(new)); in __split_vma()
1925 mpol_put(vma_policy(new_vma)); in copy_vma()
H A Dshmem.c4683 mpol_put(ctx->mpol); in shmem_parse_one()
4909 mpol_put(mpol); in shmem_reconfigure()
4963 mpol_put(mpol); in shmem_show_options()
5003 mpol_put(sbinfo->mpol); in shmem_put_super()
5155 mpol_put(ctx->mpol); in shmem_free_fc()
H A Dmmap.c1875 mpol_put(vma_policy(tmp)); in dup_mmap()
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst348 count field. Internal interfaces, mpol_get()/mpol_put() increment and
349 decrement this reference count, respectively. mpol_put() will only free
/linux/tools/testing/vma/
H A Dvma_internal.h1106 static inline void mpol_put(struct mempolicy *pol) in mpol_put() function
/linux/kernel/
H A Dfork.c2525 mpol_put(p->mempolicy); in copy_process()
/linux/fs/proc/
H A Dtask_mmu.c122 mpol_put(priv->task_mempolicy); in release_task_mempolicy()