Searched defs:mempolicy (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dmempolicy.h15 #include <uapi/linux/mempolicy.h>
24 * A mempolicy can be either associated with a process or with a VMA.
35 * Mempolicy objects are reference counted. A mempolicy will be freed when
39 * mpol_dup() allocates a new mempolicy and copies the specified mempolicy
43 struct mempolicy { struct
59 * Support for managing mempolicy data objects (clone, copy, destroy)
63 extern void __mpol_put(struct mempolicy *pol);
64 static inline void mpol_put(struct mempolicy *pol)
71 * Does mempolicy po
201 struct mempolicy {}; struct
[all...]
H A Dsched.h1065 struct mempolicy;
1446 * mempolicy */
1543 struct mempolicy *mempolicy; /* Protected by alloc_lock */ member in struct:task_struct

Completed in 1358 milliseconds