tag | line | file | source code |
counted | 655 | drivers/scsi/sd.c | int counted; |
counted | 698 | drivers/scsi/sd.c | counted = 0; |
counted | 707 | drivers/scsi/sd.c | counted += bh->b_size >> 9; |
counted | 743 | drivers/scsi/sd.c | this_count = counted -= bh->b_size >> 9; |
counted | 786 | drivers/scsi/sd.c | this_count = counted; |
counted | 794 | drivers/scsi/sd.c | max_sg, counted, this_count); |
counted | 1157 | net/ipv4/tcp.c | unsigned long counted; |
counted | 1176 | net/ipv4/tcp.c | counted = sk->copied_seq; /* Where we are at the moment */ |
counted | 1185 | net/ipv4/tcp.c | if (before(counted, skb->seq)) /* Found a hole so stops here */ |
counted | 1187 | net/ipv4/tcp.c | sum = skb->len - (counted - skb->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
counted | 1195 | net/ipv4/tcp.c | counted += sum; |