Lines Matching +full:2 +full:- +full:point
1 .. SPDX-License-Identifier: GPL-2.0
9 spu_create - create a new spu context
28 point to a non-existing directory in the mount point of the SPU file
29 system (spufs). When spu_create is successful, a directory gets cre-
32 The returned file handle can only be passed to spu_run(2) or closed,
33 other operations are not defined on it. When it is closed, all associ-
47 directory in spufs. mode is modified with the user's umask(2) value
50 support only read or write access. See stat(2) for a full list of the
56 spu_create returns a new file descriptor. It may return -1 to indicate
65 point.
72 EINVAL pathname is not a directory in the spufs mount point.
88 context or the user specific limit for the number of SPU con-
104 See http://www.bsc.es/projects/deepcomputing/linuxoncell/ for the rec-
110 pathname must point to a location beneath the mount point of spufs. By
116 This call is Linux specific and only implemented by the ppc64 architec-
131 capabilities(7), close(2), spu_run(2), spufs(7)