Searched refs:sync_event (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad_sa.c | 54 cl_event_t sync_event; member 153 cl_event_signal(&p_bind->sync_event); in __osmv_sa_mad_rcv_cb() 198 cl_event_signal(&p_bind->sync_event); in __osmv_sa_mad_err_cb() 274 cl_event_construct(&p_sa_bind_info->sync_event); in osmv_bind_sa() 275 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE); in osmv_bind_sa() 461 cl_event_wait_on(&p_bind->sync_event, EVENT_NO_TIMEOUT, FALSE); in __osmv_send_sa_req() 462 cl_event_reset(&p_bind->sync_event); in __osmv_send_sa_req()
|
H A D | osm_vendor_mlx_sa.c | 56 cl_event_t sync_event; member 160 cl_event_signal(&p_bind->sync_event); in __osmv_sa_mad_rcv_cb() 206 cl_event_signal(&p_bind->sync_event); in __osmv_sa_mad_err_cb() 363 cl_event_construct(&p_sa_bind_info->sync_event); in osmv_bind_sa() 364 cl_status = cl_event_init(&p_sa_bind_info->sync_event, TRUE); in osmv_bind_sa() 537 cl_event_wait_on(&p_bind->sync_event, EVENT_NO_TIMEOUT, FALSE); in __osmv_send_sa_req() 538 cl_event_reset(&p_bind->sync_event); in __osmv_send_sa_req()
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-query.c | 1888 static struct ptunit_result sync_event(struct ptu_decoder_fixture *dfix, in sync_event() function 2622 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_suppressed); in main() 2623 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_16); in main() 2624 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_32); in main() 2625 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_update_48); in main() 2626 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_sext_48); in main() 2627 ptu_run_fp(suite, sync_event, dfix_empty, pt_ipc_full); in main() 2762 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_suppressed); in main() 2763 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_update_16); in main() 2764 ptu_run_fp(suite, sync_event, dfix_event, pt_ipc_update_32); in main() [all …]
|