HomeSort by relevance Sort by last modified time
    Searched refs:pingpong (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-kmem.c 48 u32 pingpong; member in struct:alloc_stat
147 data->pingpong = 0;
187 data->pingpong = 0;
274 s_alloc->pingpong++;
279 s_caller->pingpong++;
393 (unsigned long)data->pingpong,
595 if (l->pingpong < r->pingpong)
597 else if (l->pingpong > r->pingpong)
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 47 /* Set to 1 to enable the 'pingpong' pipe type, useful for debugging */
640 /* Do we need to grow the pingpong buffer? */
654 D("pingpong buffer is now %d bytes", newsize);
782 PingPongPipe pingpong; member in struct:__anon27208
799 pingPongPipe_init0(&pipe->pingpong, hwpipe, svcOpaque);
814 pingPongPipe_close(&pipe->pingpong);
860 flags &= pipe->pingpong.flags;
863 goldfish_pipe_wake(pipe->pingpong.hwpipe, flags);
879 ret = pingPongPipe_sendBuffers(&pipe->pingpong, buffers, numBuffers);
898 ret = pingPongPipe_recvBuffers(&pipe->pingpong, buffers, numBuffers)
    [all...]

Completed in 3273 milliseconds