HomeSort by relevance Sort by last modified time
    Searched refs:ipts (Results 1 - 2 of 2) sorted by null

  /external/fio/
idletime.h 43 struct idle_prof_thread *ipts; member in struct:idle_prof_common
idletime.c 169 ipt = &ipc.ipts[i];
176 ipt = &ipc.ipts[i];
206 ipc.ipts = malloc(ipc.nr_cpus * sizeof(struct idle_prof_thread));
207 if (!ipc.ipts) {
215 free(ipc.ipts);
224 ipt = &ipc.ipts[i];
272 ipt = &ipc.ipts[i];
281 ipt = &ipc.ipts[i];
319 ipt = &ipc.ipts[i];
342 ipt = &ipc.ipts[i]
    [all...]

Completed in 597 milliseconds