HomeSort by relevance Sort by last modified time
    Searched refs:mempolicy (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
mempolicy.h 45 * A mempolicy can be either associated with a process or with a VMA.
62 struct mempolicy { struct
71 nodemask_t cpuset_mems_allowed; /* mempolicy relative to these nodes */
75 * Support for managing mempolicy data objects (clone, copy, destroy)
79 extern void __mpol_free(struct mempolicy *pol);
80 static inline void mpol_free(struct mempolicy *pol)
86 extern struct mempolicy *__mpol_copy(struct mempolicy *pol);
87 static inline struct mempolicy *mpol_copy(struct mempolicy *pol
180 struct mempolicy {}; struct
    [all...]
mm.h 19 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)
669 static inline struct mempolicy *shmem_get_policy(struct vm_area_struct *vma,
920 struct mempolicy *);
    [all...]
sched.h 755 struct mempolicy;
973 struct mempolicy *mempolicy; member in struct:task_struct
    [all...]

Completed in 229 milliseconds