Searched refs:kMaxJobCount (Results 1 – 3 of 3) sorted by relevance
215 static const int kMaxJobCount[NUM_QUEUES]; variable
139 const int JobScheduler::kMaxJobCount[] = { member in drive::JobScheduler177 queue_[i].reset(new JobQueue(kMaxJobCount[i], NUM_CONTEXT_TYPES)); in JobScheduler()
180 return JobScheduler::kMaxJobCount[JobScheduler::METADATA_QUEUE]; in GetMetadataQueueMaxJobCount()