Home
last modified time | relevance | path

Searched refs:duplicates (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_gem.c199 struct list_head list, duplicates; in amdgpu_gem_object_close() local
207 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_object_close()
215 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates); in amdgpu_gem_object_close()
679 struct list_head list, duplicates; in amdgpu_gem_va_ioctl() local
730 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_va_ioctl()
750 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates); in amdgpu_gem_va_ioctl()
A Damdgpu_amdkfd_gpuvm.c885 struct list_head list, duplicates; /* BO lists */ member
916 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_vm()
930 false, &ctx->duplicates); in reserve_bo_and_vm()
967 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_cond_vms()
1003 false, &ctx->duplicates); in reserve_bo_and_cond_vms()
2102 struct list_head resv_list, duplicates; in validate_invalid_user_pages() local
2122 INIT_LIST_HEAD(&duplicates); in validate_invalid_user_pages()
2139 ret = ttm_eu_reserve_buffers(&ticket, &resv_list, false, &duplicates); in validate_invalid_user_pages()
2140 WARN(!list_empty(&duplicates), "Duplicates should be empty"); in validate_invalid_user_pages()
2312 INIT_LIST_HEAD(&ctx.duplicates); in amdgpu_amdkfd_gpuvm_restore_process_bos()
A Damdgpu_cs.c497 struct list_head duplicates; in amdgpu_cs_parser_bos() local
528 INIT_LIST_HEAD(&duplicates); in amdgpu_cs_parser_bos()
568 &duplicates); in amdgpu_cs_parser_bos()
601 r = amdgpu_cs_list_validate(p, &duplicates); in amdgpu_cs_parser_bos()
/linux/drivers/net/ethernet/mellanox/mlx4/
A Dmcg.c169 INIT_LIST_HEAD(&new_entry->duplicates); in new_steering_entry()
184 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry()
271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry()
281 list_add_tail(&dqp->list, &entry->duplicates); in existing_steering_entry()
317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) { in check_duplicate_entry()
391 if (list_empty(&entry->duplicates) || in can_remove_steering_entry()
400 &entry->duplicates, in can_remove_steering_entry()
489 &entry->duplicates); in add_promisc_qp()
604 list_for_each_entry(dqp, &entry->duplicates, list) { in remove_promisc_qp()
A Dmlx4.h473 struct list_head duplicates; member
A Dmain.c3160 &entry->duplicates, in mlx4_clear_steering()
/linux/drivers/firmware/efi/
A Dvars.c415 void *data, bool duplicates, struct list_head *head) in efivar_init() argument
453 if (duplicates) in efivar_init()
467 if (duplicates && in efivar_init()
480 if (duplicates) { in efivar_init()
/linux/drivers/gpu/drm/radeon/
A Dradeon_object.c490 struct list_head duplicates; in radeon_bo_list_validate() local
495 INIT_LIST_HEAD(&duplicates); in radeon_bo_list_validate()
496 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate()
548 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
/linux/arch/powerpc/boot/dts/
A Dmvme5100.dts103 * This definition (IDSEL 11) duplicates the
/linux/Documentation/vm/
A Dksm.rst44 enforced that there cannot be KSM page content duplicates in the
/linux/scripts/coccinelle/null/
A Dderef_null.cocci213 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
/linux/scripts/coccinelle/misc/
A Darray_size_dup.cocci3 /// Check for array_size(), array3_size(), struct_size() duplicates.
/linux/tools/build/Documentation/
A DBuild.txt71 ex-y += b.o # duplicates in the lists are allowed
/linux/net/tipc/
A Dlink.c72 u32 duplicates; member
1816 l->stats.duplicates++; in tipc_link_rcv()
1826 l->stats.duplicates++; in tipc_link_rcv()
2655 {TIPC_NLA_STATS_DUPLICATES, s->duplicates}, in __tipc_nl_add_stats()
2776 {TIPC_NLA_STATS_DUPLICATES, stats->duplicates}, in __tipc_nl_add_bc_link_stat()
/linux/net/ipv6/netfilter/
A DKconfig62 This option enables the nf_dup_ipv6 core, which duplicates an IPv6
/linux/net/ipv4/netfilter/
A DKconfig73 This option enables the nf_dup_ipv4 core, which duplicates an IPv4
/linux/include/linux/
A Defi.h995 void *data, bool duplicates, struct list_head *head);
/linux/Documentation/filesystems/
A Dsquashfs.rst101 the source directory, and checked for duplicates. Once all file data has been
A Dmount_api.rst771 ordered, that there are no duplicates and that the values are between low
/linux/Documentation/driver-api/dmaengine/
A Dclient.rst73 that the 'direction' member will be going away as it duplicates the
/linux/Documentation/driver-api/nvdimm/
A Dnvdimm.rst487 emits, "devtype" duplicates the DEVTYPE variable stored by udev at the
488 'add' event, "modalias" duplicates the MODALIAS variable stored by udev
/linux/fs/befs/
A DChangeLog53 names like file1 and file2 to mysteriously be duplicates of each other
/linux/Documentation/gpu/
A Ddrm-kms.rst277 any function that duplicates or peeks into a state, like e.g.
/linux/Documentation/arm64/
A Darm-acpi.rst83 really just duplicates something that already works. ACPI already does what
/linux/Documentation/networking/dsa/
A Ddsa.rst801 eliminating the duplicates at the receiver. The High-availability Seamless

Completed in 63 milliseconds

12