HomeSort by relevance Sort by last modified time
    Searched refs:timeslice (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp 531 uint32_t timeslice = SCHEDULING_FREQ; local
544 // Check timeslice
545 if (timeslice == 0) {
547 timeslice = SCHEDULING_FREQ;
553 timeslice--;
  /external/linux-tools-perf/scripts/python/
sched-migration.py 159 class TimeSlice:
224 return TimeSlice(t, self)
232 slice = TimeSlice(ts, TimeSlice(-1, None))
304 timeslice = self.data[i]
305 if timeslice.start > end:
308 for cpu in timeslice.rqs:
309 self.update_rectangle_cpu(timeslice, cpu)

Completed in 379 milliseconds