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

  /src/sys/arch/riscv/riscv/
cpu_subr.c 69 kcpuset_t *cpus_hatched; variable in typeref:typename:kcpuset_t *
396 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
  /src/sys/arch/mips/mips/
cpu_subr.c 117 kcpuset_t *cpus_hatched; variable in typeref:typename:kcpuset_t *
321 kcpuset_create(&cpus_hatched, true);
322 KASSERT(cpus_hatched != NULL);
329 kcpuset_set(cpus_hatched, cpu_number());
864 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
938 kcpuset_atomic_set(cpus_hatched, cpu_index(ci));
995 if (!kcpuset_isset(cpus_hatched, cpu_index(ci)))
  /src/sys/arch/powerpc/include/
cpu.h 204 kcpuset_t *cpus_hatched; member in struct:cpuset_info

Completed in 13 milliseconds