Searched refs:ready_count (Results 1 - 2 of 2) sorted by path

/linux-master/arch/mips/kernel/
H A Dpm-cps.c28 * @nc_ready_count: pointer to a non-coherent mapping of the core ready_count
55 static DEFINE_PER_CPU_ALIGNED(u32*, ready_count);
152 /* Create a non-coherent mapping of the core ready_count */
153 core_ready_count = per_cpu(ready_count, core);
159 /* Ensure ready_count is zero-initialised before the assembly runs */
166 /* Remove the non-coherent mapping of ready_count */
393 /* Increment ready_count */
417 * by polling for the top bit of ready_count being set.
538 * execution. This VPE will set the top bit of ready_count
573 /* Decrement ready_count */
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c52 u32 ready_count; member in struct:venc_t
824 venc->ready_count++;
965 venc->ready_count = 0;
1193 venc->ready_count,

Completed in 249 milliseconds