Searched refs:stream_fd (Results 1 – 1 of 1) sorted by relevance
1850 int stream_fd; in xe_oa_stream_open_ioctl_locked() local1891 stream_fd = anon_inode_getfd("[xe_oa]", &xe_oa_fops, stream, 0); in xe_oa_stream_open_ioctl_locked()1892 if (stream_fd < 0) { in xe_oa_stream_open_ioctl_locked()1893 ret = stream_fd; in xe_oa_stream_open_ioctl_locked()1903 return stream_fd; in xe_oa_stream_open_ioctl_locked()