Searched refs:sizexferd (Results 1 – 2 of 2) sorted by relevance
96 size_t sizexferd = 0; in pipeget() local99 sizexferd = k_pipe_read(pipe, data_recv, size2xfer, K_FOREVER); in pipeget()100 if (sizexferd < 0) { in pipeget()104 if (option == _ALL_N && sizexferd != size2xfer) { in pipeget()108 sizexferd_total += sizexferd; in pipeget()
172 size_t sizexferd = 0; in pipeput() local175 sizexferd = k_pipe_write(pipe, data_bench, size2xfer, K_FOREVER); in pipeput()177 if (sizexferd < 0) { in pipeput()180 if (option == _ALL_N && sizexferd != size2xfer) { in pipeput()184 sizexferd_total += sizexferd; in pipeput()