Searched refs:ts_reg_info (Results 1 – 3 of 3) sorted by relevance
281 pend->ts_reg_info.buf, in handle_registration_node()304 *pend->ts_reg_info.timestamp_kernel_addr = timestamp; in handle_registration_node()307 pend, pend->ts_reg_info.timestamp_kernel_addr, intr->interrupt_id); in handle_registration_node()314 free_node->buf = pend->ts_reg_info.buf; in handle_registration_node()315 free_node->cq_cb = pend->ts_reg_info.cq_cb; in handle_registration_node()326 pend->ts_reg_info.in_use = false; in handle_registration_node()
1112 hl_mmap_mem_buf_put(pend->ts_reg_info.buf); in wake_pending_user_interrupt_threads()1113 hl_cb_put(pend->ts_reg_info.cq_cb); in wake_pending_user_interrupt_threads()3217 record->ts_reg_info.cq_cb = cq_cb; in set_record_cq_info()3246 struct hl_user_interrupt *interrupt = record->ts_reg_info.interrupt; in unregister_timestamp_node()3253 if (record->ts_reg_info.in_use) { in unregister_timestamp_node()3254 record->ts_reg_info.in_use = false; in unregister_timestamp_node()3264 hl_mmap_mem_buf_put(record->ts_reg_info.buf); in unregister_timestamp_node()3265 hl_cb_put(record->ts_reg_info.cq_cb); in unregister_timestamp_node()3284 if (req_offset_record->ts_reg_info.in_use) { in ts_get_and_handle_kernel_record()3291 req_offset_record->ts_reg_info.interrupt->interrupt_id) { in ts_get_and_handle_kernel_record()[all …]
1239 struct timestamp_reg_info ts_reg_info; member