Searched refs:seq_arr (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/accel/habanalabs/common/ |
D | context.c | 384 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr, in hl_ctx_get_fences() argument 393 u64 seq = seq_arr[i]; in hl_ctx_get_fences()
|
D | command_submission.c | 2740 u64 *seq_arr = mcs_data->seq_arr; in hl_cs_poll_fences() local 2747 rc = hl_ctx_get_fences(mcs_data->ctx, seq_arr, fence_ptr, arr_len); in hl_cs_poll_fences() 2789 rc = hl_wait_for_fence(mcs_data->ctx, seq_arr[i], fence, &status, 0, NULL); in hl_cs_poll_fences() 2793 rc, seq_arr[i]); in hl_cs_poll_fences() 3015 void __user *seq_arr; in hl_multi_cs_wait_ioctl() local 3047 seq_arr = (void __user *) (uintptr_t) args->in.seq; in hl_multi_cs_wait_ioctl() 3049 if (copy_from_user(cs_seq_arr, seq_arr, size_to_copy)) { in hl_multi_cs_wait_ioctl() 3064 mcs_data.seq_arr = cs_seq_arr; in hl_multi_cs_wait_ioctl()
|
D | habanalabs.h | 2971 u64 *seq_arr; member 3791 int hl_ctx_get_fences(struct hl_ctx *ctx, u64 *seq_arr,
|