Home
last modified time | relevance | path

Searched refs:test_item (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c41 union test_item { union
49 union test_item *t_item = (union test_item *)item; in get_wlen()
121 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_no_overwrite()
124 union test_item *t; in item_put_no_overwrite()
129 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_no_overwrite()
151 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_overwrite()
179 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_saturate()
180 union test_item *t; in item_put_saturate()
190 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
202 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_saturate()
[all …]
/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c23 struct test_item { struct
30 static struct test_item items[MAX_ITEMS]; argument
37 static void stress_sub(struct test_item *item) in stress_sub()
55 struct test_item *titem = CONTAINER_OF(item, struct test_item, item); in stress_handler()
/Zephyr-latest/scripts/west_commands/
Dbuild.py198 if self.args.test_item:
200 item = os.path.basename(self.args.test_item)
204 test_path = os.path.dirname(self.args.test_item)
318 def _parse_test_item(self, test_item): argument
334 if test_item not in tests:
336 item = tests.get(test_item)