Searched refs:fence_arr (Results 1 – 1 of 1) sorted by relevance
2735 struct hl_fence **fence_ptr = mcs_data->fence_arr; in hl_cs_poll_fences()2848 hl_fences_put(mcs_data->fence_arr, arr_len); in hl_cs_poll_fences()3012 struct hl_fence **fence_arr; in hl_multi_cs_wait_ioctl() local3054 fence_arr = kmalloc_objs(struct hl_fence *, seq_arr_len); in hl_multi_cs_wait_ioctl()3055 if (!fence_arr) { in hl_multi_cs_wait_ioctl()3063 mcs_data.fence_arr = fence_arr; in hl_multi_cs_wait_ioctl()3121 kfree(fence_arr); in hl_multi_cs_wait_ioctl()