Home
last modified time | relevance | path

Searched refs:ml_gpu_stat (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/osfmk/i386/ !
H A Dmachine_routines.h428 uint64_t ml_gpu_stat(thread_t);
H A Dmachine_routines.c1323 ml_gpu_stat(thread_t t) in ml_gpu_stat() function
/xnu-12377.1.9/osfmk/arm/ !
H A Dmachine_routines.h1436 uint64_t ml_gpu_stat(thread_t);
/xnu-12377.1.9/osfmk/arm64/ !
H A Dmachine_routines.c2773 ml_gpu_stat(__unused thread_t t) in ml_gpu_stat() function
/xnu-12377.1.9/osfmk/kern/ !
H A Dthread.c1075 task->task_gpu_ns += ml_gpu_stat(thread); in thread_terminate_queue_invoke()
H A Dtask.c6847 ginfo->task_gpu_utilisation += ml_gpu_stat(thread); in task_power_info_locked()
6897 gpu_time += ml_gpu_stat(thread); in task_gpu_utilisation()