Lines Matching defs:sym

124 #define K_KERNEL_STACK_DECLARE(sym, size) \  argument
138 #define K_KERNEL_STACK_ARRAY_DECLARE(sym, nmemb, size) \ argument
152 #define K_KERNEL_PINNED_STACK_ARRAY_DECLARE(sym, nmemb, size) \ argument
175 #define Z_KERNEL_STACK_DEFINE_IN(sym, size, lsect) \ argument
188 #define Z_KERNEL_STACK_ARRAY_DEFINE_IN(sym, nmemb, size, lsect) \ argument
214 #define K_KERNEL_STACK_DEFINE(sym, size) \ argument
230 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \ argument
233 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \ argument
246 #define K_KERNEL_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
263 #define K_KERNEL_PINNED_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
266 #define K_KERNEL_PINNED_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
279 #define K_KERNEL_STACK_MEMBER(sym, size) \ argument
282 #define K_KERNEL_STACK_SIZEOF(sym) (sizeof(sym) - K_KERNEL_STACK_RESERVED) argument
286 static inline char *K_KERNEL_STACK_BUFFER(k_thread_stack_t *sym) in K_KERNEL_STACK_BUFFER()
404 #define K_THREAD_STACK_DECLARE(sym, size) \ argument
418 #define K_THREAD_STACK_ARRAY_DECLARE(sym, nmemb, size) \ argument
436 #define K_THREAD_STACK_SIZEOF(sym) (sizeof(sym) - K_THREAD_STACK_RESERVED) argument
466 #define Z_THREAD_STACK_DEFINE_IN(sym, size, lsect) \ argument
485 #define Z_THREAD_STACK_ARRAY_DEFINE_IN(sym, nmemb, size, lsect) \ argument
516 #define K_THREAD_STACK_DEFINE(sym, size) \ argument
550 #define K_THREAD_PINNED_STACK_DEFINE(sym, size) \ argument
553 #define K_THREAD_PINNED_STACK_DEFINE(sym, size) \ argument
587 #define K_THREAD_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
608 #define K_THREAD_PINNED_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
611 #define K_THREAD_PINNED_STACK_ARRAY_DEFINE(sym, nmemb, size) \ argument
631 static inline char *K_THREAD_STACK_BUFFER(k_thread_stack_t *sym) in K_THREAD_STACK_BUFFER()