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

  /external/linux-tools-perf/scripts/python/
sched-migration.py 142 def wake_up(self, new): member in class:RunqueueSnapshot
208 def wake_up(self, ts_list, pid, cpu, fork): member in class:TimeSlice
213 new_rq = old_rq.wake_up(pid)
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): member in class:SchedEventProxy
357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
  /external/kernel-headers/original/linux/
wait.h 146 #define wake_up(x) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1, NULL) macro
177 * wake_up() has to be called after changing any variable that could
212 * wake_up() has to be called after changing any variable that could
253 * wake_up() has to be called after changing any variable that could
297 * wake_up() has to be called after changing any variable that could

Completed in 193 milliseconds