Lines Matching refs:hvcs_index_list
233 static int *hvcs_index_list; variable
688 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()
1471 kfree(hvcs_index_list); in hvcs_free_index_list()
1472 hvcs_index_list = NULL; in hvcs_free_index_list()