OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_SIZE
(Results
1 - 9
of
9
) sorted by null
/external/kernel-headers/original/asm-x86/
thread_info_32.h
57
#define
THREAD_SIZE
(4096)
59
#define
THREAD_SIZE
(8192)
62
#define STACK_WARN (
THREAD_SIZE
/8)
93
return (struct thread_info *)(current_stack_pointer & ~(
THREAD_SIZE
- 1));
99
__get_free_pages(GFP_KERNEL| __GFP_ZERO, get_order(
THREAD_SIZE
)))
102
__get_free_pages(GFP_KERNEL, get_order(
THREAD_SIZE
)))
105
#define free_thread_info(info) free_pages((unsigned long)(info), get_order(
THREAD_SIZE
))
111
movl $-
THREAD_SIZE
, reg; \
116
andl $-
THREAD_SIZE
, reg
processor_32.h
430
#define THREAD_SIZE_LONGS (
THREAD_SIZE
/sizeof(unsigned long))
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
stack_profile.c
43
#define STACK_MASK (
THREAD_SIZE
-1)
47
unsigned long stack_buf[
THREAD_SIZE
/sizeof(unsigned long)];
78
sfp->stack_size =
THREAD_SIZE
- (real_sp & STACK_MASK);
170
sfp->stack_size =
THREAD_SIZE
;
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
stack_profile.c
43
#define STACK_MASK (
THREAD_SIZE
-1)
47
unsigned long stack_buf[
THREAD_SIZE
/sizeof(unsigned long)];
78
sfp->stack_size =
THREAD_SIZE
- (real_sp & STACK_MASK);
170
sfp->stack_size =
THREAD_SIZE
;
/external/kernel-headers/original/asm-arm/
thread_info.h
19
#define
THREAD_SIZE
8192
20
#define THREAD_START_SP (
THREAD_SIZE
- 8)
94
return (struct thread_info *)(sp & ~(
THREAD_SIZE
- 1));
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
227
#define THREAD_SIZE_LONGS (
THREAD_SIZE
/sizeof(unsigned long))
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
227
#define THREAD_SIZE_LONGS (
THREAD_SIZE
/sizeof(unsigned long))
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
227
#define THREAD_SIZE_LONGS (
THREAD_SIZE
/sizeof(unsigned long))
/external/kernel-headers/original/linux/
sched.h
[
all
...]
Completed in 248 milliseconds