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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 122 milliseconds