Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
A Dsyscalls.c48 if (filp->f_op != &spufs_context_fops) in do_spu_run()
A Dinode.c208 const struct file_operations spufs_context_fops = { variable
216 EXPORT_SYMBOL_GPL(spufs_context_fops);
283 filp->f_op = &spufs_context_fops; in spufs_context_open()
315 if (!filp || filp->f_op != &spufs_context_fops) in spufs_assert_affinity()
A Dcoredump.c47 if (file->f_op != &spufs_context_fops) in match_context()
A Dspufs.h243 extern const struct file_operations spufs_context_fops;

Completed in 9 milliseconds