Searched refs:mempolicy (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | mempolicy.h | 45 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 …]
|
D | shmem_fs.h | 42 struct mempolicy *mpol; /* default memory policy for mappings */
|
D | mm_types.h | 381 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
|
D | sched.h | 50 struct mempolicy; 1143 struct mempolicy *mempolicy; member
|
D | mm.h | 38 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()
|