Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c134 struct cached_info { struct
140 static struct cached_info *spu_info[MAX_NUMNODES * 8];
144 struct cached_info *info; in destroy_cached_info()
146 info = container_of(kref, struct cached_info, cache_ref); in destroy_cached_info()
152 /* Return the cached_info for the passed SPU number.
156 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num) in get_cached_info()
159 struct cached_info *ret_info; in get_cached_info()
171 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref); in get_cached_info()
192 struct cached_info *info; in prepare_cached_spu_info()
195 * don't do anything with the cached_info tha in prepare_cached_spu_info()
[all...]

Completed in 1 milliseconds