Lines Matching refs:test_item
41 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()
224 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in benchmark_item_put()
238 union test_item *ti; in benchmark_item_put()
240 ti = (union test_item *)mpsc_pbuf_claim(&buffer); in benchmark_item_put()
265 union test_item test_ext_item = { in item_put_ext_no_overwrite()
274 union test_item *t; in item_put_ext_no_overwrite()
280 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_no_overwrite()
304 union test_item test_ext_item = { in item_put_word_ext_overwrite()
338 union test_item test_ext_item = { in item_put_ext_saturate()
345 union test_item *t; in item_put_ext_saturate()
352 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_saturate()
365 t = (union test_item *)mpsc_pbuf_claim(&buffer); in item_put_ext_saturate()
388 union test_item test_ext_item = { in benchmark_item_put_ext()
408 union test_item *ti; in benchmark_item_put_ext()
410 ti = (union test_item *)mpsc_pbuf_claim(&buffer); in benchmark_item_put_ext()
435 union test_item test_ext_item = { in benchmark_item_put_data()
459 union test_item *ti; in benchmark_item_put_data()
461 ti = (union test_item *)mpsc_pbuf_claim(&buffer); in benchmark_item_put_data()
1059 union test_item *t = (union test_item *)mpsc_pbuf_claim(&buffer); in ZTEST()
1082 union test_item claimed_item; in check_packet()
1105 union test_item claimed_item; in ZTEST()
1106 union test_item item = { in ZTEST()
1224 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in ZTEST()
1225 union test_item test_ext_item = { in ZTEST()
1231 union test_item *t; in ZTEST()
1241 t = (union test_item *)mpsc_pbuf_claim(&buffer); in ZTEST()
1247 t = (union test_item *)mpsc_pbuf_claim(&buffer); in ZTEST()
1256 union test_item test_ext_item2 = { in ZTEST()
1270 t = (union test_item *)mpsc_pbuf_claim(&buffer); in ZTEST()