Searched refs:dups (Results 1 – 7 of 7) 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
78 struct list_head *dups) in ttm_eu_reserve_buffers() argument94 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()98 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
186 dups=0190 dups="${BASH_REMATCH[1]}"196 if [ "$dups" -gt "$accepted_dups" ]; then197 check_err 1 "Unexpected duplicate packets (${dups})"
236 int i, pos, dups = 0; in unique() local249 dups++; in unique()253 if (dups) in unique()257 AA_BUG(dups < 0); in unique()259 return dups; in unique()275 int i, dups = 0; in aa_vec_unique() local283 dups = unique(vec, n); in aa_vec_unique()292 for (pos = i - 1 - dups; pos >= 0; pos--) { in aa_vec_unique()298 dups++; in aa_vec_unique()306 for (j = i - dups; j > pos; j--) in aa_vec_unique()[all …]
101 struct list_head *dups);
13 obj-$(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS) += dups.o