/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gem.c | 163 struct list_head list, duplicates; in amdgpu_gem_object_close() local 170 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_object_close() 178 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates, false); in amdgpu_gem_object_close() 555 struct list_head list, duplicates; in amdgpu_gem_va_ioctl() local 596 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_va_ioctl() 616 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates, false); in amdgpu_gem_va_ioctl()
|
D | amdgpu_amdkfd_gpuvm.c | 544 struct list_head list, duplicates; /* BO lists */ member 575 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_vm() 589 false, &ctx->duplicates, true); in reserve_bo_and_vm() 626 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_cond_vms() 662 false, &ctx->duplicates, true); in reserve_bo_and_cond_vms() 1763 struct list_head resv_list, duplicates; in validate_invalid_user_pages() local 1783 INIT_LIST_HEAD(&duplicates); in validate_invalid_user_pages() 1800 ret = ttm_eu_reserve_buffers(&ticket, &resv_list, false, &duplicates, in validate_invalid_user_pages() 1802 WARN(!list_empty(&duplicates), "Duplicates should be empty"); in validate_invalid_user_pages() 1973 INIT_LIST_HEAD(&ctx.duplicates); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
D | amdgpu_cs.c | 576 struct list_head duplicates; in amdgpu_cs_parser_bos() local 609 INIT_LIST_HEAD(&duplicates); in amdgpu_cs_parser_bos() 649 &duplicates, false); in amdgpu_cs_parser_bos() 671 r = amdgpu_cs_list_validate(p, &duplicates); in amdgpu_cs_parser_bos()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 169 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()
|
D | mlx4.h | 473 struct list_head duplicates; member
|
D | main.c | 3143 &entry->duplicates, in mlx4_clear_steering()
|
/Linux-v5.4/drivers/firmware/efi/ |
D | vars.c | 427 void *data, bool duplicates, struct list_head *head) in efivar_init() argument 465 if (duplicates) in efivar_init() 479 if (duplicates && in efivar_init() 492 if (duplicates) { in efivar_init()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-iio-frequency-adf4371 | 14 This channel duplicates the channel 0 frequency
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 539 struct list_head duplicates; in radeon_bo_list_validate() local 544 INIT_LIST_HEAD(&duplicates); in radeon_bo_list_validate() 545 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates, true); in radeon_bo_list_validate() 597 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | mvme5100.dts | 103 * This definition (IDSEL 11) duplicates the
|
/Linux-v5.4/Documentation/vm/ |
D | ksm.rst | 44 enforced that there cannot be KSM page content duplicates in the
|
/Linux-v5.4/scripts/coccinelle/null/ |
D | deref_null.cocci | 213 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
|
/Linux-v5.4/tools/build/Documentation/ |
D | Build.txt | 71 ex-y += b.o # duplicates in the lists are allowed
|
/Linux-v5.4/net/tipc/ |
D | link.c | 71 u32 duplicates; member 1562 l->stats.duplicates++; in tipc_link_rcv() 2409 {TIPC_NLA_STATS_DUPLICATES, s->duplicates}, in __tipc_nl_add_stats() 2530 {TIPC_NLA_STATS_DUPLICATES, stats->duplicates}, in __tipc_nl_add_bc_link_stat()
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | Kconfig | 62 This option enables the nf_dup_ipv6 core, which duplicates an IPv6
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | Kconfig | 73 This option enables the nf_dup_ipv4 core, which duplicates an IPv4
|
/Linux-v5.4/Documentation/driver-api/dmaengine/ |
D | client.rst | 73 that the 'direction' member will be going away as it duplicates the
|
/Linux-v5.4/Documentation/filesystems/ |
D | squashfs.txt | 95 the source directory, and checked for duplicates. Once all file data has been
|
D | mount_api.txt | 685 ordered, that there are no duplicates and that the values are between low
|
/Linux-v5.4/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 487 emits, "devtype" duplicates the DEVTYPE variable stored by udev at the 488 'add' event, "modalias" duplicates the MODALIAS variable stored by udev
|
/Linux-v5.4/fs/befs/ |
D | ChangeLog | 53 names like file1 and file2 to mysteriously be duplicates of each other
|
/Linux-v5.4/include/linux/ |
D | efi.h | 1487 void *data, bool duplicates, struct list_head *head);
|
/Linux-v5.4/Documentation/arm64/ |
D | arm-acpi.rst | 83 really just duplicates something that already works. ACPI already does what
|
/Linux-v5.4/Documentation/networking/ |
D | ip-sysctl.txt | 1970 detection of duplicates due to loopback of the NS messages that we send.
|
D | bonding.txt | 2551 output from ping flags duplicates (typically one per slave).
|