Home
last modified time | relevance | path

Searched refs:sof_cycle_get_64_atomic (Results 1 – 5 of 5) sorted by relevance

/sof-3.4.0/zephyr/include/rtos/
Dtimer.h27 #define sof_cycle_get_64_atomic() sof_cycle_get_64() macro
/sof-3.4.0/src/schedule/
Dll_schedule.c300 (unsigned int)sof_cycle_get_64_atomic(), in schedule_ll_tasks_run()
331 if (domain->new_target_tick < sof_cycle_get_64_atomic()) in schedule_ll_tasks_run()
381 task_start = task_start_ticks + sof_cycle_get_64_atomic(); in schedule_ll_domain_set()
416 (unsigned int)sof_cycle_get_64_atomic()); in schedule_ll_domain_set()
699 time += sof_cycle_get_64_atomic(); in reschedule_ll_task()
742 uint64_t current = sof_cycle_get_64_atomic(); in ll_scheduler_recalculate_tasks()
Ddma_single_chan_domain.c455 domain->next_tick = sof_cycle_get_64_atomic(); in dma_single_chan_domain_set()
492 return task->start <= sof_cycle_get_64_atomic(); in dma_single_chan_domain_is_pending()
Ddma_multi_chan_domain.c321 sof_cycle_get_64_atomic()) in dma_multi_chan_domain_is_pending()
/sof-3.4.0/xtos/include/rtos/
Dtimer.h111 static inline uint64_t sof_cycle_get_64_atomic(void) in sof_cycle_get_64_atomic() function