Home
last modified time | relevance | path

Searched refs:sched (Results 1 – 6 of 6) sorted by relevance

/system/core/toolbox/
Drenice.c50 int sched; in print_prio() local
56 sched = sched_getscheduler(pid); in print_prio()
57 switch (sched) { in print_prio()
76 sched_get_priority_min(sched), sched_get_priority_max(sched)); in print_prio()
97 int sched = SCHED_RR; in renice_main() local
110 sched = get_sched(optarg); in renice_main()
144 ret = sched_setscheduler(pid, sched, &sp); in renice_main()
Dps.c57 int prio, nice, rtprio, sched, psr; in ps_line() local
141 sched = atoi(nexttok(&ptr)); // scheduling policy in ps_line()
179 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched); in ps_line()
/system/core/rootdir/
Dinit.trace.rc13 chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
14 chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
25 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_switch/enable
26 chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
/system/extras/tests/workloads/
Drecentfling.sh99 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
112 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
/system/extras/tests/sdcard/
Dplot_sdcard.py90 self.sched = ''
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
115 self.kernel, self.duration, self.command_line, self.sched)
/system/keymaster/
Docb.c555 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_encrypt() local
557 tmp = _mm_xor_si128(tmp, sched[0]); in AES_encrypt()
559 tmp = _mm_aesenc_si128(tmp, sched[j]); in AES_encrypt()
560 tmp = _mm_aesenclast_si128(tmp, sched[j]); in AES_encrypt()
566 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_decrypt() local
568 tmp = _mm_xor_si128(tmp, sched[0]); in AES_decrypt()
570 tmp = _mm_aesdec_si128(tmp, sched[j]); in AES_decrypt()
571 tmp = _mm_aesdeclast_si128(tmp, sched[j]); in AES_decrypt()
577 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_ecb_encrypt_blks() local
579 blks[i] = _mm_xor_si128(blks[i], sched[0]); in AES_ecb_encrypt_blks()
[all …]