Home
last modified time | relevance | path

Searched refs:dups (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheckincludes.pl12 # you do have real dups and do not have them under #ifdef's. You
72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/kernel/linux/linux-6.6/scripts/
H A Dcheckincludes.pl12 # you do have real dups and do not have them under #ifdef's. You
72 my $dups = 0;
79 $dups++;
90 if ($dups > 0) {
91 print "$file: removed $dups duplicate includes\n";
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c82 struct list_head *dups) in ttm_eu_reserve_buffers()
97 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
101 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
80 ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, struct list_head *list, bool intr, struct list_head *dups) ttm_eu_reserve_buffers() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c76 struct list_head *dups) in ttm_eu_reserve_buffers()
92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
96 list_add(&safe->head, dups); in ttm_eu_reserve_buffers()
74 ttm_eu_reserve_buffers(struct ww_acquire_ctx *ticket, struct list_head *list, bool intr, struct list_head *dups) ttm_eu_reserve_buffers() argument
/kernel/linux/linux-5.10/include/drm/ttm/
H A Dttm_execbuf_util.h71 * @dups: [out] optional list of duplicates.
88 * If dups is non NULL all buffers already reserved by the current thread
100 struct list_head *dups);
/kernel/linux/linux-6.6/include/drm/ttm/
H A Dttm_execbuf_util.h73 * @dups: [out] optional list of duplicates.
90 * If dups is non NULL all buffers already reserved by the current thread
102 struct list_head *dups);
/kernel/linux/linux-5.10/security/apparmor/
H A Dlabel.c222 * vec[n - dups]
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()
260 * null terminate vec[n - dups]
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; po in aa_vec_unique()
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dlabel.c225 * vec[n - dups]
229 int i, pos, dups = 0; in unique() local
242 dups++; in unique()
246 if (dups) in unique()
250 AA_BUG(dups < 0); in unique()
252 return dups; in unique()
263 * null terminate vec[n - dups]
267 int i, dups = 0; in aa_vec_unique() local
275 dups = unique(vec, n); in aa_vec_unique()
284 for (pos = i - 1 - dups; po in aa_vec_unique()
[all...]
/kernel/linux/linux-6.6/kernel/module/
H A DMakefile13 obj-$(CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS) += dups.o
/kernel/linux/linux-5.10/kernel/trace/
H A Dtracing_map.c969 unsigned int dups = 0, total_dups = 0; in detect_dups() local
982 dups++; total_dups++; in detect_dups()
986 dups = 0; in detect_dups()

Completed in 6 milliseconds