Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/filesystems/spufs/
Dspufs.rst138 /mbox_stat, /ibox_stat, /wbox_stat
150 wbox_stat) the respective mail box without blocking or resulting
/linux-6.12.1/arch/powerpc/platforms/cell/spufs/
Dfile.c906 u32 wbox_stat; in spufs_wbox_stat_read() local
914 wbox_stat = (ctx->ops->mbox_stat_read(ctx) >> 8) & 0xff; in spufs_wbox_stat_read()
917 if (copy_to_user(buf, &wbox_stat, sizeof wbox_stat)) in spufs_wbox_stat_read()