Searched refs:MPOL_F_SHARED (Results 1 – 3 of 3) sorted by relevance
63 #define MPOL_F_SHARED (1 << 0) /* identify shared policies */ macro
75 return (pol && (pol->flags & MPOL_F_SHARED)); in mpol_needs_cond_ref()
2677 newpol->flags |= MPOL_F_SHARED; in sp_alloc()