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

  /external/libchrome/base/trace_event/
trace_buffer.cc 24 recyclable_chunks_queue_(new size_t[queue_capacity()]),
124 : queue_tail_ + queue_capacity() - queue_head_;
127 bool QueueIsFull() const { return QueueSize() == queue_capacity() - 1; }
129 size_t queue_capacity() const { function in class:base::trace_event::__anon22935::TraceBufferRingBuffer
136 if (index >= queue_capacity())
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 136 uint32 queue_capacity; /* the maximum capacity of the queue */ member in struct:__anon41865
wlioctl.h 4406 uint32 queue_capacity; \/* the maximum capacity of the queue *\/ member in struct:__anon41955
4435 uint32 queue_capacity; \/* the maximum capacity of the queue *\/ member in struct:__anon41956
    [all...]

Completed in 357 milliseconds