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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
wakeup-latency.pl 28 sub sched::sched_switch subroutine
51 sub sched::sched_wakeup subroutine
  /external/ipsec-tools/src/racoon/
schedule.h 42 struct sched { struct
56 TAILQ_ENTRY(sched) chain;
79 struct sched *sched_new __P((time_t, void (*func) __P((void *)), void *));
80 void sched_kill __P((struct sched *));
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_task.c 56 #include <sched.h> /*for sched structure */
116 struct sched_param sched; local
149 &sched))
151 /*TIMM_OSAL_Error("Task Init Get Sched Params failed!"); */
155 sched.sched_priority = uPriority; /* relative to the default priority */
157 &sched))
159 /*TIMM_OSAL_Error("Task Init Set Sched Paramsfailed!"); */
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 56 #include <sched.h> /*for sched structure */
116 struct sched_param sched; local
149 &sched))
151 /*TIMM_OSAL_Error("Task Init Get Sched Params failed!"); */
155 sched.sched_priority = uPriority; /* relative to the default priority */
157 &sched))
159 /*TIMM_OSAL_Error("Task Init Set Sched Paramsfailed!"); */
  /system/core/toolbox/
renice.c 37 #include <sched.h>
49 int sched; local
55 sched = sched_getscheduler(pid);
56 switch (sched) {
75 sched_get_priority_min(sched), sched_get_priority_max(sched));
96 int sched = SCHED_RR; local
109 sched = get_sched(optarg);
143 ret = sched_setscheduler(pid, sched, &sp);
ps.c 50 int prio, nice, rtprio, sched, psr; local
134 sched = atoi(nexttok(&ptr)); // scheduling policy
168 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);
285 (display_flags&SHOW_PRIO)?"PRIO NICE RTPRI SCHED ":"",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 72 import sched namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 72 import sched namespace
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 438 bool sched; member in struct:trace
923 if (trace->sched &&
924 perf_evlist__add_newtp(evlist, "sched", "sched_stat_runtime",
1231 OPT_BOOLEAN(0, "sched", &trace.sched, "show blocking scheduler events"),
    [all...]
builtin-sched.c 103 int (*switch_event)(struct perf_sched *sched, struct perf_evsel *evsel,
106 int (*runtime_event)(struct perf_sched *sched, struct perf_evsel *evsel,
109 int (*wakeup_event)(struct perf_sched *sched, struct perf_evsel *evsel,
113 int (*fork_event)(struct perf_sched *sched, union perf_event *event,
116 int (*migrate_task_event)(struct perf_sched *sched,
188 static void burn_nsecs(struct perf_sched *sched, u64 nsecs)
194 } while (T1 + sched->run_measurement_overhead < T0 + nsecs);
207 static void calibrate_run_measurement_overhead(struct perf_sched *sched)
214 burn_nsecs(sched, 0);
219 sched->run_measurement_overhead = min_delta
464 struct perf_sched *sched; member in struct:sched_thread_parms
472 struct perf_sched *sched = parms->sched; local
1268 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1360 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1386 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1399 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1416 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1665 static struct perf_sched sched = { variable in typeref:struct:perf_sched
    [all...]
  /system/keymaster/
ocb.c 555 const __m128i* sched = ((__m128i*)(key->rd_key)); local
557 tmp = _mm_xor_si128(tmp, sched[0]);
559 tmp = _mm_aesenc_si128(tmp, sched[j]);
560 tmp = _mm_aesenclast_si128(tmp, sched[j]);
566 const __m128i* sched = ((__m128i*)(key->rd_key)); local
568 tmp = _mm_xor_si128(tmp, sched[0]);
570 tmp = _mm_aesdec_si128(tmp, sched[j]);
571 tmp = _mm_aesdeclast_si128(tmp, sched[j]);
577 const __m128i* sched = ((__m128i*)(key->rd_key)); local
579 blks[i] = _mm_xor_si128(blks[i], sched[0])
589 const __m128i* sched = ((__m128i*)(key->rd_key)); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 685 uint8_t sched; // scheduling data (NOTE: maybe move to separate storage) member in class:nv50_ir::Instruction
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 685 uint8_t sched; // scheduling data (NOTE: maybe move to separate storage) member in class:nv50_ir::Instruction
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 341 milliseconds