Lines Matching full:items
30 static struct test_item items[MAX_ITEMS]; variable
80 if (items[ii].item.thread == NULL && in stress_handler()
81 &items[ii] != titem && !items[ii].active) { in stress_handler()
82 stress_sub(&items[ii]); in stress_handler()
95 * items of random priority as possible. Note that because of the
98 * schedulable (i.e. high priority) items than there are threads to
104 memset(items, 0, sizeof(items)); in ZTEST()
108 items[0].item.priority = -1; in ZTEST()
109 stress_handler(&items[0].item); in ZTEST()
152 struct k_p4wq_work *item = &items[num_items++].item; in add_new_item()
251 /* Simple test that submitted items run, and at the correct priority */