Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck-lock.sh35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/…
36 if test -z "$ncs"
40 title="$configfile ------- $ncs acquisitions/releases"
46 ncsps=`awk -v ncs=$ncs -v dur=$dur '
/linux-4.4.14/drivers/tty/serial/
Dioc3_serial.c1093 static void ioc3_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc3_cb_post_ncs() argument
1099 if (ncs & NCS_BREAK) in ioc3_cb_post_ncs()
1101 if (ncs & NCS_FRAMING) in ioc3_cb_post_ncs()
1103 if (ncs & NCS_OVERRUN) in ioc3_cb_post_ncs()
1105 if (ncs & NCS_PARITY) in ioc3_cb_post_ncs()
Dioc4_serial.c2042 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) in ioc4_cb_post_ncs() argument
2048 if (ncs & NCS_BREAK) in ioc4_cb_post_ncs()
2050 if (ncs & NCS_FRAMING) in ioc4_cb_post_ncs()
2052 if (ncs & NCS_OVERRUN) in ioc4_cb_post_ncs()
2054 if (ncs & NCS_PARITY) in ioc4_cb_post_ncs()