Searched refs:MINSIGSTKSZ (Results 1 – 15 of 15) sorted by relevance
98 # define MINSIGSTKSZ 131027 /* min. stack size for sigaltstack() */ macro100 # define MINSIGSTKSZ 131072 /* min. stack size for sigaltstack() */ macro
84 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ85 #define MINSIGSTKSZ 2048 macro
23 #define MINSIGSTKSZ 5120 macro
69 #define MINSIGSTKSZ 2048 macro
86 #define MINSIGSTKSZ 2048 macro
84 #define MINSIGSTKSZ 2048 macro
94 #define MINSIGSTKSZ 2048 macro
91 #define MINSIGSTKSZ 2048 macro
89 #define MINSIGSTKSZ 2048 macro
88 #define MINSIGSTKSZ 4096 macro
101 #define MINSIGSTKSZ 2048 macro
151 #define MINSIGSTKSZ 4096 macro
3493 if (unlikely(ss_size < MINSIGSTKSZ)) in do_sigaltstack()