Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dmailbox_b.c49 int putcount; in mailbox_test() local
69 putcount = NR_OF_MBOX_RUNS; in mailbox_test()
72 mailbox_put(putsize, putcount, &puttime); in mailbox_test()
78 mailbox_put(putsize, putcount, &puttime); in mailbox_test()
Dpipe_b.c62 int putcount; in pipe_test() local
94 putcount = NR_OF_PIPE_RUNS; in pipe_test()
95 pipeput(test_pipes[pipe], _ALL_N, putsize, putcount, in pipe_test()
127 putcount = MESSAGE_SIZE_PIPE / putsize; in pipe_test()
130 putcount, &puttime[pipe]); in pipe_test()