Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dmempolicy.h62 struct mempolicy { struct
79 extern void __mpol_free(struct mempolicy *pol);
80 static inline void mpol_free(struct mempolicy *pol) in mpol_free()
86 extern struct mempolicy *__mpol_copy(struct mempolicy *pol);
87 static inline struct mempolicy *mpol_copy(struct mempolicy *pol) in mpol_copy()
97 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
103 extern int __mpol_equal(struct mempolicy *a, struct mempolicy *b);
104 static inline int mpol_equal(struct mempolicy *a, struct mempolicy *b) in mpol_equal()
127 struct mempolicy *policy;
139 struct mempolicy *new);
[all …]
Dmm.h19 struct mempolicy;
111 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
206 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new);
207 struct mempolicy *(*get_policy)(struct vm_area_struct *vma,
650 int shmem_set_policy(struct vm_area_struct *vma, struct mempolicy *new);
651 struct mempolicy *shmem_get_policy(struct vm_area_struct *vma,
664 struct mempolicy *new) in shmem_set_policy()
669 static inline struct mempolicy *shmem_get_policy(struct vm_area_struct *vma, in shmem_get_policy()
920 struct mempolicy *);
Dsched.h755 struct mempolicy;
973 struct mempolicy *mempolicy; member