Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Dcontext.c333 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr, in hl_ctx_get_fences() argument
342 u64 seq = seq_arr[i]; in hl_ctx_get_fences()
Dcommand_submission.c2340 u64 *seq_arr = mcs_data->seq_arr; in hl_cs_poll_fences() local
2347 rc = hl_ctx_get_fences(mcs_data->ctx, seq_arr, fence_ptr, arr_len); in hl_cs_poll_fences()
2365 rc = hl_wait_for_fence(mcs_data->ctx, seq_arr[i], fence, in hl_cs_poll_fences()
2370 rc, seq_arr[i]); in hl_cs_poll_fences()
2558 void __user *seq_arr; in hl_multi_cs_wait_ioctl() local
2584 seq_arr = (void __user *) (uintptr_t) args->in.seq; in hl_multi_cs_wait_ioctl()
2586 if (copy_from_user(cs_seq_arr, seq_arr, size_to_copy)) { in hl_multi_cs_wait_ioctl()
2601 mcs_data.seq_arr = cs_seq_arr; in hl_multi_cs_wait_ioctl()
Dhabanalabs.h2307 u64 *seq_arr; member
2776 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr,