Searched refs:the_spu (Results 1 – 1 of 1) sorted by relevance
136 struct spu *the_spu; /* needed to access pointer to local_store */ member156 static struct cached_info *get_cached_info(struct spu *the_spu, int spu_num) in get_cached_info() argument168 if (!spu_info[spu_num] && the_spu) { in get_cached_info()169 ref = spu_get_profile_private_kref(the_spu->ctx); in get_cached_info()226 info->the_spu = spu; in prepare_cached_spu_info()427 struct spu *the_spu = data; in spu_active_notify() local432 retval = release_cached_info(the_spu->number); in spu_active_notify()435 retval = process_context_switch(the_spu, val); in spu_active_notify()558 struct spu *the_spu; in spu_sync_buffer() local581 the_spu = c_info->the_spu; in spu_sync_buffer()[all …]