Home
last modified time | relevance | path

Searched refs:hl_fence (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/habanalabs/common/
A Dcontext.c197 sizeof(struct hl_fence *), in hl_ctx_init()
288 static struct hl_fence *hl_ctx_get_fence_locked(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence_locked()
291 struct hl_fence *fence; in hl_ctx_get_fence_locked()
304 struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence()
306 struct hl_fence *fence; in hl_ctx_get_fence()
328 struct hl_fence **fence, u32 arr_len) in hl_ctx_get_fences()
330 struct hl_fence **fence_arr_base = fence; in hl_ctx_get_fences()
A Dhabanalabs.h622 struct hl_fence { struct
647 struct hl_fence base_fence; argument
858 struct hl_fence fence;
1434 struct hl_fence **cs_pending;
1542 struct hl_fence *fence;
1543 struct hl_fence *signal_fence;
2343 struct hl_fence **fence_arr;
2826 struct hl_fence **fence, u32 arr_len);
2872 void hl_fence_put(struct hl_fence *fence);
2873 void hl_fences_put(struct hl_fence **fence, int len);
[all …]
A Dcommand_submission.c111 struct hl_fence *fence = in hl_fence_release()
112 container_of(kref, struct hl_fence, refcount); in hl_fence_release()
119 void hl_fence_put(struct hl_fence *fence) in hl_fence_put()
126 void hl_fences_put(struct hl_fence **fence, int len) in hl_fences_put()
134 void hl_fence_get(struct hl_fence *fence) in hl_fence_get()
509 struct hl_fence *fence = cs->fence; in complete_multi_cs()
781 struct hl_fence *other = NULL; in allocate_cs()
1964 struct hl_fence *sig_fence = NULL; in cs_ioctl_signal_wait()
2370 struct hl_fence *fence = *fence_ptr; in hl_cs_poll_fences()
2442 struct hl_fence *fence; in _hl_cs_wait_ioctl()
[all …]

Completed in 20 milliseconds