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

  /src/sys/kern/
subr_pool.c 1981 for (i = 0; i < __arraycount(pc->pc_cpus); i++) {
1982 if ((cc = pc->pc_cpus[i]) == NULL)
2171 memset(pc->pc_cpus, 0, sizeof(pc->pc_cpus));
2239 for (i = 0; i < __arraycount(pc->pc_cpus); i++)
2259 KASSERT(index < __arraycount(pc->pc_cpus));
2261 if ((cc = pc->pc_cpus[index]) != NULL) {
2287 pc->pc_cpus[index] = cc;
2451 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_nfull -= n;
2457 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_npart -= n
    [all...]
  /src/sys/sys/
pool.h 272 void *pc_cpus[MAXCPUS]; member in struct:pool_cache
  /src/usr.bin/vmstat/
vmstat.c 1844 for (i = 0; i < __arraycount(pc->pc_cpus); i++) {
1845 if ((addr = pc->pc_cpus[i]) == NULL)

Completed in 19 milliseconds