Lines Matching defs:tprof_cpu_t
90 } __aligned(CACHE_LINE_SIZE) tprof_cpu_t;
112 static struct percpu *tprof_cpus __read_mostly; /* tprof_cpu_t * */
130 static tprof_cpu_t *
133 tprof_cpu_t **cp;
139 static tprof_cpu_t *
142 tprof_cpu_t *c;
157 static tprof_cpu_t *
185 tprof_buf_switch(tprof_cpu_t *c, tprof_buf_t *new)
197 tprof_cpu_t * const c = tprof_curcpu();
207 tprof_cpu_t * const c = tprof_curcpu();
259 tprof_cpu_t * const c = tprof_cpu(ci);
274 tprof_cpu_t * const c = tprof_cpu(ci);
378 tprof_cpu_t * const c = tprof_cpu(ci);
401 tprof_cpu_t * const c = tprof_cpu(ci);
709 tprof_cpu_t * const c = tprof_cpu_direct(curcpu());
1086 tprof_cpu_t **cp = vcp, *c;
1097 tprof_cpu_t **cp = vcp, *c;
1117 tprof_cpus = percpu_create(sizeof(tprof_cpu_t *),
1125 percpu_free(tprof_cpus, sizeof(tprof_cpu_t *));