Home
last modified time | relevance | path

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

/arch/powerpc/oprofile/cell/
Dspu_task_sync.c140 struct spu *the_spu; /* needed to access pointer to local_store */ member
160 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num) in get_cached_info() argument
172 if (!spu_info[spu_num] && the_spu) { in get_cached_info()
173 ref = spu_get_profile_private_kref(the_spu->ctx); in get_cached_info()
230 info->the_spu = spu; in prepare_cached_spu_info()
431 struct spu *the_spu = data; in spu_active_notify() local
436 retval = release_cached_info(the_spu->number); in spu_active_notify()
439 retval = process_context_switch(the_spu, val); in spu_active_notify()
562 struct spu *the_spu; in spu_sync_buffer() local
585 the_spu = c_info->the_spu; in spu_sync_buffer()
[all …]