Home
last modified time | relevance | path

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

/include/linux/
Dmempolicy.h45 struct mempolicy { struct
65 extern void __mpol_put(struct mempolicy *pol);
66 static inline void mpol_put(struct mempolicy *pol) in mpol_put()
76 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref()
81 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put()
87 extern struct mempolicy *__mpol_dup(struct mempolicy *pol);
88 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup()
97 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
103 extern bool __mpol_equal(struct mempolicy *a, struct mempolicy *b);
104 static inline bool mpol_equal(struct mempolicy *a, struct mempolicy *b) in mpol_equal()
[all …]
Dshmem_fs.h42 struct mempolicy *mpol; /* default memory policy for mappings */
Dmm_types.h381 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
Dsched.h50 struct mempolicy;
1143 struct mempolicy *mempolicy; member
Dmm.h38 struct mempolicy;
629 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new);
641 struct mempolicy *(*get_policy)(struct vm_area_struct *vma,
2683 pgoff_t pgoff, struct mempolicy *mpol, struct vm_userfaultfd_ctx uff,
2689 pgoff_t off, struct mempolicy *pol, struct vm_userfaultfd_ctx uff, in vma_merge()