Lines Matching refs:split
2391 // Entersyscall cannot split the stack: the gosave must
2395 // Nothing entersyscall calls can split the stack either.
2400 // entersyscall doing no-split things, and the slow path has to use systemstack
2430 // Entersyscall must not call any function that might split/grow the stack.
2463 // runSafePointFn may stack split if run on this stack
2478 // Goroutines must not split stacks in Gsyscall status (it would corrupt g->sched).
2479 // We set _StackGuard to StackPreempt so that first split stack check calls morestack.
2837 // Cannot split the stack because it assumes that the arguments
2839 // copied if a stack split occurred.