HomeSort by relevance Sort by last modified time
    Searched defs:mempolicy (Results 1 - 2 of 2) 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...]
sched.h 755 struct mempolicy;
973 struct mempolicy *mempolicy; member in struct:task_struct
    [all...]

Completed in 51 milliseconds