Home
last modified time | relevance | path

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

/linux/scripts/
A Dcheckincludes.pl72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/linux/Documentation/mm/
A Dksm.rst32 more "dups". Each "dup" keeps reverse mapping information for a KSM
35 Every "chain" and all "dups" linked into a "chain" enforce the
52 but N is the number of stable_node "dups", not the number of
55 at the head of the "dups" list.
58 (because there will be fewer stable_node dups queued into the
66 in the stable_node dups, which could be solved by introducing
69 stable_node "dups" with few rmap_items in them, but that may increase
73 The whole list of stable_node "dups" linked in the stable_node
/linux/drivers/gpu/drm/ttm/
A Dttm_execbuf_util.c76 struct list_head *dups) in ttm_eu_reserve_buffers() argument
92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
/linux/security/apparmor/
A Dlabel.c230 int i, pos, dups = 0; in unique() local
243 dups++; in unique()
247 if (dups) in unique()
251 AA_BUG(dups < 0); in unique()
253 return dups; in unique()
269 int i, dups = 0; in aa_vec_unique() local
277 dups = unique(vec, n); in aa_vec_unique()
292 dups++; in aa_vec_unique()
307 AA_BUG(dups < 0); in aa_vec_unique()
311 vec[n - dups] = NULL; in aa_vec_unique()
[all …]
/linux/include/drm/ttm/
A Dttm_execbuf_util.h101 struct list_head *dups);
/linux/kernel/module/
A DMakefile13 obj-$(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS) += dups.o

Completed in 13 milliseconds