tag | line | file | source code |
counted | 509 | drivers/scsi/sd.c | int counted; |
counted | 549 | drivers/scsi/sd.c | counted = 0; |
counted | 558 | drivers/scsi/sd.c | counted += bh->b_size >> 9; |
counted | 590 | drivers/scsi/sd.c | this_count = counted -= bh->b_size >> 9; |
counted | 629 | drivers/scsi/sd.c | this_count = counted; /* This is actually how many we are going to transfer */ |
counted | 634 | drivers/scsi/sd.c | printk("maxsg = %x, counted = %d this_count = %d\n", max_sg, counted, this_count); |
counted | 323 | net/inet/tcp.c | unsigned long counted; |
counted | 342 | net/inet/tcp.c | counted = sk->copied_seq+1; /* Where we are at the moment */ |
counted | 348 | net/inet/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
counted | 350 | net/inet/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
counted | 358 | net/inet/tcp.c | counted += sum; |
counted | 366 | net/inet/tcp.c | (sk->urg_seq - sk->copied_seq) <= (counted - sk->copied_seq)) |