Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c138 struct cached_info { struct
144 static struct cached_info *spu_info[MAX_NUMNODES * 8]; argument
148 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()