Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/oprofile/
Dbacktrace.c74 head = __show_trace(&depth, head, S390_lowcore.async_stack - ASYNC_SIZE, in s390_backtrace()
/linux-2.6.39/arch/s390/include/asm/
Dthread_info.h31 #define ASYNC_SIZE (PAGE_SIZE << ASYNC_ORDER) macro
/linux-2.6.39/arch/s390/kernel/
Dstacktrace.c77 S390_lowcore.async_stack - ASYNC_SIZE, in save_stack_trace()
Dsetup.c396 __alloc_bootmem(ASYNC_SIZE, ASYNC_SIZE, 0) + ASYNC_SIZE; in setup_lowcore()
Dsmp.c509 lowcore->async_stack = async_stack + ASYNC_SIZE; in smp_alloc_lowcore()
547 free_pages(lowcore->async_stack - ASYNC_SIZE, ASYNC_ORDER); in smp_free_lowcore()
722 lowcore->async_stack = async_stack + ASYNC_SIZE; in smp_prepare_cpus()
Dtraps.c125 sp = __show_trace(sp, S390_lowcore.async_stack - ASYNC_SIZE, in show_trace()