HomeSort by: relevance | last modified time | path
    Searched defs:tprof_cpu_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/tprof/
tprof.c 90 } __aligned(CACHE_LINE_SIZE) tprof_cpu_t; typedef
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()
    [all...]

Completed in 11 milliseconds