Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dalternative.c96 int i, nr_inst; in __apply_alternatives() local
107 nr_inst = alt->alt_len / sizeof(insn); in __apply_alternatives()
109 for (i = 0; i < nr_inst; i++) { in __apply_alternatives()
115 (uintptr_t)(origptr + nr_inst)); in __apply_alternatives()
/linux-4.4.14/drivers/tty/serial/
Dsunsu.c983 static int nr_inst; /* Number of already registered ports */ variable
1350 if (co->index > nr_inst) in sunsu_console_setup()
1425 if (nr_inst >= UART_NR) in su_probe()
1427 up = &sunsu_ports[nr_inst]; in su_probe()
1434 up->port.line = nr_inst; in su_probe()
1468 nr_inst++; in su_probe()
1497 nr_inst++; in su_probe()