Searched refs:heap_cnt (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/android/ion/ |
H A D | ion.h | 67 int heap_cnt; member
|
H A D | ion.c | 411 query->cnt = dev->heap_cnt; in ion_query_heaps() 621 dev->heap_cnt++; in ion_device_add_heap()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | auxtrace.c | 502 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add() 510 heap->heap_cnt = 0; in auxtrace_heap__free() 516 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local 519 if (!heap_cnt) in auxtrace_heap__pop() 522 heap->heap_cnt -= 1; in auxtrace_heap__pop() 531 if (left >= heap_cnt) in auxtrace_heap__pop() 534 if (right >= heap_cnt) { in auxtrace_heap__pop() 547 last = heap_cnt - 1; in auxtrace_heap__pop()
|
H A D | arm-spe.c | 522 if (!spe->heap.heap_cnt) in arm_spe_process_queues() 534 if (spe->heap.heap_cnt) { in arm_spe_process_queues()
|
H A D | s390-cpumsf.c | 852 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues() 863 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
|
H A D | auxtrace.h | 290 * @heap_cnt: the number of elements in the heap 295 unsigned int heap_cnt; member
|
H A D | intel-bts.c | 561 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
|
H A D | intel-pt.c | 2339 if (!pt->heap.heap_cnt) in intel_pt_process_queues() 2355 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
|
H A D | cs-etm.c | 2188 if (!etm->heap.heap_cnt) in cs_etm__process_queues()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | auxtrace.c | 505 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add() 513 heap->heap_cnt = 0; in auxtrace_heap__free() 519 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local 522 if (!heap_cnt) in auxtrace_heap__pop() 525 heap->heap_cnt -= 1; in auxtrace_heap__pop() 534 if (left >= heap_cnt) in auxtrace_heap__pop() 537 if (right >= heap_cnt) { in auxtrace_heap__pop() 550 last = heap_cnt - 1; in auxtrace_heap__pop()
|
H A D | s390-cpumsf.c | 853 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues() 864 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
|
H A D | auxtrace.h | 314 * @heap_cnt: the number of elements in the heap 319 unsigned int heap_cnt; member
|
H A D | arm-spe.c | 815 if (!spe->heap.heap_cnt) in arm_spe_process_queues() 827 if (spe->heap.heap_cnt) { in arm_spe_process_queues()
|
H A D | intel-bts.c | 561 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
|
H A D | intel-pt.c | 3015 if (!pt->heap.heap_cnt) in intel_pt_process_queues() 3031 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
|
H A D | cs-etm.c | 2562 if (!etm->heap.heap_cnt) in cs_etm__process_timestamped_queues()
|
Completed in 39 milliseconds