Searched refs:cached_info (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.c137 struct cached_info { struct
143 static struct cached_info *spu_info[MAX_NUMNODES * 8];
147 struct cached_info *info;
149 info = container_of(kref, struct cached_info, cache_ref);
155 /* Return the cached_info for the passed SPU number.
159 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num)
162 struct cached_info *ret_info;
174 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref);
195 struct cached_info *info;
198 * don't do anything with the cached_info tha
[all...]

Completed in 100 milliseconds