Searched refs:MAX_ITEMS (Results 1 – 4 of 4) sorted by relevance
13 #define MAX_ITEMS (MAX_NUM_THREADS * 8) macro30 static struct test_item items[MAX_ITEMS];78 int ii = sys_rand32_get() % MAX_ITEMS; in stress_handler()154 __ASSERT_NO_MSG(num_items < MAX_ITEMS); in add_new_item()
69 #define MAX_ITEMS 1071 stack_data_t my_stack_array[MAX_ITEMS];74 k_stack_init(&my_stack, my_stack_array, MAX_ITEMS);84 K_STACK_DEFINE(my_stack, MAX_ITEMS);102 struct my_buffer_type my_buffers[MAX_ITEMS];105 for (int i = 0; i < MAX_ITEMS; i++) {
23 #define MAX_ITEMS 16 macro25 static BENCH_BMEM stack_data_t stack_array[MAX_ITEMS];71 k_stack_init(&stack, stack_array, MAX_ITEMS); in stack_ops()
168 #define MAX_ITEMS 8 macro171 stack_data_t stack_data[MAX_ITEMS];177 stack_data_t data[MAX_ITEMS]; in thread_entry_fn_stack()