Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2263 return (ctx->switch_log->head - ctx->switch_log->tail) % in spufs_switch_log_used()
2281 if (ctx->switch_log) { in spufs_switch_log_open()
2286 ctx->switch_log = kmalloc_flex(*ctx->switch_log, log, in spufs_switch_log_open()
2289 if (!ctx->switch_log) { in spufs_switch_log_open()
2294 ctx->switch_log->head = ctx->switch_log->tail = 0; in spufs_switch_log_open()
2295 init_waitqueue_head(&ctx->switch_log->wait); in spufs_switch_log_open()
2312 kfree(ctx->switch_log); in spufs_switch_log_release()
2313 ctx->switch_log = NULL; in spufs_switch_log_release()
2323 p = ctx->switch_log->log + ctx->switch_log->tail % SWITCH_LOG_BUFSIZE; in switch_log_sprint()
2368 error = spufs_wait(ctx->switch_log->wait, in spufs_switch_log_read()
[all …]
H A Dspufs.h54 struct switch_log { struct
135 struct switch_log *switch_log; member
H A Dcontext.c84 kfree(ctx->switch_log); in destroy_spu_context()