/prebuilts/go/linux-x86/src/cmd/trace/ |
goroutines.go | 151 <th> <a href="/sched?id={{.PC}}">Scheduler wait time, ns</a><a href="/sched?id={{.PC}}&raw=1" download="sched.profile">?</a> </th>
|
/prebuilts/go/darwin-x86/src/runtime/ |
stack.go | 716 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt)) 721 bp := gp.sched.bp 728 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.bp)) 837 used := old.hi - gp.sched.sp 887 gp.sched.sp = new.hi - used 942 f := findfunc(gp.sched.pc) 945 pcoff = gp.sched.pc - f.entry 948 " sp=", hex(gp.sched.sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n", 950 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n" [all...] |
cgocall.go | 57 // SP as m->g0->sched.sp, so that any use of m->g0's stack during the 59 // Before overwriting m->g0->sched.sp, it pushes the old value on the 67 // first defers a function to unwind m->g0.sched.sp, so that if p.GoF 68 // panics, m->g0.sched.sp will be restored to its old value: the m->g0 stack 74 // m->g0's stack (the pointer is still in m->g0.sched.sp), restores the old 75 // m->g0.sched.sp value from the stack, and returns to _cgoexp_GoF. 260 sp := gp.m.g0.sched.sp 329 // Do not unwind m->g0->sched.sp. 339 sched := &mp.g0.sched [all...] |
asm_arm64.s | 144 // Fn must never return. It should gogo(&g->sched) 147 // Save caller state in g->sched 165 MOVD R0, RSP // sp = m->g0->sched.sp 206 // save our state in g->sched. Pretend to 277 // Set g->sched to context in f 477 // Save state of caller into g->sched. Smashes R0. 588 // Set m->sched.sp = SP, so that if a panic happens 593 // the same SP back to m->sched.sp. That seems redundant, 595 // restore the g->sched.sp from the stack location 606 // Save current m->g0->sched.sp on stack and then set it to SP [all...] |
asm_s390x.s | 214 // Fn must never return. It should gogo(&g->sched) 217 // Save caller state in g->sched 233 MOVD (g_sched+gobuf_sp)(g), R15 // sp = m->g0->sched.sp 271 // save our state in g->sched. Pretend to 339 // Set g->sched to context in f. 515 // Save state of caller into g->sched. Smashes R1. 621 // Set m->sched.sp = SP, so that if a panic happens 626 // the same SP back to m->sched.sp. That seems redundant, 628 // restore the g->sched.sp from the stack location 638 // Save current m->g0->sched.sp on stack and then set it to SP [all...] |
asm_arm.s | 258 // Fn must never return. It should gogo(&g->sched) 261 // Save caller state in g->sched. 322 // save our state in g->sched. Pretend to 400 // Set g->sched to context in f. 564 // Save state of caller into g->sched. Smashes R11. 670 // Set m->sched.sp = SP, so that if a panic happens 675 // the same SP back to m->sched.sp. That seems redundant, 677 // restore the g->sched.sp from the stack location 687 // Save current m->g0->sched.sp on stack and then set it to SP. 688 // Save current sp in m->g0->sched.sp in preparation fo [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
stack.go | 716 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt)) 721 bp := gp.sched.bp 728 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.bp)) 837 used := old.hi - gp.sched.sp 887 gp.sched.sp = new.hi - used 942 f := findfunc(gp.sched.pc) 945 pcoff = gp.sched.pc - f.entry 948 " sp=", hex(gp.sched.sp), " stack=[", hex(gp.stack.lo), ", ", hex(gp.stack.hi), "]\n", 950 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n" [all...] |
cgocall.go | 57 // SP as m->g0->sched.sp, so that any use of m->g0's stack during the 59 // Before overwriting m->g0->sched.sp, it pushes the old value on the 67 // first defers a function to unwind m->g0.sched.sp, so that if p.GoF 68 // panics, m->g0.sched.sp will be restored to its old value: the m->g0 stack 74 // m->g0's stack (the pointer is still in m->g0.sched.sp), restores the old 75 // m->g0.sched.sp value from the stack, and returns to _cgoexp_GoF. 260 sp := gp.m.g0.sched.sp 329 // Do not unwind m->g0->sched.sp. 339 sched := &mp.g0.sched [all...] |
asm_arm64.s | 144 // Fn must never return. It should gogo(&g->sched) 147 // Save caller state in g->sched 165 MOVD R0, RSP // sp = m->g0->sched.sp 206 // save our state in g->sched. Pretend to 277 // Set g->sched to context in f 477 // Save state of caller into g->sched. Smashes R0. 588 // Set m->sched.sp = SP, so that if a panic happens 593 // the same SP back to m->sched.sp. That seems redundant, 595 // restore the g->sched.sp from the stack location 606 // Save current m->g0->sched.sp on stack and then set it to SP [all...] |
asm_s390x.s | 214 // Fn must never return. It should gogo(&g->sched) 217 // Save caller state in g->sched 233 MOVD (g_sched+gobuf_sp)(g), R15 // sp = m->g0->sched.sp 271 // save our state in g->sched. Pretend to 339 // Set g->sched to context in f. 515 // Save state of caller into g->sched. Smashes R1. 621 // Set m->sched.sp = SP, so that if a panic happens 626 // the same SP back to m->sched.sp. That seems redundant, 628 // restore the g->sched.sp from the stack location 638 // Save current m->g0->sched.sp on stack and then set it to SP [all...] |
asm_arm.s | 258 // Fn must never return. It should gogo(&g->sched) 261 // Save caller state in g->sched. 322 // save our state in g->sched. Pretend to 400 // Set g->sched to context in f. 564 // Save state of caller into g->sched. Smashes R11. 670 // Set m->sched.sp = SP, so that if a panic happens 675 // the same SP back to m->sched.sp. That seems redundant, 677 // restore the g->sched.sp from the stack location 687 // Save current m->g0->sched.sp on stack and then set it to SP. 688 // Save current sp in m->g0->sched.sp in preparation fo [all...] |
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
cpuset_load_balance_test.sh | 67 cpuset_log " sched load balance:" $r_balance 70 cpuset_log " sched load balance:" $g_balance 173 cpuset_log " sched load balance:" 0 176 cpuset_log " sched load balance:" $g1_balance 179 cpuset_log " sched load balance:" $g2_balance
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 90 self.sched = '' 109 elif line.startswith('# Sched'): 110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1) 115 self.kernel, self.duration, self.command_line, self.sched)
|
/external/llvm/lib/Target/ARM/ |
ARMInstrInfo.td | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
loopreschedchecks.go | 192 // if sp < g.limit { goto sched } 194 // sched: 210 sched := f.NewBlock(BlockPlain) 213 sched.Pos = bb.Pos 215 // if sp < g.limit { goto sched } 231 // if true, goto sched 232 test.AddEdgeTo(sched) 243 // sched: 247 mem1 := sched.NewValue1A(bb.Pos, OpStaticCall, types.TypeMem, resched, mem0) 248 sched.AddEdgeTo(h [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
loopreschedchecks.go | 192 // if sp < g.limit { goto sched } 194 // sched: 210 sched := f.NewBlock(BlockPlain) 213 sched.Pos = bb.Pos 215 // if sp < g.limit { goto sched } 231 // if true, goto sched 232 test.AddEdgeTo(sched) 243 // sched: 247 mem1 := sched.NewValue1A(bb.Pos, OpStaticCall, types.TypeMem, resched, mem0) 248 sched.AddEdgeTo(h [all...] |
/external/boringssl/src/crypto/cipher_extra/asm/ |
aes128gcmsiv-x86_64.pl | 930 my $SCHED = "%xmm15"; 944 vmovdqu ${\eval($i*16)}($KS), $SCHED 945 vaesenc $SCHED, $STATE1, $STATE1 946 vaesenc $SCHED, $STATE2, $STATE2 947 vaesenc $SCHED, $STATE3, $STATE3 948 vaesenc $SCHED, $STATE4, $STATE4 949 vaesenc $SCHED, $STATE5, $STATE5 950 vaesenc $SCHED, $STATE6, $STATE6 951 vaesenc $SCHED, $STATE7, $STATE7 952 vaesenc $SCHED, $STATE8, $STATE [all...] |
/external/ipsec-tools/src/racoon/ |
handler.h | 143 struct sched *sce; /* schedule for expire */ 145 struct sched *scr; /* schedule for resend */ 203 struct sched *dpd_r_u; 262 struct sched *sce; /* schedule for expire */ 263 struct sched *scr; /* schedule for resend */ 345 struct sched *scr; /* schedule for resend, may not used */
|
/external/trappy/tests/ |
test_thermal.py | 156 <...>-3979 [007] 217.975366: softirq_raise: vec=7 [action=SCHED] 160 <...>-3979 [007] 217.975535: softirq_entry: vec=7 [action=SCHED] 163 <...>-3979 [007] 217.975584: softirq_exit: vec=7 [action=SCHED]
|
/system/extras/iotop/ |
iotop.cpp | 51 " pid, read, write, total, io, swap, sched, mem or delay.\n", 88 {"sched", make_sorter(&TaskStatistics::delay_sched, true)}, 240 "sched",
|
/external/llvm/lib/Target/AArch64/ |
AArch64InstrFormats.td | 851 Sched<[WriteSys]> { 863 Sched<[WriteHint]> { 882 Sched<[WriteBarrier]> { 958 Sched<[WriteSys]> { 986 Sched<[WriteSys]> { [all...] |
/bionic/libc/arch-mips/bionic/ |
__bionic_clone.S | 31 #include <linux/sched.h>
|
vfork.S | 30 #include <linux/sched.h>
|
/bionic/libc/arch-mips64/bionic/ |
vfork.S | 30 #include <linux/sched.h>
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8425/ |
poc.c | 26 #include <sched.h>
|