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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.c 1437 unsigned int this_cpu; local in function:busywait_stop
1439 if (time_after(local_clock_us(&this_cpu), timeout))
1442 return this_cpu != cpu;
  /src/sys/arch/alpha/alpha/
pmap.c 1035 const u_long this_cpu = 1UL << ci->ci_cpuid; local in function:pmap_tlb_shootnow
1069 const u_long remote_cpus = active_cpus & ~this_cpu;
1103 if (active_cpus & this_cpu) {
1117 this_cpu);

Completed in 15 milliseconds