Home
last modified time | relevance | path

Searched refs:get_task_policy (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Dmempolicy.h129 struct mempolicy *get_task_policy(struct task_struct *p);
185 static inline struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
/linux-6.15/mm/
H A Dmempolicy.c230 struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
1380 new = get_task_policy(current); in do_mbind()
1860 pol = get_task_policy(current); in get_vma_policy()
1887 pol = get_task_policy(current); in vma_policy_mof()
2370 pol = get_task_policy(current); in alloc_frozen_pages_noprof()
2590 pol = get_task_policy(current); in alloc_pages_bulk_mempolicy_noprof()
H A Dzswap.c1083 mpol = get_task_policy(current); in zswap_writeback_entry()
H A Dshmem.c2888 return mpol ? mpol : get_task_policy(current); in shmem_get_pgoff_policy()
H A Dhugetlb.c2395 struct mempolicy *mpol = get_task_policy(current); in policy_mbind_nodemask()
/linux-6.15/fs/proc/
H A Dtask_mmu.c113 priv->task_mempolicy = get_task_policy(task); in hold_task_mempolicy()