HomeSort by: relevance | last modified time | path
    Searched refs:c_cpu (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/tprof/
tprof_types.h 85 uint32_t c_cpu; /* W */ member in struct:tprof_counts
tprof.c 636 if (counts->c_cpu >= ncpu)
638 ci = cpu_lookup(counts->c_cpu);
  /src/sys/sys/
callout.h 95 struct callout_cpu * volatile c_cpu; /* associated CPU */ member in struct:callout_impl
  /src/sys/kern/
kern_timeout.c 67 * value of c_cpu->cc_ticks when the timeout should be called. There are
81 * - c->c_cpu->cc_ticks". The result will always be positive for future
266 cc = c->c_cpu;
269 if (__predict_true(cc == c->c_cpu))
281 KASSERT(c->c_cpu == cc);
372 c->c_cpu = cc;
376 c->c_cpu = &callout_cpu0;
402 KASSERTMSG(!callout_running_somewhere_else(c, c->c_cpu),
428 occ = c->c_cpu;
457 c->c_cpu = cc
    [all...]
  /src/usr.sbin/tprof/
tprof.c 201 counts.c_cpu = n;
tprof_top.c 609 countsbuf.c_cpu = n;

Completed in 17 milliseconds