Home
last modified time | relevance | path

Searched refs:hvcs_index_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c233 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()
[all …]