Searched refs:fence_arr (Results 1 – 2 of 2) sorted by relevance
2567 struct hl_fence **fence_ptr = mcs_data->fence_arr; in hl_cs_poll_fences()2679 hl_fences_put(mcs_data->fence_arr, arr_len); in hl_cs_poll_fences()2840 struct hl_fence **fence_arr; in hl_multi_cs_wait_ioctl() local2876 fence_arr = kmalloc_array(seq_arr_len, sizeof(struct hl_fence *), GFP_KERNEL); in hl_multi_cs_wait_ioctl()2877 if (!fence_arr) { in hl_multi_cs_wait_ioctl()2885 mcs_data.fence_arr = fence_arr; in hl_multi_cs_wait_ioctl()2943 kfree(fence_arr); in hl_multi_cs_wait_ioctl()
2868 struct hl_fence **fence_arr; member