Searched refs:hvcs_index_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvcs.c226 static int hvcs_index_count; variable
656 if (index < 0 || index >= hvcs_index_count)
717 for(i = 0; i < hvcs_index_count; i++) {
1397 hvcs_index_list = kmalloc_array(n, sizeof(hvcs_index_count),
1401 hvcs_index_count = n;
1402 for (i = 0; i < hvcs_index_count; i++)
1412 hvcs_index_count = 0;

Completed in 234 milliseconds