Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dfile.c2319 SWITCH_LOG_BUFSIZE; in spufs_switch_log_used()
2324 return SWITCH_LOG_BUFSIZE - spufs_switch_log_used(ctx); in spufs_switch_log_avail()
2342 SWITCH_LOG_BUFSIZE * sizeof(struct switch_log_entry), in spufs_switch_log_open()
2379 p = ctx->switch_log->log + ctx->switch_log->tail % SWITCH_LOG_BUFSIZE; in switch_log_sprint()
2444 SWITCH_LOG_BUFSIZE; in spufs_switch_log_read()
2512 (ctx->switch_log->head + 1) % SWITCH_LOG_BUFSIZE; in spu_switch_log_notify()
Dspufs.h58 SWITCH_LOG_BUFSIZE = 4096, enumerator