Searched refs:MPOL_F_SHARED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmempolicy.h64 #define MPOL_F_SHARED (1 << 0) /* identify shared policies */ macro
/linux-master/include/linux/
H A Dmempolicy.h77 return (pol && (pol->flags & MPOL_F_SHARED));
/linux-master/mm/
H A Dmempolicy.c1812 * Shared policies [those marked as MPOL_F_SHARED] require an extra reference
2857 newpol->flags |= MPOL_F_SHARED;

Completed in 111 milliseconds