Home
last modified time | relevance | path

Searched refs:this_cpu (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_request.c1437 unsigned int this_cpu; in busywait_stop() local
1439 if (time_after(local_clock_us(&this_cpu), timeout)) in busywait_stop()
1442 return this_cpu != cpu; in busywait_stop()
/netbsd-src/sys/arch/alpha/alpha/
H A Dpmap.c1035 const u_long this_cpu = 1UL << ci->ci_cpuid; in pmap_tlb_shootnow() local
1069 const u_long remote_cpus = active_cpus & ~this_cpu; in pmap_tlb_shootnow()
1103 if (active_cpus & this_cpu) { in pmap_tlb_shootnow()
1117 this_cpu); in pmap_tlb_shootnow()