Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c199 struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
1349 new = get_task_policy(current); in do_mbind()
1829 pol = get_task_policy(current); in get_vma_policy()
1856 pol = get_task_policy(current); in vma_policy_mof()
2339 pol = get_task_policy(current); in alloc_frozen_pages_noprof()
2559 pol = get_task_policy(current); in alloc_pages_bulk_mempolicy_noprof()
H A Dzswap.c1059 mpol = get_task_policy(current); in zswap_writeback_entry()
H A Dshmem.c2900 return mpol ? mpol : get_task_policy(current); in shmem_get_pgoff_policy()
H A Dhugetlb.c2372 struct mempolicy *mpol = get_task_policy(current); in policy_mbind_nodemask()
/linux/fs/proc/
H A Dtask_mmu.c113 priv->task_mempolicy = get_task_policy(task); in hold_task_mempolicy()