Symbol: dups
sbin/fsck_ext2fs/fsck.h
130
struct dups *next;
sbin/fsck_ext2fs/fsck.h
133
extern struct dups *duplist; /* head of dup list */
sbin/fsck_ext2fs/fsck.h
134
extern struct dups *muldup; /* end of unique duplicate dup block numbers */
sbin/fsck_ext2fs/main.c
195
struct dups *dp;
sbin/fsck_ext2fs/main.c
69
struct dups *duplist; /* head of dup list */
sbin/fsck_ext2fs/main.c
70
struct dups *muldup; /* end of unique duplicate dup block numbers */
sbin/fsck_ext2fs/pass1.c
301
struct dups *dlp;
sbin/fsck_ext2fs/pass1.c
302
struct dups *new;
sbin/fsck_ext2fs/pass1.c
333
new = malloc(sizeof(struct dups));
sbin/fsck_ext2fs/pass1b.c
43
static struct dups *duphead;
sbin/fsck_ext2fs/pass1b.c
76
struct dups *dlp;
sbin/fsck_ext2fs/pass4.c
109
struct dups *dlp;
sbin/fsck_ffs/fsck.h
195
struct dups *next;
sbin/fsck_ffs/fsck.h
198
extern struct dups *duplist; /* head of dup list */
sbin/fsck_ffs/fsck.h
199
extern struct dups *muldup; /* end of unique duplicate dup block numbers */
sbin/fsck_ffs/main.c
210
struct dups *dp;
sbin/fsck_ffs/main.c
65
struct dups *duplist; /* head of dup list */
sbin/fsck_ffs/main.c
66
struct dups *muldup; /* end of unique duplicate dup block numbers */
sbin/fsck_ffs/pass1.c
335
struct dups *dlp;
sbin/fsck_ffs/pass1.c
336
struct dups *new;
sbin/fsck_ffs/pass1.c
371
new = Malloc(sizeof(struct dups));
sbin/fsck_ffs/pass1b.c
43
static struct dups *duphead;
sbin/fsck_ffs/pass1b.c
89
struct dups *dlp;
sbin/fsck_ffs/pass4.c
126
struct dups *dlp;
sbin/fsdb/fsdb.c
81
struct dups *duplist; /* head of dup list */
sbin/fsdb/fsdb.c
82
struct dups *muldup; /* end of unique duplicate dup block numbers */
sys/dev/pci/drm/include/drm/ttm/ttm_execbuf_util.h
101
struct list_head *dups);
sys/dev/pci/drm/ttm/ttm_execbuf_util.c
78
struct list_head *dups)
sys/dev/pci/drm/ttm/ttm_execbuf_util.c
94
if (ret == -EALREADY && dups) {
sys/dev/pci/drm/ttm/ttm_execbuf_util.c
98
list_add(&safe->head, dups);
sys/netinet/tcp_input.c
2481
cur->dups = min(tcprexmtthresh,
sys/netinet/tcp_input.c
2483
if (cur->dups < 1)
sys/netinet/tcp_input.c
2484
cur->dups = 1;
sys/netinet/tcp_input.c
2495
cur->dups++;
sys/netinet/tcp_input.c
2498
cur->dups = tcprexmtthresh;
sys/netinet/tcp_input.c
2531
cur->dups++;
sys/netinet/tcp_input.c
2534
cur->dups = tcprexmtthresh;
sys/netinet/tcp_input.c
2554
temp->dups = cur->dups;
sys/netinet/tcp_input.c
2558
cur->dups++;
sys/netinet/tcp_input.c
2561
cur->dups = tcprexmtthresh;
sys/netinet/tcp_input.c
2582
temp->dups = min(tcprexmtthresh,
sys/netinet/tcp_input.c
2584
if (temp->dups < 1)
sys/netinet/tcp_input.c
2585
temp->dups = 1;
sys/netinet/tcp_output.c
110
printf("%x--%x d %d r %x\n", p->start, p->end, p->dups,
sys/netinet/tcp_output.c
131
if (p->dups >= tcprexmtthresh && SEQ_LT(p->rxmit, p->end)) {
sys/netinet/tcp_var.h
52
int dups; /* number of dup(s)acks for this hole */