Searched refs:MCL_CURRENT (Results 1 – 7 of 7) sorted by relevance
14 #define MCL_CURRENT 1 /* lock all current mappings */ macro
16 #define MCL_CURRENT 1 /* lock all current mappings */ macro
62 #define MCL_CURRENT 1 /* lock all current mappings */ macro
469 #ifdef MCL_CURRENT470 { MCL_CURRENT, "MCL_CURRENT" },531 { MCL_CURRENT, "MCL_CURRENT" },
205 public static final int MCL_CURRENT = placeholder(); field in OsConstants
1769 EXPECT_EQ(0, mlockall(MCL_CURRENT)); in TEST()