Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dauxtrace.c462 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
470 heap->heap_cnt = 0; in auxtrace_heap__free()
476 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local
479 if (!heap_cnt) in auxtrace_heap__pop()
482 heap->heap_cnt -= 1; in auxtrace_heap__pop()
491 if (left >= heap_cnt) in auxtrace_heap__pop()
494 if (right >= heap_cnt) { in auxtrace_heap__pop()
507 last = heap_cnt - 1; in auxtrace_heap__pop()
Ds390-cpumsf.c700 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues()
711 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
Dauxtrace.h246 unsigned int heap_cnt; member
Dintel-bts.c577 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
Dintel-pt.c1718 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
1734 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
/Linux-v4.19/drivers/staging/android/ion/
Dion.h97 int heap_cnt; member
Dion.c451 query->cnt = dev->heap_cnt; in ion_query_heaps()
566 dev->heap_cnt++; in ion_device_add_heap()