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

  /external/qemu/hw/
goldfish_interrupt.c 28 uint32_t pending_count; member in struct:goldfish_int_state
40 QFIELD_INT32(pending_count),
81 s->pending_count++;
88 s->pending_count--;
101 return s->pending_count;
124 s->pending_count = 0;
131 s->pending_count--;
139 s->pending_count++;
  /external/bluetooth/glib/gio/inotify/
inotify-kernel.c 110 static int prev_pending = 0, pending_count = 0; local
117 if (pending_count < MAX_PENDING_COUNT)
135 if (pending-prev_pending < PENDING_MARGINAL_COST (pending_count))
139 pending_count++;
158 pending_count = 0;
  /external/chromium/chrome/browser/extensions/
extension_updater.h 134 pending_count(0) {}
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
extension_updater.cc 263 url_stats_.pending_count);
334 ++url_stats_.pending_count;
    [all...]

Completed in 175 milliseconds