Home
last modified time | relevance | path

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

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