Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dcontext.c203 sizeof(struct hl_fence *), in hl_ctx_init()
294 static struct hl_fence *hl_ctx_get_fence_locked(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence_locked()
297 struct hl_fence *fence; in hl_ctx_get_fence_locked()
310 struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq) in hl_ctx_get_fence()
312 struct hl_fence *fence; in hl_ctx_get_fence()
334 struct hl_fence **fence, u32 arr_len) in hl_ctx_get_fences()
336 struct hl_fence **fence_arr_base = fence; in hl_ctx_get_fences()
Dhabanalabs.h605 struct hl_fence { struct
629 struct hl_fence base_fence; argument
840 struct hl_fence fence;
1399 struct hl_fence **cs_pending;
1507 struct hl_fence *fence;
1508 struct hl_fence *signal_fence;
2306 struct hl_fence **fence_arr;
2775 struct hl_fence *hl_ctx_get_fence(struct hl_ctx *ctx, u64 seq);
2777 struct hl_fence **fence, u32 arr_len);
2823 void hl_fence_put(struct hl_fence *fence);
[all …]
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()
140 static void hl_fence_init(struct hl_fence *fence, u64 sequence) in hl_fence_init()
509 struct hl_fence *fence = cs->fence; in complete_multi_cs()
770 struct hl_fence *other = NULL; in allocate_cs()
1953 struct hl_fence *sig_fence = NULL; in cs_ioctl_signal_wait()
2268 static int hl_wait_for_fence(struct hl_ctx *ctx, u64 seq, struct hl_fence *fence, in hl_wait_for_fence()
[all …]