Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/cell/
Dspu_notify.c57 ctx->prof_priv_kref = prof_info_kref; in spu_set_profile_private_kref()
64 return ctx->prof_priv_kref; in spu_get_profile_private_kref()
/linux-2.6.39/arch/powerpc/platforms/cell/spufs/
Dcontext.c93 if (ctx->prof_priv_kref) in destroy_spu_context()
94 kref_put(ctx->prof_priv_kref, ctx->prof_priv_release); in destroy_spu_context()
Dspufs.h117 struct kref *prof_priv_kref; member