Searched refs:pending_count (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_interrupt.c28 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/
H A Dinotify-kernel.c110 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;

Completed in 25 milliseconds