/third_party/mesa3d/src/intel/vulkan/ |
D | anv_measure.c | 174 snapshot->event_count = measure->base.event_count; in anv_measure_start_snapshot() 193 uint32_t event_count) in anv_measure_end_snapshot() argument 211 snapshot->event_count = event_count; in anv_measure_end_snapshot() 264 ++measure->base.event_count; in _anv_measure_snapshot() 265 if (measure->base.event_count == 1 || in _anv_measure_snapshot() 266 measure->base.event_count == config->event_interval + 1) { in _anv_measure_snapshot() 271 anv_measure_end_snapshot(cmd_buffer, measure->base.event_count - 1); in _anv_measure_snapshot() 273 measure->base.event_count = 1; in _anv_measure_snapshot() 333 measure->base.event_count = 0; in anv_measure_reset() 406 anv_measure_end_snapshot(cmd_buffer, base->event_count); in _anv_measure_submit() [all …]
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_measure.c | 189 snapshot->event_count = measure_batch->event_count; in measure_start_snapshot() 206 uint32_t event_count) in measure_end_snapshot() argument 222 snapshot->event_count = event_count; in measure_end_snapshot() 264 batch->event_count); in iris_measure_renderpass() 265 batch->event_count = 0; in iris_measure_renderpass() 298 ++measure_batch->event_count; in _iris_measure_snapshot() 299 if (measure_batch->event_count == 1 || in _iris_measure_snapshot() 300 measure_batch->event_count == config->event_interval + 1) { in _iris_measure_snapshot() 304 measure_end_snapshot(batch, measure_batch->event_count - 1); in _iris_measure_snapshot() 306 measure_batch->event_count = 1; in _iris_measure_snapshot() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | eloop_win.c | 52 size_t event_count; member 101 if (eloop.num_handles > eloop.reader_count + eloop.event_count + 8) in eloop_prepare_handles() 196 tmp = os_realloc_array(eloop.events, eloop.event_count + 1, in eloop_register_event() 201 tmp[eloop.event_count].eloop_data = eloop_data; in eloop_register_event() 202 tmp[eloop.event_count].user_data = user_data; in eloop_register_event() 203 tmp[eloop.event_count].handler = handler; in eloop_register_event() 204 tmp[eloop.event_count].event = h; in eloop_register_event() 205 eloop.event_count++; in eloop_register_event() 217 if (eloop.events == NULL || eloop.event_count == 0 || in eloop_unregister_event() 221 for (i = 0; i < eloop.event_count; i++) { in eloop_unregister_event() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | eloop_win.c | 52 size_t event_count; member 101 if (eloop.num_handles > eloop.reader_count + eloop.event_count + 8) in eloop_prepare_handles() 196 tmp = os_realloc_array(eloop.events, eloop.event_count + 1, in eloop_register_event() 201 tmp[eloop.event_count].eloop_data = eloop_data; in eloop_register_event() 202 tmp[eloop.event_count].user_data = user_data; in eloop_register_event() 203 tmp[eloop.event_count].handler = handler; in eloop_register_event() 204 tmp[eloop.event_count].event = h; in eloop_register_event() 205 eloop.event_count++; in eloop_register_event() 217 if (eloop.events == NULL || eloop.event_count == 0 || in eloop_unregister_event() 221 for (i = 0; i < eloop.event_count; i++) { in eloop_unregister_event() [all …]
|
/third_party/mesa3d/src/intel/common/ |
D | intel_measure.c | 456 buffered_result->snapshot.event_count = end->event_count; in intel_measure_push_result() 588 unsigned event_count = start_result->snapshot.event_count; in print_combined_results() local 596 event_count += current_result->snapshot.event_count; in print_combined_results() 609 start_result->event_index, event_count, in print_combined_results()
|
D | intel_measure.h | 109 unsigned count, event_count; member 150 unsigned frame, batch_count, event_count; member
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify10.c | 767 int event_count; in test_fanotify() local 820 event_count = 0; in test_fanotify() 823 event_count++; in test_fanotify() 833 if (event_count != (tc->event_path_cnt ? : 1)) { in test_fanotify() 837 event_count, tc->event_path_cnt); in test_fanotify() 840 i, fanotify_class[p], event_count, in test_fanotify() 851 event_count = 0; in test_fanotify() 854 event_count++; in test_fanotify() 860 if (event_count > tc->event_path_cnt / 2) in test_fanotify() 864 ignore_mark->name, event_count, in test_fanotify()
|
D | fanotify03.c | 64 int event_count; member 248 while (test_num < tc->event_count + 1 && fd_notify != -1) { in test_fanotify() 309 for (; test_num < tc->event_count; test_num++) { in test_fanotify()
|
D | fanotify12.c | 50 int event_count; member 186 while (FAN_EVENT_OK(event, len) && event_num < tc->event_count) { in do_test()
|
D | fanotify19.c | 50 unsigned int event_count; member 200 while (FAN_EVENT_OK(event, len) && test_number < tc->event_count) { in test_fanotify()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_generic_ep0.c | 612 unsigned int event_count = dev->efifo.in - dev->efifo.out; in generic_ep0_read_events() local 619 n = min(max_n, event_count); in generic_ep0_read_events()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_private.h | 1015 uint32_t event_count; member
|
D | v3dv_queue.c | 326 for (uint32_t i = 0; i < info->event_count; i++) { in check_wait_events_complete()
|
D | v3dv_cmd_buffer.c | 3491 job->cpu.event_wait.event_count = eventCount; in v3dv_CmdWaitEvents()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 2884 for (unsigned i = 0; i < cmd->u.wait_events2.event_count; i++) { in handle_wait_events2()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 43552 long unsigned int event_count; member
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 8013 …<var-decl name='event_count' type-id='type-id-126' visibility='default' filepath='/ws/android/kern…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 11164 …<var-decl name="event_count" type-id="7359adad" visibility="default" filepath="include/linux/pm_wa… 77461 …<var-decl name="event_count" type-id="7359adad" visibility="default" filepath="include/linux/pm_wa…
|
D | test-PR27569-v1.abi | 11164 …<var-decl name="event_count" type-id="7359adad" visibility="default" filepath="include/linux/pm_wa… 77475 …<var-decl name="event_count" type-id="7359adad" visibility="default" filepath="include/linux/pm_wa…
|