Symbol: spu_gang
arch/powerpc/platforms/cell/spufs/context.c
25
struct spu_context *alloc_spu_context(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/gang.c
15
struct spu_gang *alloc_spu_gang(void)
arch/powerpc/platforms/cell/spufs/gang.c
17
struct spu_gang *gang;
arch/powerpc/platforms/cell/spufs/gang.c
36
struct spu_gang *gang;
arch/powerpc/platforms/cell/spufs/gang.c
37
gang = container_of(kref, struct spu_gang, kref);
arch/powerpc/platforms/cell/spufs/gang.c
42
struct spu_gang *get_spu_gang(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/gang.c
48
int put_spu_gang(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/gang.c
53
void spu_gang_add_ctx(struct spu_gang *gang, struct spu_context *ctx)
arch/powerpc/platforms/cell/spufs/gang.c
62
void spu_gang_remove_ctx(struct spu_gang *gang, struct spu_context *ctx)
arch/powerpc/platforms/cell/spufs/inode.c
177
struct spu_gang *gang = SPUFS_I(inode)->i_gang;
arch/powerpc/platforms/cell/spufs/inode.c
276
spufs_assert_affinity(unsigned int flags, struct spu_gang *gang,
arch/powerpc/platforms/cell/spufs/inode.c
384
struct spu_gang *gang = SPUFS_I(inode)->i_gang;
arch/powerpc/platforms/cell/spufs/inode.c
449
struct spu_gang *gang;
arch/powerpc/platforms/cell/spufs/sched.c
254
static void aff_merge_remaining_ctxs(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/sched.c
265
static void aff_set_offsets(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/sched.c
340
static void aff_set_ref_point_location(struct spu_gang *gang)
arch/powerpc/platforms/cell/spufs/sched.c
395
struct spu_gang *gang = ctx->gang;
arch/powerpc/platforms/cell/spufs/spufs.h
100
struct spu_gang *gang;
arch/powerpc/platforms/cell/spufs/spufs.h
215
struct spu_gang *i_gang;
arch/powerpc/platforms/cell/spufs/spufs.h
246
struct spu_gang *alloc_spu_gang(void);
arch/powerpc/platforms/cell/spufs/spufs.h
247
struct spu_gang *get_spu_gang(struct spu_gang *gang);
arch/powerpc/platforms/cell/spufs/spufs.h
248
int put_spu_gang(struct spu_gang *gang);
arch/powerpc/platforms/cell/spufs/spufs.h
249
void spu_gang_remove_ctx(struct spu_gang *gang, struct spu_context *ctx);
arch/powerpc/platforms/cell/spufs/spufs.h
250
void spu_gang_add_ctx(struct spu_gang *gang, struct spu_context *ctx);
arch/powerpc/platforms/cell/spufs/spufs.h
271
struct spu_context * alloc_spu_context(struct spu_gang *gang);
arch/powerpc/platforms/cell/spufs/spufs.h
35
struct spu_gang;