Home
last modified time | relevance | path

Searched refs:mbox_stat_poll (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h190 unsigned int (*mbox_stat_poll)(struct spu_context *ctx, member
Dhw_ops.c325 .mbox_stat_poll = spu_hw_mbox_stat_poll,
Dbacking_ops.c387 .mbox_stat_poll = spu_backing_mbox_stat_poll,
Dfile.c790 mask = ctx->ops->mbox_stat_poll(ctx, POLLIN | POLLRDNORM); in spufs_ibox_poll()
940 mask = ctx->ops->mbox_stat_poll(ctx, POLLOUT | POLLWRNORM); in spufs_wbox_poll()