Searched refs:vfile (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vgem/ |
| H A D | vgem_fence.c | 84 static struct dma_fence *vgem_fence_create(struct vgem_file *vfile, in vgem_fence_create() argument 130 struct vgem_file *vfile = file->driver_priv; in vgem_fence_attach_ioctl() local 146 fence = vgem_fence_create(vfile, arg->flags); in vgem_fence_attach_ioctl() 171 mutex_lock(&vfile->fence_mutex); in vgem_fence_attach_ioctl() 172 ret = idr_alloc(&vfile->fence_idr, fence, 1, 0, GFP_KERNEL); in vgem_fence_attach_ioctl() 173 mutex_unlock(&vfile->fence_mutex); in vgem_fence_attach_ioctl() 209 struct vgem_file *vfile = file->driver_priv; in vgem_fence_signal_ioctl() local 217 mutex_lock(&vfile->fence_mutex); in vgem_fence_signal_ioctl() 218 fence = idr_replace(&vfile->fence_idr, NULL, arg->fence); in vgem_fence_signal_ioctl() 219 mutex_unlock(&vfile->fence_mutex); in vgem_fence_signal_ioctl() [all …]
|
| H A D | vgem_drv.c | 134 struct vgem_file *vfile; in vgem_open() local 137 vfile = kzalloc(sizeof(*vfile), GFP_KERNEL); in vgem_open() 138 if (!vfile) in vgem_open() 141 file->driver_priv = vfile; in vgem_open() 143 ret = vgem_fence_open(vfile); in vgem_open() 145 kfree(vfile); in vgem_open() 154 struct vgem_file *vfile = file->driver_priv; in vgem_postclose() local 156 vgem_fence_close(vfile); in vgem_postclose() 157 kfree(vfile); in vgem_postclose()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lrz.c | 328 vfile(const char *format, ...) in vfile() function 330 vfile(format, va_alist) in vfile() 796 vfile("%s %s\n", program_name, VERSION); in zmodem_rx() 1786 vfile("Made directory %s\n", pathname); in make_dirs() 2250 vfile("using saved out-of-sync-paket %lx, len %ld", in rzfile() 2257 vfile("removing unneeded saved out-of-sync-paket %lx, len %ld", in rzfile() 2277 vfile("rzfile: zgethdr returned %d", c); in rzfile() 2289 vfile("rzfile: zgethdr returned %d", c); in rzfile() 2314 vfile("rzfile: closeit returned <> 0"); in rzfile() 2317 vfile("rzfile: normal EOF"); in rzfile() [all …]
|
| H A D | zglobal.h | 391 void vfile __P ((const char *format, ...));
|
| H A D | rbsb.c | 258 vfile("mode:%d", n); in io_mode()
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | 0002-Use-print-as-function-call-for-Python3-compatibility.patch | 19 @@ -32,7 +32,7 @@ for line in vfile.readlines():
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | chromium-latest.inc | 899 chromium/third_party/devtools-frontend/src/node_modules/vfile/license \ 900 chromium/third_party/devtools-frontend/src/node_modules/vfile-location/license \ 901 chromium/third_party/devtools-frontend/src/node_modules/vfile-message/license \
|
| H A D | qt5webengine-chromium.hash | 898 …55a12f3978e609db4df648a4cb3d chromium/third_party/devtools-frontend/src/node_modules/vfile/license 899 …4082ae6e129a52d631d chromium/third_party/devtools-frontend/src/node_modules/vfile-location/license 900 …013519105905722c7a4c chromium/third_party/devtools-frontend/src/node_modules/vfile-message/license
|