Searched defs:syncobj (Results 1 - 8 of 8) sorted by relevance

/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_syncobj.h105 drm_syncobj_fence_get(struct drm_syncobj *syncobj) argument
/src/sys/sys/
H A Dsyncobj.h44 typedef struct syncobj { struct
/src/sys/kern/
H A Dkern_sleepq.c344 sleepq_block(int timo, bool catch_p, syncobj_t *syncobj, int nlocks) argument
H A Dkern_ktrace.c813 ktr_csw(int out, int user, const struct syncobj *syncobj) argument
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_syncobj.c186 struct drm_syncobj *syncobj; local in function:drm_syncobj_find
201 drm_syncobj_fence_add_wait(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) argument
226 drm_syncobj_remove_wait(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) argument
246 drm_syncobj_add_point(struct drm_syncobj * syncobj,struct dma_fence_chain * chain,struct dma_fence * fence,uint64_t point) argument
282 drm_syncobj_replace_fence(struct drm_syncobj * syncobj,struct dma_fence * fence) argument
314 drm_syncobj_assign_null_handle(struct drm_syncobj * syncobj) argument
343 struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle); local in function:drm_syncobj_find_fence
456 struct drm_syncobj *syncobj = container_of(kref, local in function:drm_syncobj_free
480 struct drm_syncobj *syncobj; local in function:drm_syncobj_create
512 drm_syncobj_get_handle(struct drm_file * file_private,struct drm_syncobj * syncobj,u32 * handle) argument
541 struct drm_syncobj *syncobj; local in function:drm_syncobj_create_as_handle
555 struct drm_syncobj *syncobj; local in function:drm_syncobj_destroy
575 struct drm_syncobj *syncobj = file->f_data; local in function:drm_syncobj_fop_close
612 drm_syncobj_get_fd(struct drm_syncobj * syncobj,int * p_fd) argument
653 struct drm_syncobj *syncobj = drm_syncobj_find(file_private, handle); local in function:drm_syncobj_handle_to_fd
667 struct drm_syncobj *syncobj; local in function:drm_syncobj_fd_to_handle
712 struct drm_syncobj *syncobj; local in function:drm_syncobj_import_sync_file_fence
823 struct drm_syncobj *syncobj = ptr; local in function:drm_syncobj_release_handle
1017 syncobj_wait_syncobj_func(struct drm_syncobj * syncobj,struct syncobj_wait_entry * wait) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_cs.c1439 struct drm_syncobj *syncobj; local in function:amdgpu_cs_fence_to_handle_ioctl
[all...]
H A Damdgpu.h477 struct drm_syncobj *syncobj; member in struct:amdgpu_cs_post_dep
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c2509 struct drm_syncobj *syncobj; local in function:get_fence_array
2558 struct drm_syncobj *syncobj; local in function:await_fence_array
2588 struct drm_syncobj *syncobj; local in function:signal_fence_array
[all...]

Completed in 14 milliseconds