Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dspufs.h191 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.c846 mask = ctx->ops->mbox_stat_poll(ctx, POLLIN | POLLRDNORM); in spufs_ibox_poll()
996 mask = ctx->ops->mbox_stat_poll(ctx, POLLOUT | POLLWRNORM); in spufs_wbox_poll()