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 1978 for (i = 0; i < __arraycount(pc->pc_cpus); i++) {
1979 if ((cc = pc->pc_cpus[i]) == NULL)
2168 memset(pc->pc_cpus, 0, sizeof(pc->pc_cpus));
2236 for (i = 0; i < __arraycount(pc->pc_cpus); i++)
2256 KASSERT(index < __arraycount(pc->pc_cpus));
2258 if ((cc = pc->pc_cpus[index]) != NULL) {
2284 pc->pc_cpus[index] = cc;
2448 ((pool_cache_cpu_t *)pc->pc_cpus[curcpu()->ci_index])->cc_nfull -= n;
2454 ((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 15 milliseconds