| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-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 D | amdgpu_gem.c | 150 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 D | amdgpu_amdkfd_gpuvm.c | 606 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 D | amdgpu_cs.c | 514 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 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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | vars.c | 415 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 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); 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 D | busybox-syslog.default | 13 # -D : Drop duplicates
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-frequency-adf4371 | 14 This channel duplicates the channel 0 frequency
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libdbi-perl_1.643.bb | 28 # unclear why there are several duplicates of tests in tarball
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-sysroot-cruft.sh | 159 diff ${OUTPUT}/master.list.all.txt ${OUTPUT}/master.list.txt > ${OUTPUT}/duplicates.txt
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | Kbuild.fips140 | 3 # Create a separate FIPS archive that duplicates the modules that are relevant
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 67 duplicates from the list).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-2.patch | 272 - 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 D | mvme5100.dts | 103 * This definition (IDSEL 11) duplicates the
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | ksm.rst | 44 enforced that there cannot be KSM page content duplicates in the
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 213 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
|
| /OK3568_Linux_fs/kernel/tools/build/Documentation/ |
| H A D | Build.txt | 71 ex-y += b.o # duplicates in the lists are allowed
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 3 /// Check for array_size(), array3_size(), struct_size() duplicates.
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | link.c | 72 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 D | zconf.hash.c_shipped | 35 /* maximum key range = 71, duplicates = 0 */
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-rootfs.txt | 121 This method is not recommended because it duplicates the entire
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | Kconfig | 62 This option enables the nf_dup_ipv6 core, which duplicates an IPv6
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | Kconfig | 73 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 D | CVE-2021-41072.patch | 222 + * duplicates will be consecutive. Obviously we also need to check if the
|