Lines Matching defs:nodat_stack
184 unsigned long async_stack, nodat_stack, mcck_stack;
188 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER);
191 if (!lc || !nodat_stack || !async_stack || !mcck_stack)
196 lc->nodat_stack = nodat_stack + STACK_INIT_OFFSET;
217 free_pages(nodat_stack, THREAD_SIZE_ORDER);
224 unsigned long async_stack, nodat_stack, mcck_stack;
228 nodat_stack = lc->nodat_stack - STACK_INIT_OFFSET;
237 free_pages(nodat_stack, THREAD_SIZE_ORDER);
381 pcpu_delegate(ipl_pcpu, 0, func, data, lc->nodat_stack);