Searched refs:stream_fd (Results 1 – 1 of 1) sorted by relevance
1827 int stream_fd; in xe_oa_stream_open_ioctl_locked() local1868 stream_fd = anon_inode_getfd("[xe_oa]", &xe_oa_fops, stream, 0); in xe_oa_stream_open_ioctl_locked()1869 if (stream_fd < 0) { in xe_oa_stream_open_ioctl_locked()1870 ret = stream_fd; in xe_oa_stream_open_ioctl_locked()1877 return stream_fd; in xe_oa_stream_open_ioctl_locked()