Home
last modified time | relevance | path

Searched refs:pending_count (Results 1 – 4 of 4) sorted by relevance

/external/qemu/hw/
Dgoldfish_interrupt.c28 uint32_t pending_count; member
40 QFIELD_INT32(pending_count), in QFIELD_INT32()
81 s->pending_count++; in goldfish_int_set_irq()
88 s->pending_count--; in goldfish_int_set_irq()
101 return s->pending_count; in goldfish_int_read()
124 s->pending_count = 0; in goldfish_int_write()
131 s->pending_count--; in goldfish_int_write()
139 s->pending_count++; in goldfish_int_write()
/external/bluetooth/glib/gio/inotify/
Dinotify-kernel.c110 static int prev_pending = 0, pending_count = 0; in ik_source_check() local
117 if (pending_count < MAX_PENDING_COUNT) in ik_source_check()
135 if (pending-prev_pending < PENDING_MARGINAL_COST (pending_count)) in ik_source_check()
139 pending_count++; in ik_source_check()
158 pending_count = 0; in ik_source_check()
/external/chromium/chrome/browser/extensions/
Dextension_updater.h134 pending_count(0) {} in URLStats()
137 int extension_count, theme_count, app_count, pending_count; member
Dextension_updater.cc263 url_stats_.pending_count); in ReportStats()
334 ++url_stats_.pending_count; in AddExtensionData()