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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 109 milliseconds