Lines Matching defs:count
1527 * count for the thread to ensure it stays alive until
6210 size_t start_pos = m->count;
6217 header_pos = m->count;
6238 if (!print_always && m->count == header_pos)
6239 m->count = start_pos;
6247 int count;
6249 count = 0;
6251 count++;
6257 node->internal_strong_refs, count, node->tmp_refs);
6258 if (count) {
6288 size_t start_pos = m->count;
6294 header_pos = m->count;
6347 if (!print_all && m->count == header_pos)
6348 m->count = start_pos;
6455 int count, strong, weak, ready_threads;
6461 count = 0;
6465 count++;
6470 seq_printf(m, " threads: %d\n", count);
6477 count = 0;
6479 count++;
6481 seq_printf(m, " nodes: %d\n", count);
6482 count = 0;
6489 count++;
6494 seq_printf(m, " refs: %d s %d w %d\n", count, strong, weak);
6496 count = binder_alloc_get_allocated_count(&proc->alloc);
6497 seq_printf(m, " buffers: %d\n", count);
6501 count = 0;
6505 count++;
6508 seq_printf(m, " pending transactions: %d\n", count);
6628 unsigned int count;
6632 count = log_cur + 1;
6633 cur = count < ARRAY_SIZE(log->entry) && !log->full ?
6634 0 : count % ARRAY_SIZE(log->entry);
6635 if (count > ARRAY_SIZE(log->entry) || log->full)
6636 count = ARRAY_SIZE(log->entry);
6637 for (i = 0; i < count; i++) {
6750 size_t start_pos = m->count;
6751 size_t header_pos = m->count;
6795 if (m->count == header_pos)
6796 m->count = start_pos;