Searched refs:cached_info (Results 1 – 1 of 1) sorted by relevance
138 struct cached_info { struct144 static struct cached_info *spu_info[MAX_NUMNODES * 8]; argument148 struct cached_info *info; in destroy_cached_info()150 info = container_of(kref, struct cached_info, cache_ref); in destroy_cached_info()160 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num) in get_cached_info()163 struct cached_info *ret_info; in get_cached_info()175 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref); in get_cached_info()196 struct cached_info *info; in prepare_cached_spu_info()211 info = kzalloc(sizeof(struct cached_info), GFP_KERNEL); in prepare_cached_spu_info()565 struct cached_info *c_info; in spu_sync_buffer()