Home
last modified time | relevance | path

Searched refs:next_dump_time_ns (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_vinstr.c110 u64 next_dump_time_ns; member
308 pos->next_dump_time_ns = cli_next_ns; in kbasep_vinstr_reschedule_worker()
346 if ((pos->next_dump_time_ns != 0) && in kbasep_vinstr_dump_worker()
347 (pos->next_dump_time_ns < cur_time_ns)) in kbasep_vinstr_dump_worker()
853 cli->next_dump_time_ns = 0; in kbasep_vinstr_hwcnt_reader_ioctl_set_interval()
H A Dmali_kbase_kinstr_prfcnt.c189 u64 next_dump_time_ns; member
344 if (pos->next_dump_time_ns < cur_ts_ns) in kbasep_kinstr_prfcnt_reschedule_worker()
345 pos->next_dump_time_ns = in kbasep_kinstr_prfcnt_reschedule_worker()
347 pos->next_dump_time_ns + in kbasep_kinstr_prfcnt_reschedule_worker()
1169 if (pos->active && (pos->next_dump_time_ns != 0) && in kbasep_kinstr_prfcnt_dump_worker()
1170 (pos->next_dump_time_ns < cur_time_ns)) in kbasep_kinstr_prfcnt_dump_worker()
1669 cli->next_dump_time_ns = 0; in kbasep_kinstr_prfcnt_client_create()