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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c1389 char **io_names; local
1407 io_names = kmalloc(nr_queues * sizeof(char *), GFP_KERNEL);
1408 if (!io_names) {
1433 io_names[j] = "input";
1434 io_names[j + 1] = "output";
1440 io_names[j] = "control-i";
1441 io_names[j + 1] = "control-o";
1447 io_names[j] = "input";
1448 io_names[j + 1] = "output";
1454 (const char **)io_names);
[all...]

Completed in 54 milliseconds