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

  /external/oprofile/module/
compat24.h 23 #define oprof_wake_up(w) wake_up(w)
compat22.h 40 /* the wake_up path doesn't disable interrupts for wait queue
48 wake_up(q);
oprofile.c 83 * Note that this requires all spinlocks taken by the full wake_up path
85 * taken from some non-wake_up() path and deadlock. Currently this means only
104 wake_up(&oprof_wait);
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 25 #include <linux/sched.h> /* wake_up() */
171 wake_up(&card->power_sleep);

Completed in 127 milliseconds