HomeSort by: relevance | last modified time | path
    Searched defs:stream_fd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 3558 int stream_fd; local in function:i915_perf_open_ioctl_locked
3651 ret = -fd_allocfile(&fp, &stream_fd);
3660 fd_set_exclose(curlwp, stream_fd, true);
3663 fd_affix(curproc, fp, stream_fd);
3665 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
3666 if (stream_fd < 0) {
3667 ret = stream_fd;
3675 /* Take a reference on the driver that will be kept with stream_fd
3680 return stream_fd;
i915_perf.c 3558 int stream_fd; local in function:i915_perf_open_ioctl_locked
3651 ret = -fd_allocfile(&fp, &stream_fd);
3660 fd_set_exclose(curlwp, stream_fd, true);
3663 fd_affix(curproc, fp, stream_fd);
3665 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
3666 if (stream_fd < 0) {
3667 ret = stream_fd;
3675 /* Take a reference on the driver that will be kept with stream_fd
3680 return stream_fd;
i915_perf.c 3558 int stream_fd; local in function:i915_perf_open_ioctl_locked
3651 ret = -fd_allocfile(&fp, &stream_fd);
3660 fd_set_exclose(curlwp, stream_fd, true);
3663 fd_affix(curproc, fp, stream_fd);
3665 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags);
3666 if (stream_fd < 0) {
3667 ret = stream_fd;
3675 /* Take a reference on the driver that will be kept with stream_fd
3680 return stream_fd;

Completed in 45 milliseconds