Searched refs:fence_arr (Results 1 – 2 of 2) sorted by relevance
2721 struct hl_fence **fence_ptr = mcs_data->fence_arr; in hl_cs_poll_fences()2834 hl_fences_put(mcs_data->fence_arr, arr_len); in hl_cs_poll_fences()2998 struct hl_fence **fence_arr; in hl_multi_cs_wait_ioctl() local3040 fence_arr = kmalloc_array(seq_arr_len, sizeof(struct hl_fence *), GFP_KERNEL); in hl_multi_cs_wait_ioctl()3041 if (!fence_arr) { in hl_multi_cs_wait_ioctl()3049 mcs_data.fence_arr = fence_arr; in hl_multi_cs_wait_ioctl()3107 kfree(fence_arr); in hl_multi_cs_wait_ioctl()
2897 struct hl_fence **fence_arr; member