Searched refs:async_stack (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dsmp.c598 unsigned long async_stack; local
620 async_stack = __get_free_pages(GFP_KERNEL,1);
621 if (async_stack == 0)
626 lowcore_ptr[i]->async_stack = async_stack + (2 * PAGE_SIZE);
H A Dsetup.c465 lowcore->async_stack = (__u32)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dsmp.c585 unsigned long async_stack; local
608 async_stack = __get_free_pages(GFP_KERNEL,2);
609 if (async_stack == 0) {
617 curr_lowcore->async_stack = async_stack + (4 * PAGE_SIZE);
H A Dsetup.c455 lowcore->async_stack = (__u64)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dlowcore.h159 __u32 async_stack; /* 0xc44 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dlowcore.h159 __u32 async_stack; /* 0xc44 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dlowcore.h157 __u64 async_stack; /* 0xd48 */ member in struct:_lowcore
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dlowcore.h157 __u64 async_stack; /* 0xd48 */ member in struct:_lowcore

Completed in 192 milliseconds