Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmempolicy.h65 static inline void mpol_put(struct mempolicy *pol) in mpol_put() function
195 static inline void mpol_put(struct mempolicy *pol) in mpol_put() function
/linux-6.15/mm/
H A Dmempolicy.c841 mpol_put(old); in vma_replace_policy()
845 mpol_put(new); in vma_replace_policy()
898 mpol_put(new); in do_set_mempolicy()
910 mpol_put(old); in do_set_mempolicy()
1055 mpol_put(pol_refcount); in do_get_mempolicy()
1436 mpol_put(new); in do_mbind()
1630 mpol_put(new); in SYSCALL_DEFINE4()
2773 mpol_put(n->policy); in sp_free()
2902 mpol_put(pol); in mpol_put_task_policy()
2988 mpol_put(mpol_new); in shared_policy_replace()
[all …]
H A Dvma.c353 mpol_put(vma_policy(vp->remove)); in vma_complete()
429 mpol_put(vma_policy(vma)); in remove_vma()
535 mpol_put(vma_policy(new)); in __split_vma()
1845 mpol_put(vma_policy(new_vma)); in copy_vma()
H A Dshmem.c4655 mpol_put(ctx->mpol); in shmem_parse_one()
4881 mpol_put(mpol); in shmem_reconfigure()
4935 mpol_put(mpol); in shmem_show_options()
4975 mpol_put(sbinfo->mpol); in shmem_put_super()
5127 mpol_put(ctx->mpol); in shmem_free_fc()
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h695 static inline void mpol_put(struct mempolicy *) in mpol_put() function
/linux-6.15/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-6.15/kernel/
H A Dfork.c775 mpol_put(vma_policy(tmp)); in dup_mmap()
2718 mpol_put(p->mempolicy); in copy_process()
/linux-6.15/fs/proc/
H A Dtask_mmu.c119 mpol_put(priv->task_mempolicy); in release_task_mempolicy()