Home
last modified time | relevance | path

Searched refs:ready_count (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dpm-cps.c27 * @nc_ready_count: pointer to a non-coherent mapping of the core ready_count
54 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count);
158 /* Create a non-coherent mapping of the core ready_count */ in cps_pm_enter_state()
159 core_ready_count = per_cpu(ready_count, core); in cps_pm_enter_state()
165 /* Ensure ready_count is zero-initialised before the assembly runs */ in cps_pm_enter_state()
172 /* Remove the non-coherent mapping of ready_count */ in cps_pm_enter_state()
399 /* Increment ready_count */ in cps_gen_entry_code()
423 * by polling for the top bit of ready_count being set. in cps_gen_entry_code()
544 * execution. This VPE will set the top bit of ready_count in cps_gen_entry_code()
579 /* Decrement ready_count */ in cps_gen_entry_code()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dpm-cps.c27 * @nc_ready_count: pointer to a non-coherent mapping of the core ready_count
54 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count);
158 /* Create a non-coherent mapping of the core ready_count */ in cps_pm_enter_state()
159 core_ready_count = per_cpu(ready_count, core); in cps_pm_enter_state()
165 /* Ensure ready_count is zero-initialised before the assembly runs */ in cps_pm_enter_state()
172 /* Remove the non-coherent mapping of ready_count */ in cps_pm_enter_state()
399 /* Increment ready_count */ in cps_gen_entry_code()
423 * by polling for the top bit of ready_count being set. in cps_gen_entry_code()
544 * execution. This VPE will set the top bit of ready_count in cps_gen_entry_code()
579 /* Decrement ready_count */ in cps_gen_entry_code()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvenc.c52 u32 ready_count; member
824 venc->ready_count++; in venc_get_one_encoded_frame()
965 venc->ready_count = 0; in venc_start_session()
1193 venc->ready_count, in venc_get_debug_info()

Completed in 4 milliseconds