tag | line | file | source code |
oldstate | 766 | drivers/scsi/eata_dma.c | u32 oldstate = 0; |
oldstate | 769 | drivers/scsi/eata_dma.c | while ((loops--) && (state != oldstate)) { |
oldstate | 770 | drivers/scsi/eata_dma.c | oldstate = state; |
oldstate | 775 | drivers/scsi/eata_dma.c | (state == oldstate) && (state == blinkindicator))); |
oldstate | 777 | drivers/scsi/eata_dma.c | if ((state == oldstate) && (state == blinkindicator)) |
oldstate | 278 | net/socket.c | int oldstate; |
oldstate | 281 | net/socket.c | if ((oldstate = sock->state) != SS_UNCONNECTED) |
oldstate | 299 | net/socket.c | peersock = (oldstate == SS_CONNECTED) ? sock->conn : NULL; |