Home
last modified time | relevance | path

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

/external/fio/
Didletime.c169 ipt = &ipc.ipts[i]; in calibration_stats()
176 ipt = &ipc.ipts[i]; in calibration_stats()
206 ipc.ipts = malloc(ipc.nr_cpus * sizeof(struct idle_prof_thread)); in fio_idle_prof_init()
207 if (!ipc.ipts) { in fio_idle_prof_init()
215 free(ipc.ipts); in fio_idle_prof_init()
224 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
272 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
281 ipt = &ipc.ipts[i]; in fio_idle_prof_init()
319 ipt = &ipc.ipts[i]; in fio_idle_prof_start()
342 ipt = &ipc.ipts[i]; in fio_idle_prof_stop()
[all …]
Didletime.h42 struct idle_prof_thread *ipts; member