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);
364 if (!GetPerfEventMlockKb(&kb) || kb == mlock_kb) { in SetPerfEventLimits()419 bool GetPerfEventMlockKb(uint64_t* mlock_kb) { in GetPerfEventMlockKb() function
473 if (GetPerfEventMlockKb(&cur_mlock_kb) && cur_mlock_kb < mlock_kb && in AdjustPerfEventLimit()
1342 if (GetPerfEventMlockKb(&cur_mlock_kb) && cur_mlock_kb < mlock_kb && in AdjustPerfEventLimit()