duplicates        427 drivers/firmware/efi/vars.c 		void *data, bool duplicates, struct list_head *head)
duplicates        465 drivers/firmware/efi/vars.c 			if (duplicates)
duplicates        479 drivers/firmware/efi/vars.c 			if (duplicates &&
duplicates        492 drivers/firmware/efi/vars.c 			if (duplicates) {
duplicates        544 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	struct list_head list, duplicates;  /* BO lists			    */
duplicates        575 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	INIT_LIST_HEAD(&ctx->duplicates);
duplicates        589 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 				     false, &ctx->duplicates, true);
duplicates        626 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	INIT_LIST_HEAD(&ctx->duplicates);
duplicates        662 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 				     false, &ctx->duplicates, true);
duplicates       1764 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	struct list_head resv_list, duplicates;
duplicates       1784 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	INIT_LIST_HEAD(&duplicates);
duplicates       1801 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	ret = ttm_eu_reserve_buffers(&ticket, &resv_list, false, &duplicates,
duplicates       1803 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	WARN(!list_empty(&duplicates), "Duplicates should be empty");
duplicates       1974 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c 	INIT_LIST_HEAD(&ctx.duplicates);
duplicates        576 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	struct list_head duplicates;
duplicates        609 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	INIT_LIST_HEAD(&duplicates);
duplicates        649 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 				   &duplicates, false);
duplicates        671 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	r = amdgpu_cs_list_validate(p, &duplicates);
duplicates        163 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	struct list_head list, duplicates;
duplicates        170 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	INIT_LIST_HEAD(&duplicates);
duplicates        178 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates, false);
duplicates        555 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	struct list_head list, duplicates;
duplicates        596 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	INIT_LIST_HEAD(&duplicates);
duplicates        616 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates, false);
duplicates        539 drivers/gpu/drm/radeon/radeon_object.c 	struct list_head duplicates;
duplicates        544 drivers/gpu/drm/radeon/radeon_object.c 	INIT_LIST_HEAD(&duplicates);
duplicates        545 drivers/gpu/drm/radeon/radeon_object.c 	r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates, true);
duplicates        597 drivers/gpu/drm/radeon/radeon_object.c 	list_for_each_entry(lobj, &duplicates, tv.head) {
duplicates       3145 drivers/net/ethernet/mellanox/mlx4/main.c 							 &entry->duplicates,
duplicates        169 drivers/net/ethernet/mellanox/mlx4/mcg.c 	INIT_LIST_HEAD(&new_entry->duplicates);
duplicates        184 drivers/net/ethernet/mellanox/mlx4/mcg.c 		list_add_tail(&dqp->list, &new_entry->duplicates);
duplicates        271 drivers/net/ethernet/mellanox/mlx4/mcg.c 	list_for_each_entry(dqp, &entry->duplicates, list) {
duplicates        281 drivers/net/ethernet/mellanox/mlx4/mcg.c 	list_add_tail(&dqp->list, &entry->duplicates);
duplicates        317 drivers/net/ethernet/mellanox/mlx4/mcg.c 	list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) {
duplicates        391 drivers/net/ethernet/mellanox/mlx4/mcg.c 			if (list_empty(&entry->duplicates) ||
duplicates        400 drivers/net/ethernet/mellanox/mlx4/mcg.c 							 &entry->duplicates,
duplicates        489 drivers/net/ethernet/mellanox/mlx4/mcg.c 						      &entry->duplicates);
duplicates        604 drivers/net/ethernet/mellanox/mlx4/mcg.c 			list_for_each_entry(dqp, &entry->duplicates, list) {
duplicates        473 drivers/net/ethernet/mellanox/mlx4/mlx4.h 	struct list_head duplicates;
duplicates       1487 include/linux/efi.h 		void *data, bool duplicates, struct list_head *head);
duplicates         71 net/tipc/link.c 	u32 duplicates;
duplicates       1562 net/tipc/link.c 			l->stats.duplicates++;
duplicates       2409 net/tipc/link.c 		{TIPC_NLA_STATS_DUPLICATES, s->duplicates},
duplicates       2530 net/tipc/link.c 		{TIPC_NLA_STATS_DUPLICATES, stats->duplicates},