Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/oprofile/cell/
Dspu_task_sync.c137 struct cached_info { struct
143 static struct cached_info *spu_info[MAX_NUMNODES * 8]; argument
147 struct cached_info *info; in destroy_cached_info()
149 info = container_of(kref, struct cached_info, cache_ref); in destroy_cached_info()
159 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num) in get_cached_info()
162 struct cached_info *ret_info; in get_cached_info()
174 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref); in get_cached_info()
195 struct cached_info *info; in prepare_cached_spu_info()
210 info = kzalloc(sizeof(struct cached_info), GFP_KERNEL); in prepare_cached_spu_info()
571 struct cached_info *c_info; in spu_sync_buffer()