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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c140 struct kref cache_ref; member in struct:cached_info
149 info = container_of(kref, struct cached_info, cache_ref);
174 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref);
175 kref_get(&spu_info[spu_num]->cache_ref);
230 kref_init(&info->cache_ref);
234 kref_get(&info->cache_ref);
243 spu_set_profile_private_kref(spu->ctx, &info->cache_ref,
278 kref_put(&spu_info[index]->cache_ref,

Completed in 113 milliseconds