OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:queue_length
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/wrs_omxil_core/utils/src/
queue.c
203
int
queue_length
(struct queue *queue)
function
/system/connectivity/shill/wifi/
mac80211_monitor.cc
184
if (queue_state.
queue_length
< queue_length_limit_) {
186
<< " skipping queue of length " << queue_state.
queue_length
192
<< " skipping queue of length " << queue_state.
queue_length
198
std::max(max_stuck_queue_len, queue_state.
queue_length
);
268
size_t
queue_length
;
local
277
if (!base::StringToSizeT(stopflags_and_length[1], &
queue_length
)) {
281
queue_states.emplace_back(queue_number, stop_flags,
queue_length
);
mac80211_monitor.h
45
queue_length
(queue_length_in) {}
49
size_t
queue_length
;
member in struct:shill::Mac80211Monitor::QueueState
/external/v8/src/compiler/
scheduler.cc
943
int
queue_length
= 0;
local
[
all
...]
Completed in 127 milliseconds