Searched refs:this_cpu (Results 1 – 7 of 7) sorted by relevance
| /drivers/thermal/intel/ |
| A D | therm_throt.c | 303 unsigned int i, avg, this_cpu = smp_processor_id(); in throttle_active_work() local 313 this_cpu, in throttle_active_work() 349 this_cpu, in throttle_active_work() 359 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in throttle_active_work() 376 unsigned int this_cpu = smp_processor_id(); in therm_throt_process() local 379 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in therm_throt_process() 423 schedule_delayed_work_on(this_cpu, &state->therm_work, THERM_THROT_POLL_INTERVAL); in therm_throt_process() 438 unsigned int this_cpu = smp_processor_id(); in thresh_event_valid() local 439 struct thermal_state *pstate = &per_cpu(thermal_state, this_cpu); in thresh_event_valid()
|
| /drivers/cpuidle/ |
| A D | cpuidle-ux500.c | 26 int this_cpu = smp_processor_id(); in ux500_enter_idle() local 49 if (!prcmu_is_cpu_in_wfi(this_cpu ? 0 : 1)) in ux500_enter_idle()
|
| A D | coupled.c | 347 static void cpuidle_coupled_poke_others(int this_cpu, in cpuidle_coupled_poke_others() argument 353 if (cpu != this_cpu && cpu_online(cpu)) in cpuidle_coupled_poke_others()
|
| /drivers/cpufreq/ |
| A D | acpi-cpufreq.c | 338 int this_cpu; in drv_write() local 340 this_cpu = get_cpu(); in drv_write() 341 if (cpumask_test_cpu(this_cpu, mask)) in drv_write()
|
| A D | intel_pstate.c | 1991 unsigned int this_cpu = smp_processor_id(); in notify_hwp_interrupt() local 2008 if (!cpumask_test_cpu(this_cpu, &hwp_intr_enable_mask)) in notify_hwp_interrupt() 2011 schedule_delayed_work(&all_cpu_data[this_cpu]->hwp_notify_work, in notify_hwp_interrupt()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_request.c | 1893 unsigned int this_cpu; in busywait_stop() local 1895 if (time_after(local_clock_ns(&this_cpu), timeout)) in busywait_stop() 1898 return this_cpu != cpu; in busywait_stop()
|
| /drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_core.c | 733 int this_cpu = smp_processor_id(); in liquidio_napi_drv_callback() local 738 droq->cpu_id == this_cpu) { in liquidio_napi_drv_callback()
|
Completed in 24 milliseconds