tag | line | file | source code |
oldstate | 745 | drivers/scsi/eata_dma.c | u32 oldstate = 0; |
oldstate | 748 | drivers/scsi/eata_dma.c | while ((loops--) && (state != oldstate)) { |
oldstate | 749 | drivers/scsi/eata_dma.c | oldstate = state; |
oldstate | 754 | drivers/scsi/eata_dma.c | (state == oldstate) && (state == blinkindicator))); |
oldstate | 756 | drivers/scsi/eata_dma.c | if ((state == oldstate) && (state == blinkindicator)) |
oldstate | 273 | net/socket.c | int oldstate; |
oldstate | 276 | net/socket.c | if ((oldstate = sock->state) != SS_UNCONNECTED) |
oldstate | 294 | net/socket.c | peersock = (oldstate == SS_CONNECTED) ? sock->conn : NULL; |