Home
last modified time | relevance | path

Searched refs:scratch_packet (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/kernel/lifo/lifo_usage/src/
Dmain.c295 void *packet, *scratch_packet; in ZTEST() local
298 scratch_packet = get_scratch_packet(); in ZTEST()
299 k_lifo_put(&lifo_timeout[0], scratch_packet); in ZTEST()
302 put_scratch_packet(scratch_packet); in ZTEST()
305 scratch_packet = get_scratch_packet(); in ZTEST()
306 k_lifo_put(&lifo_timeout[0], scratch_packet); in ZTEST()
317 void *packet, *scratch_packet; in ZTEST() local
360 scratch_packet = get_scratch_packet(); in ZTEST()
361 k_lifo_put(&lifo_timeout[0], scratch_packet); in ZTEST()
372 put_scratch_packet(scratch_packet); in ZTEST()
[all …]
/Zephyr-latest/tests/kernel/fifo/fifo_timeout/src/
Dmain.c325 void *packet, *scratch_packet; in ZTEST() local
328 scratch_packet = get_scratch_packet(); in ZTEST()
329 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST()
332 put_scratch_packet(scratch_packet); in ZTEST()
335 scratch_packet = get_scratch_packet(); in ZTEST()
336 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST()
339 put_scratch_packet(scratch_packet); in ZTEST()
354 void *packet, *scratch_packet; in ZTEST() local
399 scratch_packet = get_scratch_packet(); in ZTEST()
400 k_fifo_put(&fifo_timeout[0], scratch_packet); in ZTEST()
[all …]