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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c40 struct spu_buffer spu_buff[MAX_NUMNODES * SPUS_PER_NODE]; variable in typeref:struct:spu_buffer
58 if (spu_buff[spu].head >= spu_buff[spu].tail) {
59 if ((spu_buff[spu].head - spu_buff[spu].tail)
63 } else if (spu_buff[spu].tail > spu_buff[spu].head) {
64 if ((spu_buff[spu].tail - spu_buff[spu].head)
70 spu_buff[sp
[all...]

Completed in 106 milliseconds