Home
last modified time | relevance | path

Searched refs:dups (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/scripts/
Dcheckincludes.pl68 my $dups = 0;
75 $dups++;
85 if ($dups > 0) {
86 print "$file: removed $dups duplicate includes\n";
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c97 struct list_head *dups) in ttm_eu_reserve_buffers() argument
122 } else if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
126 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/linux-4.4.14/include/drm/ttm/
Dttm_execbuf_util.h100 struct list_head *dups);