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 | 1138 | net/ipv4/tcp.c | unsigned long counted; |
counted | 1157 | net/ipv4/tcp.c | counted = sk->copied_seq; /* Where we are at the moment */ |
counted | 1166 | net/ipv4/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
counted | 1168 | net/ipv4/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
counted | 1176 | net/ipv4/tcp.c | counted += sum; |