Searched refs:flink (Results 1 – 5 of 5) sorted by relevance
34 struct sym_quehead *flink; /* Forward pointer */ member39 (ptr)->flink = (ptr); (ptr)->blink = (ptr); \44 return (head->flink == head) ? 0 : head->flink; in sym_que_first()54 struct sym_quehead * flink) in __sym_que_add() argument56 flink->blink = new; in __sym_que_add()57 new->flink = flink; in __sym_que_add()59 blink->flink = new; in __sym_que_add()63 struct sym_quehead * flink) in __sym_que_del() argument65 flink->blink = blink; in __sym_que_del()66 blink->flink = flink; in __sym_que_del()[all …]
121 struct drm_gem_flink flink; in dumb_bo_get_name() local123 flink.handle = bo->handle; in dumb_bo_get_name()124 if (ioctl(fd, DRM_IOCTL_GEM_FLINK, &flink) < 0) { in dumb_bo_get_name()133 return flink.name; in dumb_bo_get_name()
103 struct drm_gem_flink flink; in glamor_get_flink_name() local105 flink.handle = handle; in glamor_get_flink_name()106 if (ioctl(fd, DRM_IOCTL_GEM_FLINK, &flink) < 0) { in glamor_get_flink_name()118 *name = flink.name; in glamor_get_flink_name()
144 guess the flink names or mmap offsets on the legacy interface.
5112 doesn't support flink and handles and names are identical.7982 modesetting/drmmode: Remove unused flink call7984 We don't use flink in the GetFB import path anymore, as we do an14851 glamor_egl: Avoid flink names in glamor_egl_create_textured_pixmap().14853 Using flink is banned on render nodes, and they needlessly expose our14901 elsewhere in order to avoid flink. The extensions have been55347 Here we just try to flink handle 0. If that fails with ENODEV or