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

  /src/sys/sys/
kcpuset.h 61 bool kcpuset_isotherset(const kcpuset_t *, cpuid_t);
  /src/sys/arch/x86/x86/
x86_tlb.c 197 remote = kcpuset_isotherset(pm->pm_kernel_cpus, cid);
200 remote |= kcpuset_isotherset(pm->pm_cpus, cid);
svs.c 591 if (!kcpuset_isotherset(pmap->pm_kernel_cpus, cid)) {
  /src/sys/arch/x86/acpi/
acpi_wakeup.c 327 while (kcpuset_isotherset(kcpuset_running, cid)) {
  /src/sys/kern/
subr_kcpuset.c 391 kcpuset_isotherset(const kcpuset_t *kcp, cpuid_t i) function
  /src/sys/uvm/pmap/
pmap_tlb.c 1043 KASSERT(!kcpuset_isotherset(pm->pm_onproc, cpu_index(ci)));
pmap.c 1750 KASSERT(!kcpuset_isotherset(pmap->pm_onproc, cpu_index(curcpu())));
  /src/share/man/man9/
Makefile 473 kcpuset.9 kcpuset_isotherset.9 \
  /src/sys/arch/arm/arm32/
pmap.c 5317 KASSERT(!kcpuset_isotherset(pm->pm_onproc, cpu_index(ci)));

Completed in 28 milliseconds