Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmempolicy.h139 struct mempolicy *get_task_policy(struct task_struct *p);
159 struct mempolicy *mpol = get_task_policy(current); in policy_nodemask_current()
/Linux-v5.10/mm/
Dmempolicy.c156 struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
1822 pol = get_task_policy(current); in get_vma_policy()
1844 pol = get_task_policy(current); in vma_policy_mof()
2262 pol = get_task_policy(current); in alloc_pages_current()
/Linux-v5.10/fs/proc/
Dtask_mmu.c109 priv->task_mempolicy = get_task_policy(task); in hold_task_mempolicy()