Searched defs:sent (Results 1 - 3 of 3) sorted by relevance

/arch/tile/kernel/
H A Dsmp.c41 int sent = 0; local
42 while (sent < nrecip) {
51 sent += rc;
/arch/cris/arch-v32/drivers/
H A Dsync_serial.c1337 int sent; local
1338 sent = port->catch_tr_descr->after -
1342 port->out_buf_count, sent,
1343 port->out_buf_count - sent,
1346 port->out_buf_count -= sent;
1352 int i, sent; local
1362 sent = port->catch_tr_descr->after -
1367 sent,
1369 port->out_buf_count -= sent;
1378 sent
[all...]
/arch/mips/kernel/
H A Dsmtc.c724 * be sent, which would break the "broadcast" loops in MIPS MT.
1059 int sent; local
1092 sent = 0;
1100 sent = 1;
1104 if (!sent) {

Completed in 116 milliseconds