Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191102.patch.gz ... -cf_add_libs="$1" 65-# Filter out duplicates - this happens with badly-designed ".pc" files ...
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c150 struct list_head list, duplicates; in amdgpu_gem_object_close() local
158 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_object_close()
166 r = ttm_eu_reserve_buffers(&ticket, &list, false, &duplicates); in amdgpu_gem_object_close()
600 struct list_head list, duplicates; in amdgpu_gem_va_ioctl() local
651 INIT_LIST_HEAD(&duplicates); in amdgpu_gem_va_ioctl()
671 r = ttm_eu_reserve_buffers(&ticket, &list, true, &duplicates); in amdgpu_gem_va_ioctl()
H A Damdgpu_amdkfd_gpuvm.c606 struct list_head list, duplicates; /* BO lists */ member
637 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_vm()
651 false, &ctx->duplicates); in reserve_bo_and_vm()
688 INIT_LIST_HEAD(&ctx->duplicates); in reserve_bo_and_cond_vms()
724 false, &ctx->duplicates); in reserve_bo_and_cond_vms()
1831 struct list_head resv_list, duplicates; in validate_invalid_user_pages() local
1851 INIT_LIST_HEAD(&duplicates); in validate_invalid_user_pages()
1868 ret = ttm_eu_reserve_buffers(&ticket, &resv_list, false, &duplicates); in validate_invalid_user_pages()
1869 WARN(!list_empty(&duplicates), "Duplicates should be empty"); in validate_invalid_user_pages()
2040 INIT_LIST_HEAD(&ctx.duplicates); in amdgpu_amdkfd_gpuvm_restore_process_bos()
H A Damdgpu_cs.c514 struct list_head duplicates; in amdgpu_cs_parser_bos() local
545 INIT_LIST_HEAD(&duplicates); in amdgpu_cs_parser_bos()
585 &duplicates); in amdgpu_cs_parser_bos()
604 r = amdgpu_cs_list_validate(p, &duplicates); in amdgpu_cs_parser_bos()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H 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()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_object.c539 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); in radeon_bo_list_validate()
597 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default13 # -D : Drop duplicates
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf437114 This channel duplicates the channel 0 frequency
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.643.bb28 # unclear why there are several duplicates of tests in tarball
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-sysroot-cruft.sh159 diff ${OUTPUT}/master.list.all.txt ${OUTPUT}/master.list.txt > ${OUTPUT}/duplicates.txt
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A DKbuild.fips1403 # Create a separate FIPS archive that duplicates the modules that are relevant
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/
H A Dchosen.txt67 duplicates from the list).
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0018-CVE-2022-38128-2.patch272 - the `range_entries' list, so we can easily ignore duplicates
276 + the `range_entries' list, so we can easily ignore duplicates
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dmvme5100.dts103 * This definition (IDSEL 11) duplicates the
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dksm.rst44 enforced that there cannot be KSM page content duplicates in the
/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dderef_null.cocci213 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
/OK3568_Linux_fs/kernel/tools/build/Documentation/
H A DBuild.txt71 ex-y += b.o # duplicates in the lists are allowed
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Darray_size_dup.cocci3 /// Check for array_size(), array3_size(), struct_size() duplicates.
/OK3568_Linux_fs/kernel/net/tipc/
H A Dlink.c72 u32 duplicates; member
1781 l->stats.duplicates++; in tipc_link_rcv()
1791 l->stats.duplicates++; in tipc_link_rcv()
2628 {TIPC_NLA_STATS_DUPLICATES, s->duplicates}, in __tipc_nl_add_stats()
2749 {TIPC_NLA_STATS_DUPLICATES, stats->duplicates}, in __tipc_nl_add_bc_link_stat()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.hash.c_shipped35 /* maximum key range = 71, duplicates = 0 */
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-rootfs.txt121 This method is not recommended because it duplicates the entire
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A DKconfig62 This option enables the nf_dup_ipv6 core, which duplicates an IPv6
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A DKconfig73 This option enables the nf_dup_ipv4 core, which duplicates an IPv4
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/
H A DCVE-2021-41072.patch222 + * duplicates will be consecutive. Obviously we also need to check if the

123