Searched refs:finelock_q_ (Results 1 – 2 of 2) sorted by relevance
259 result = finelock_q_->GetValid(pe, tag); in GetValid()282 return finelock_q_->PutValid(pe); in PutValid()298 result = finelock_q_->GetEmpty(pe, tag); in GetEmpty()316 return finelock_q_->PutEmpty(pe); in PutEmpty()640 finelock_q_ = new FineLockPEQueue(pages_, page_length_); in Initialize()641 if (finelock_q_ == NULL) in Initialize()643 finelock_q_->set_os(os_); in Initialize()644 os_->set_err_log_callback(finelock_q_->get_err_log_callback()); in Initialize()737 finelock_q_ = 0; in Sat()1609 finelock_q_->QueueAnalysis(); in QueueStats()[all …]
321 class FineLockPEQueue *finelock_q_; // Page queue with fine-grain locks variable