Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmempolicy.h136 struct mempolicy *get_task_policy(struct task_struct *p);
/openbmc/linux/mm/
H A Dmempolicy.c166 struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
1796 pol = get_task_policy(current); in get_vma_policy()
1818 pol = get_task_policy(current); in vma_policy_mof()
2269 pol = get_task_policy(current); in alloc_pages()
2362 pol = get_task_policy(current); in alloc_pages_bulk_array_mempolicy()
H A Dhugetlb.c2525 struct mempolicy *mpol = get_task_policy(current); in policy_mbind_nodemask()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c110 priv->task_mempolicy = get_task_policy(task); in hold_task_mempolicy()