Searched refs:dups (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/scripts/ |
| D | checkincludes.pl | 72 my $dups = 0; 79 $dups++; 90 if ($dups > 0) { 91 print "$file: removed $dups duplicate includes\n";
|
| /Linux-v5.4/Documentation/vm/ |
| D | ksm.rst | 34 more "dups". Each "dup" keeps reverse mapping information for a KSM 37 Every "chain" and all "dups" linked into a "chain" enforce the 54 but N is the number of stable_node "dups", not the number of 57 at the head of the "dups" list. 60 (because there will be fewer stable_node dups queued into the 68 in the stable_node dups, which could be solved by introducing 71 stable_node "dups" with few rmap_items in them, but that may increase 75 The whole list of stable_node "dups" linked in the stable_node
|
| /Linux-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 97 struct list_head *dups, bool del_lru) in ttm_eu_reserve_buffers() argument 121 } else if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers() 125 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
|
| /Linux-v5.4/security/apparmor/ |
| D | label.c | 226 int i, pos, dups = 0; in unique() local 239 dups++; in unique() 243 if (dups) in unique() 247 AA_BUG(dups < 0); in unique() 249 return dups; in unique() 264 int i, dups = 0; in aa_vec_unique() local 272 dups = unique(vec, n); in aa_vec_unique() 281 for (pos = i - 1 - dups; pos >= 0; pos--) { in aa_vec_unique() 287 dups++; in aa_vec_unique() 295 for (j = i - dups; j > pos; j--) in aa_vec_unique() [all …]
|
| /Linux-v5.4/include/drm/ttm/ |
| D | ttm_execbuf_util.h | 102 struct list_head *dups, bool del_lru);
|
| /Linux-v5.4/kernel/trace/ |
| D | tracing_map.c | 952 unsigned int dups = 0, total_dups = 0; in detect_dups() local 965 dups++; total_dups++; in detect_dups() 969 dups = 0; in detect_dups()
|