Home
last modified time | relevance | path

Searched refs:SWITCH_LOG_BUFSIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2264 SWITCH_LOG_BUFSIZE; in spufs_switch_log_used()
2269 return SWITCH_LOG_BUFSIZE - spufs_switch_log_used(ctx); in spufs_switch_log_avail()
2287 SWITCH_LOG_BUFSIZE); in spufs_switch_log_open()
2323 p = ctx->switch_log->log + ctx->switch_log->tail % SWITCH_LOG_BUFSIZE; in switch_log_sprint()
2388 SWITCH_LOG_BUFSIZE; in spufs_switch_log_read()
2455 (ctx->switch_log->head + 1) % SWITCH_LOG_BUFSIZE; in spu_switch_log_notify()
H A Dspufs.h45 SWITCH_LOG_BUFSIZE = 4096, enumerator