Searched refs:dups (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | checkincludes.pl | 72 my $dups = 0; 79 $dups++; 90 if ($dups > 0) { 91 print "$file: removed $dups duplicate includes\n";
|
| /linux/Documentation/mm/ |
| H A D | ksm.rst | 32 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/security/apparmor/ |
| H A D | label.c | 236 int i, pos, dups = 0; in unique() local 249 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() local 283 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 …]
|
| /linux/include/drm/ttm/ |
| H A D | ttm_execbuf_util.h | 101 struct list_head *dups);
|
| /linux/kernel/module/ |
| H A D | Makefile | 13 obj-$(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS) += dups.o
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tracing_multi.c | 676 void *dups = NULL; in serial_test_tracing_multi_bench_attach() local 718 if (!tsearch(&ksyms->syms[i].name, &dups, compare)) { in serial_test_tracing_multi_bench_attach() 745 if (tfind(&str, &dups, compare)) in serial_test_tracing_multi_bench_attach() 782 tdestroy(dups, tdestroy_free_nop); in serial_test_tracing_multi_bench_attach()
|