Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_r.c38 for (getsize = 8; getsize <= MESSAGE_SIZE_PIPE; getsize <<= 1) { in piperecvtask()
53 for (getsize = (MESSAGE_SIZE_PIPE); getsize >= 8; getsize >>= 1) { in piperecvtask()
54 getcount = MESSAGE_SIZE_PIPE / getsize; in piperecvtask()
Dmemcfg.h13 #define MESSAGE_SIZE_PIPE 2048 /* must be smaller than MESSAGE_SIZE */ macro
Dpipe_b.c92 for (putsize = 8U; putsize <= MESSAGE_SIZE_PIPE; putsize <<= 1) { in pipe_test()
126 for (putsize = 8U; putsize <= (MESSAGE_SIZE_PIPE); putsize <<= 1) { in pipe_test()
127 putcount = MESSAGE_SIZE_PIPE / putsize; in pipe_test()