Home
last modified time | relevance | path

Searched refs:heap_cnt (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dauxtrace.c458 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
466 heap->heap_cnt = 0; in auxtrace_heap__free()
472 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local
475 if (!heap_cnt) in auxtrace_heap__pop()
478 heap->heap_cnt -= 1; in auxtrace_heap__pop()
487 if (left >= heap_cnt) in auxtrace_heap__pop()
490 if (right >= heap_cnt) { in auxtrace_heap__pop()
503 last = heap_cnt - 1; in auxtrace_heap__pop()
Ds390-cpumsf.c852 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues()
863 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
Dauxtrace.h255 unsigned int heap_cnt; member
Dintel-bts.c561 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
Dintel-pt.c2258 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
2274 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
Dcs-etm.c2101 if (!etm->heap.heap_cnt) in cs_etm__process_queues()
/Linux-v5.4/drivers/staging/android/ion/
Dion.h67 int heap_cnt; member
Dion.c425 query->cnt = dev->heap_cnt; in ion_query_heaps()
637 dev->heap_cnt++; in ion_device_add_heap()