Searched refs:switch_log (Results 1 - 3 of 3) sorted by path

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c84 kfree(ctx->switch_log);
H A Dfile.c2277 return (ctx->switch_log->head - ctx->switch_log->tail) %
2295 if (ctx->switch_log) {
2300 ctx->switch_log = kmalloc(struct_size(ctx->switch_log, log,
2303 if (!ctx->switch_log) {
2308 ctx->switch_log->head = ctx->switch_log->tail = 0;
2309 init_waitqueue_head(&ctx->switch_log->wait);
2326 kfree(ctx->switch_log);
[all...]
H A Dspufs.h54 struct switch_log { struct
135 struct switch_log *switch_log; member in struct:spu_context

Completed in 189 milliseconds