OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:event_idx
(Results
1 - 4
of
4
) sorted by null
/external/kernel-headers/original/uapi/linux/
virtio_ring.h
161
/* Assuming a given
event_idx
value from the other side, if
164
static inline int vring_need_event(__u16
event_idx
, __u16 new_idx, __u16 old)
168
* corresponding to
event_idx
+ 1 and new_idx respectively.
171
return (__u16)(new_idx -
event_idx
- 1) < (__u16)(new_idx - old);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_ring.h
150
/* Assuming a given
event_idx
value from the other size, if
153
static __inline__ int vring_need_event(__u16
event_idx
, __u16 new_idx, __u16 old)
157
* corresponding to
event_idx
+ 1 and new_idx respectively.
160
return (__u16)(new_idx -
event_idx
- 1) < (__u16)(new_idx - old);
/tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py
178
for
event_idx
in range(num_of_events):
179
batches = self.results_events[
event_idx
]["data"]["Results"]
193
% (expected_num_of_batches,
event_idx
,
199
" scan results in batch %d" % (
event_idx
, batch_idx))
211
if
event_idx
>= 1:
212
previous_batches = self.results_events[
event_idx
- 1]["data"][
/external/perf_data_converter/src/
perf_data_converter.cc
326
for (int
event_idx
= 0;
event_idx
< perf_data_.file_attrs_size();
327
++
event_idx
) {
334
const auto& event_type = perf_data_.event_types(
event_idx
);
Completed in 427 milliseconds