Searched refs:MESSAGE_SIZE_PIPE (Results 1 – 3 of 3) sorted by relevance
38 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()
13 #define MESSAGE_SIZE_PIPE 2048 /* must be smaller than MESSAGE_SIZE */ macro
92 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()