tag | line | file | source code |
used | 201 | drivers/char/ftape/ftape-ctl.c | history.used = 0; |
used | 618 | drivers/char/ftape/ftape-ctl.c | if (history.used) { |
used | 628 | drivers/char/ftape/ftape-ctl.c | if (history.used & 1) { |
used | 40 | drivers/char/ftape/ftape-ctl.h | int used; /* any reading or writing done */ |
used | 591 | drivers/char/ftape/ftape-read.c | history.used |= 1; |
used | 306 | drivers/char/ftape/ftape-write.c | history.used |= 2; |
used | 259 | drivers/char/scc.c | struct irqflags { unsigned char used : 1; } Ivec[16]; |
used | 1875 | drivers/char/scc.c | if (Ivec[k].used) |
used | 2129 | drivers/char/scc.c | if (!Ivec[hwcfg.irq].used && hwcfg.irq) |
used | 2134 | drivers/char/scc.c | Ivec[hwcfg.irq].used = 1; |
used | 2730 | drivers/char/scc.c | for (k = 0; k < 16; k++) Ivec[k].used = 0; |
used | 2787 | drivers/char/scc.c | if (Ivec[k].used) free_irq(k, NULL); |
used | 2131 | drivers/scsi/scsi.c | unsigned int least, used; |
used | 2144 | drivers/scsi/scsi.c | used = (time_start) ? (jiffies - time_start) : 0; |
used | 2155 | drivers/scsi/scsi.c | oldto = SCset->timeout - used; |
used | 2165 | drivers/scsi/scsi.c | SCpnt->timeout -= used; |
used | 1560 | fs/buffer.c | int found = 0, locked = 0, dirty = 0, used = 0, lastused = 0; |
used | 1570 | fs/buffer.c | shared = found = locked = dirty = used = lastused = protected = 0; |
used | 1584 | fs/buffer.c | used++, lastused = found; |
used | 1589 | fs/buffer.c | nlist, found, used, lastused, |
used | 88 | include/linux/skbuff.h | used, /* Are we in use ? */ |
used | 831 | net/core/skbuff.c | n->used=skb->used; |
used | 1376 | net/ipv4/tcp.c | if (!skb->used || skb->users) |
used | 1400 | net/ipv4/tcp.c | unsigned long used; |
used | 1462 | net/ipv4/tcp.c | skb->used = 1; |
used | 1527 | net/ipv4/tcp.c | used = skb->len - offset; |
used | 1528 | net/ipv4/tcp.c | if (len < used) |
used | 1529 | net/ipv4/tcp.c | used = len; |
used | 1537 | net/ipv4/tcp.c | if (urg_offset < used) |
used | 1545 | net/ipv4/tcp.c | used--; |
used | 1549 | net/ipv4/tcp.c | used = urg_offset; |
used | 1558 | net/ipv4/tcp.c | *seq += used; |
used | 1567 | net/ipv4/tcp.c | skb->h.th->doff*4 + offset, used); |
used | 1568 | net/ipv4/tcp.c | copied += used; |
used | 1569 | net/ipv4/tcp.c | len -= used; |
used | 1581 | net/ipv4/tcp.c | if (used + offset < skb->len) |
used | 1592 | net/ipv4/tcp.c | skb->used = 1; |
used | 1606 | net/ipv4/tcp.c | skb->used = 1; |
used | 1559 | net/ipv4/tcp_input.c | skb->used = 0; |