Searched refs:hvcs_index_list (Results 1 – 1 of 1) sorted by relevance
233 static int *hvcs_index_list; variable688 if (!hvcs_index_list) in hvcs_return_index()692 if (hvcs_index_list[index] == -1) in hvcs_return_index()695 hvcs_index_list[index] = -1; in hvcs_return_index()745 if (!hvcs_index_list) { in hvcs_get_index()751 if (hvcs_index_list[i] == -1) { in hvcs_get_index()752 hvcs_index_list[i] = 0; in hvcs_get_index()1459 hvcs_index_list = kmalloc(n * sizeof(hvcs_index_count),GFP_KERNEL); in hvcs_alloc_index_list()1460 if (!hvcs_index_list) in hvcs_alloc_index_list()1464 hvcs_index_list[i] = -1; in hvcs_alloc_index_list()[all …]