Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmempolicy.h139 struct mempolicy *get_task_policy(struct task_struct *p);
159 struct mempolicy *mpol = get_task_policy(current); in policy_nodemask_current()
/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c156 struct mempolicy *get_task_policy(struct task_struct *p) in get_task_policy() function
1832 pol = get_task_policy(current); in get_vma_policy()
1854 pol = get_task_policy(current); in vma_policy_mof()
2272 pol = get_task_policy(current); in alloc_pages_current()
H A Dmemory.c5079 pol = get_task_policy(current); in ___handle_speculative_fault()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c109 priv->task_mempolicy = get_task_policy(task); in hold_task_mempolicy()