• Home
  • Raw
  • Download

Lines Matching full:queue

81          * Request service to configure the client inbox queue.  in SetUp()
92 * Reqeust service to configure the client outbox queue. in SetUp()
111 * Client writes a 64 byte packet into the outbox queue, service reads the
113 * writes the packet into the client's inbox queue. Client reads the packet. The
150 * Measure the average time taken to read 64 bytes from the queue.
165 * were succesfully read from the queue. in TEST_F()
200 * were succesfully read from the queue. in TEST_F()
217 * Measure the average time taken to read 256 bytes from the queue.
232 * were succesfully read from the queue. in TEST_F()
250 * Measure the average time taken to read 512 bytes from the queue.
264 * were succesfully read from the queue. in TEST_F()
281 * Measure the average time taken to write 64 bytes into the queue.
293 * Write until the queue is full and request service to empty the queue. in TEST_F()
315 * Measure the average time taken to write 128 bytes into the queue.
327 * Write until the queue is full and request service to empty the queue. in TEST_F()
348 * Measure the average time taken to write 256 bytes into the queue.
360 * Write until the queue is full and request service to empty the queue. in TEST_F()
380 * Measure the average time taken to write 512 bytes into the queue.
393 * Write until the queue is full and request service to empty the queue. in TEST_F()
417 * queue
418 * of size 16K. Client keeps reading from the inbox queue. The average write to
426 * into the mFmqInbox queue kNumIterations packets. in TEST_F()