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

/linux-master/include/linux/
H A Dmempolicy.h129 struct mempolicy *get_task_policy(struct task_struct *p);
184 static inline struct mempolicy *get_task_policy(struct task_struct *p) function
/linux-master/mm/
H A Dmempolicy.c199 struct mempolicy *get_task_policy(struct task_struct *p) function
1345 new = get_task_policy(current);
1824 pol = get_task_policy(current);
1851 pol = get_task_policy(current);
2333 pol = get_task_policy(current);
2530 pol = get_task_policy(current);
H A Dzswap.c1138 mpol = get_task_policy(current);
H A Dshmem.c2388 return mpol ? mpol : get_task_policy(current);
H A Dhugetlb.c4887 struct mempolicy *mpol = get_task_policy(current);
/linux-master/fs/proc/
H A Dtask_mmu.c105 * Save get_task_policy() for show_numa_map().
112 priv->task_mempolicy = get_task_policy(task);

Completed in 125 milliseconds