Searched defs:cbe_spu_info (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/platforms/cell/
H A Dspu_base.c49 struct cbe_spu_info cbe_spu_info[MAX_NUMNODES]; variable in typeref:struct:cbe_spu_info
50 EXPORT_SYMBOL_GPL(cbe_spu_info); variable
60 * Protects cbe_spu_info and spu->number.
643 mutex_lock(&cbe_spu_info[spu->node].list_mutex);
644 list_add(&spu->cbe_list, &cbe_spu_info[spu->node].spus);
645 cbe_spu_info[spu->node].n_spus++;
646 mutex_unlock(&cbe_spu_info[spu->node].list_mutex);
810 mutex_init(&cbe_spu_info[i].list_mutex);
811 INIT_LIST_HEAD(&cbe_spu_info[
[all...]
/arch/powerpc/include/asm/
H A Dspu.h190 struct cbe_spu_info { struct
199 extern struct cbe_spu_info cbe_spu_info[];

Completed in 65 milliseconds