| tag | line | file | source code |
| oldstate | 737 | drivers/scsi/eata_dma.c | u32 oldstate = 0; |
| oldstate | 740 | drivers/scsi/eata_dma.c | while ((loops--) && (state != oldstate)) { |
| oldstate | 741 | drivers/scsi/eata_dma.c | oldstate = state; |
| oldstate | 746 | drivers/scsi/eata_dma.c | (state == oldstate) && (state == blinkindicator))); |
| oldstate | 748 | drivers/scsi/eata_dma.c | if ((state == oldstate) && (state == blinkindicator)) |
| oldstate | 274 | net/socket.c | int oldstate; |
| oldstate | 277 | net/socket.c | if ((oldstate = sock->state) != SS_UNCONNECTED) |
| oldstate | 295 | net/socket.c | peersock = (oldstate == SS_CONNECTED) ? sock->conn : NULL; |