Searched refs:GetPerfEventMlockKb (Results 1 – 5 of 5) sorted by relevance
79 bool has_mlock_kb = GetPerfEventMlockKb(&orig_mlock_kb); in TEST()94 ASSERT_TRUE(GetPerfEventMlockKb(&value)); in TEST()
85 bool GetPerfEventMlockKb(uint64_t* mlock_kb);
351 if (!GetPerfEventMlockKb(&kb) || kb == mlock_kb) { in SetPerfEventLimits()406 bool GetPerfEventMlockKb(uint64_t* mlock_kb) { in GetPerfEventMlockKb() function
468 if (GetPerfEventMlockKb(&cur_mlock_kb) && cur_mlock_kb < mlock_kb && in AdjustPerfEventLimit()
1160 if (GetPerfEventMlockKb(&cur_mlock_kb) && cur_mlock_kb < mlock_kb && in AdjustPerfEventLimit()