Searched refs:dups (Results 1 – 5 of 5) sorted by relevance
72 my $dups = 0;79 $dups++;90 if ($dups > 0) {91 print "$file: removed $dups duplicate includes\n";
32 more "dups". Each "dup" keeps reverse mapping information for a KSM35 Every "chain" and all "dups" linked into a "chain" enforce the52 but N is the number of stable_node "dups", not the number of55 at the head of the "dups" list.58 (because there will be fewer stable_node dups queued into the66 in the stable_node dups, which could be solved by introducing69 stable_node "dups" with few rmap_items in them, but that may increase73 The whole list of stable_node "dups" linked in the stable_node
76 struct list_head *dups) in ttm_eu_reserve_buffers() argument92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
229 int i, pos, dups = 0; in unique() local242 dups++; in unique()246 if (dups) in unique()250 AA_BUG(dups < 0); in unique()252 return dups; in unique()267 int i, dups = 0; in aa_vec_unique() local275 dups = unique(vec, n); in aa_vec_unique()290 dups++; in aa_vec_unique()305 AA_BUG(dups < 0); in aa_vec_unique()309 vec[n - dups] = NULL; in aa_vec_unique()[all …]
102 struct list_head *dups);
Completed in 15 milliseconds