Searched refs:duplicates (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_object.c474 struct list_head duplicates; local
479 INIT_LIST_HEAD(&duplicates);
480 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates);
532 list_for_each_entry(lobj, &duplicates, tv.head) {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c169 INIT_LIST_HEAD(&new_entry->duplicates);
174 * it should be inserted to duplicates list
184 list_add_tail(&dqp->list, &new_entry->duplicates);
271 list_for_each_entry(dqp, &entry->duplicates, list) {
281 list_add_tail(&dqp->list, &entry->duplicates);
317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) {
387 * Checking for duplicates */
391 if (list_empty(&entry->duplicates) ||
394 /* If there is only 1 entry in duplicates then
400 &entry->duplicates,
[all...]
H A Dmlx4.h475 struct list_head duplicates; member in struct:mlx4_steer_index
H A Dmain.c3218 &entry->duplicates,
/linux-master/net/tipc/
H A Dlink.c72 u32 duplicates; member in struct:tipc_stats
1802 l->stats.duplicates++;
1812 l->stats.duplicates++;
2652 {TIPC_NLA_STATS_DUPLICATES, s->duplicates},
2773 {TIPC_NLA_STATS_DUPLICATES, stats->duplicates},
/linux-master/scripts/
H A Dget_maintainer.pl256 'remove-duplicates!' => \$email_remove_duplicates,
1063 --remove-duplicates => minimize duplicate email names/addresses
1092 --pattern-depth=0 --remove-duplicates --rolestats --keywords]
1868 r remove duplicates [$email_remove_duplicates]

Completed in 216 milliseconds