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

  /external/linux-tools-perf/src/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 38 #include <sched.h>
50 int sched; local
56 sched = sched_getscheduler(pid);
57 switch (sched) {
76 sched_get_priority_min(sched), sched_get_priority_max(sched));
97 int sched = SCHED_RR; local
110 sched = get_sched(optarg);
144 ret = sched_setscheduler(pid, sched, &sp);
ps.c 57 int prio, nice, rtprio, sched, psr; local
141 sched = atoi(nexttok(&ptr)); // scheduling policy
179 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);
309 (display_flags&SHOW_PRIO)?"PRIO NICE RTPRI SCHED ":"",
  /prebuilts/sdk/tools/
jill.jar 
  /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/src/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,
183 static void burn_nsecs(struct perf_sched *sched, u64 nsecs)
189 } while (T1 + sched->run_measurement_overhead < T0 + nsecs);
202 static void calibrate_run_measurement_overhead(struct perf_sched *sched)
209 burn_nsecs(sched, 0);
214 sched->run_measurement_overhead = min_delta
459 struct perf_sched *sched; member in struct:sched_thread_parms
466 struct perf_sched *sched = parms->sched; local
1258 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1350 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1376 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1389 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1406 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); local
1655 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/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 197 milliseconds